Hello All,
I am looking out for a Solution to create PO from Contract in SAP SRM 7.0.
We have Extended Classic Scenario in place.(PS- We cannot switch back to Classic scenario ).
When we create PO from Contract, it removes Outline and Only F...
Hello Team,
I'm looking out for some FM / BAPI to update Change Number for the Operations present in Routing(CA02) using ABAP program.
I also have have refer to SAP Note - 488765 - Do-it-yourself EWB programming , but it didn't helped me...It was...
Hello Experts,I want to print Address using Address Node in Smartform in International Version(i.e by passing ADRC-NATION) maintained.As per my understanding Address Node in Smartform Internally call FM 'ADDRESS_INTO_PRINTFORM'.If I pass Nation Value...
Hello Experts,I am making use of FM "K_SRULE_SAVE_UTASK" in BADI method IF_EX_WORKORDER_UPDATE~BEFORE_UPDATE.The FM is also used in a User Exit EXIT_SAPLCOZR_001.After execution i do not get any exception in the working as well as non working scenari...
Hello,The issue is in displaying Invoice value in BHD currency(3 Decimals) using SAP Script. Now what i observed is as below -If the data type of the varibale used for displaying Invoice value(In BHD) is konv-kwert then value is getting displayed c...
Hi Srinivas,To find standard text used in smartform-Open the Function module that is generated for the Smartform...Then in the FM search for term "PERFORM %MOVE USING %TEXTKEY-NAME" In main program.Then you will see the list of all the standard text...
Hi Nishant,I would suggest you to use "For all entries" instead of the "Joins" that you are using...May be split the query if required.Now use secondary index since you do not have Primary key...Ensure that the Index is enforced by using HINT keyword...
Hi Klaus,I am calling the FM K_SRULE_SAVE_UTASK in UPDATE TASK inj the BADI but will not COMMIT it(let my FM data be committed by SAP COMMIT stmt which is called at the end).Note-SAP already have started the Update Task for FM K_SRULE_SAVE_UTASK in s...
Hi Klaus,Using T_COBRA_UPDATE will also not work because for Update we need to ensure that the record is already present in DB which is not the case up here.Also i cannot skip the updation of duplicate record in COBRA/COBRB table during update in B...
Hello Klaus,Yes,you are correct...The FM K_SRULE_SAVE_UTASK is called by SAP in Update task before my FM call(In BADI) and hence i am not able to use commit work.Below is the log from SM13.Moreover during debugging i found the reason of Duplicate en...