Answer Posted / sabs
If Iam correct ,there are certain transactions for which
the recording is not possible hence we can not have BDCs
for them for eg transaction CT04.. as one of the
alternatives we can look for standard bapi which updates
the data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are lock objects?
How to display if the value entered contains records or not?
how to capture the errors in bdc Call transaction method?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
how to see the table output?
What is the sap abap?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
What are matchcodes?
What are the system table used in abap?
Difference between transparent tables and pooled tables? : abap hr
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is a view in sap? : abap data dictionary
What are the steps in a bdc session? : abap bdc
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.