Dear sir,
I appreciate for your consideration, we have make manual reversal journal entry for the same..
Regards,
Pratik D. Patel
Dear sir,
I appreciate for your consideration, we have make manual reversal journal entry for the same..
Regards,
Pratik D. Patel
Dear expert,
what should i check for merge project like below scenario in FI/CO side.
As is:
1.Company code :AS01,AS04,AS06 and AS08
2.Plant:
AS01-1308,1401
AS04-1309
AS06-1310
AS08-1311,1312
To be:
1.Company code :merge under AS01
2.Plant:
AS01-1308,1401,1309,1310,1311,1312
Create RANGE for pattern.
DATA: r_segtyp TYPE RANGE OF edisyn-segtyp,
wa_segtyp LIKE LINE OF r_segtyp.
wa_segtyp -sign = 'I'.
wa_segtyp -option = 'CP'.
wa_segtyp-low = 'Z*'.
APPEND wa_segtyp TO r_segtyp.
SELECT
idoctyp
cimtyp
posno
segtyp
FROM edisyn
INTO TABLE it_edisyn
WHERE idoctyp EQ wa_edp13-idoctyp
AND cimtyp EQ wa_edp13-cimtyp
AND segtyp IN r_segtyp .
Hope this helps.
Hi all,
I'm trying to create a relational connection on IDT using ODBC driver, however, when I pull up the connection middleware driver window to select the driver I only see all JDBC drivers only, surprisingly not even a single ODBC driver listed. Here are some steps I took so far including my observations:
1) I added the ODBC driver as System DSN on my machine, it passes the test and let me Add the driver without a problem.
2) I made sure the host server has the driver added as System DSN on both 32 and 64 bit ODBC administrator.
3) All ODBC drivers show up fine in IDT on the host server.
I'm now started to realize that adding ODBC driver as a system DSN does not directly relate to drivers showing up in the middleware driver selection window in IDT . Is there an option to enable drivers to appear in IDT that might be the issue. Does anyone has had any experience like this ? I would really appreciate your thoughts on this or atleast point me in the right direction.
Thanks
GD
Hi Ahmet
Can you tell how you splited in standard cost?
Secondly we can get separated attribute if can define diff CE..
If you give some detail will help to explore
Kamal
Hi
You should check some other condition to stop exectuing update other BO's records in case of first object does not save succesfully.
Did you tried using Action validation, check the which nodes is responsible for such error and write a validation logic in Action Validation(available for XBO only).
Regards
Sunil
Hi experts,
I just followed the documentations based from "https://s3.amazonaws.com/quickstart-reference/sap/B1/latest/doc/SAP_Business_One_for_HANA_on_the_AWS_Cloud.pdf". But the problem is that in the "Step 4. Install SAP Business One, Version for SAP HANA" it says that "Install and configure SAP HANA and SAP Business One software on the Linux instance. ". But it seems it does not install and configure. I also tried to manually install but it requires root user for HANA Instance. Can anyone help me on this?
this is code i am written
*************************************************************************
START-OF-SELECTION.
SELECT VBELN
POSNR
MATNR
FKIMG
VRKME
NETWR FROM VBRP INTO TABLE IT_VBRP
WHERE VBELN in S_VBELN.
IF SY-SUBRC <> 0.
MESSAGE 'INVOICE NO. DOES NOT EXIST' TYPE 'I'.
LEAVE LIST-PROCESSING.
ENDIF.
CALL FUNCTION 'OPEN_FORM'
EXPORTING
FORM = 'ZDEMO_INVOICE1'
LANGUAGE = SY-LANGU.
LOOP AT IT_VBRP INTO WA_VBRP.
IF WA_VBRP-FKIMG <> 0.
UP = WA_VBRP-NETWR / WA_VBRP-FKIMG.
ELSE.
UP = 0.
ENDIF.
subtot = subtot + wa_vbrp-netwr.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
ELEMENT = 'E1'
WINDOW = 'MAIN .
at last.
CONTINUE.
endat.
AT end of vbeln.
CALL FUNCTION 'CONTROL_FORM'
EXPORTING
command = 'NEW-WINDOW'.
clear subtot.
ENDAT.
ENDLOOP.
CALL FUNCTION 'CLOSE_FORM'
Form Designing in Script
Main window
Test data :
90005178 record printing successfully and main window data also printing
90005179 :- - invoice number am getting ******** and main window data is printing
Hello
In agreement to Gabor's reply , you should always convince customers to utilize all the available standard fields / User defined fields / Numeric /Quantity / General as it will enhance overall system performance.
Shubham
Hi Jun,
Thanks. I am doing the binding in XML view.
<table rows='{/collection}'>
How do I do it in controller?
Regards.
Hi Glenn;
64 bit RTE/RTDW limitations ...
ShowHeaderFooter(true)
. If you do not:
Regardless, autofocus does not work.
Some of these items have been improved in newer EBF's but the majority of limitations listed above are still valid.
Regards .... Chris
Hello Experts,
My sincere apology if this question has been asked quite a few times. I just could't find it anywhere. I have a key figure 'Sales Revenue' which is being displayed separately for the different fiscal year week. Lets say there are two fiscal year week 42.2016 & 42.2015. Now I want to calculate the diff % which will be like this (sales Rev w.r.t 42.2015 - sales Rev w.r.t 42.2016 ) / ( sales Rev @ 42.2015 ) * 100. However I don't know how to achive this in Bex since the sales Rev w.r.t 42.2015 and sales Rev w.r.t 42.2016 are the same key field.
I hope my question is clear. Please let me know if you want me to explain it more.
Best Regards
Hi,
We are planning to implement SAP EIS in our organization. We plan to use APO/ECC as source of data. Please suggest what are the standard tools available for data transfer to & fro.
Please share any document related to it.
regards,
Mohit
I am not sure i am posting in right place. During interface from Ariba(or any system) to SAP, my client is asking is the all the data is encrypted ? as per the document, data is transferring in 256 RSA bit encryption and data is transferring through HTTPS. But i don't know the data is encrypted ? If the client required all the data to be encrypted what are the options ? Thanks, Narayan
Hi,
Please share the algorithms available in EIS to calculate safety stock, service level etc. I want to understand how these are different than that available in APO.
regards,
Mohit
I am not sure i am posting in the right place. During interface from Ariba(or any system) to SAP, my client is asking is the all the data is encrypted ? as per the document, data is transferring in 256 RSA bit encryption and data is transferring through HTTPS. But i don't know the data is encrypted ? If the client required all the data to be encrypted what are the options ? Thanks, Narayan
Hi
Can you explain little more, the discount always should be 0 or should not edit the value which is copied from the PO.
Cheers
I am not sure i am posting in the right place. During interface from Ariba(or any system) to SAP, my client is asking is the all the data is encrypted ? as per the document, data is transferring in 256 RSA bit encryption and data is transferring through HTTPS. But i don't know the data is encrypted ? If the client required all the data to be encrypted what are the options ? Thanks, Narayan
Hi,
This is not a original code. Actually i am getting error in my original code which is very complex and i just replicate same case scenario as it in my original code from where i am getting error. So, i am not trying to get any result and i just trying to know why it is throwing exception from WHERE clause of SELECT statement of CURSOR while it is working fine in sql. I just trying to know Hana Cursor behavior and don't expecting any result from the code because its not my original code. May be its Hana Cursor bug or something else.
Regards,
Dirghayu Rajbahak