Answer Posted / mahesh
Updating Idoc data in Segments:
Step1:Open doc to edit
call function 'EDI_DOCUMENT_OPEN_FOR_EDIT'
Step2:Loop at itab_edidd and change data
Step3a:Change data segments
Call function 'EDI_CHANGE_DATA_SEGMENTS'
Step3b:Change control record
Call function 'EDI_CHANGE_CONTROL_RECORD'
Step4:Close Idoc
*UPDATE IDOC STATUS
Call function 'EDI_DOCUMENT_CLOSE_EDIT'
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the functional modules used in sequence in bdc? : abap hr
What are interface/conversion programs in SAP?
Double click function on the lists, identifying the line selected by the user on the list?
Does the table can have multiple foreign keys?
What two statements would be used to exchange data between programs using abap memory?
What is a data element?
What is PS structure
What is a 'z' report?
Explain the session method? : abap bdc
What is exception class and test class. How to use it?
What is a variable in the sap abap?
Differentiate between ooabap and abap?
Explain the advantages and disadvantages of abap query tool?
What function does data dictionary perform?
Differentiate between abap memory and sap memory?