what is the Tcode BD87?
Answer Posted / satish
BD87 Used to reprocess the idoc , but idoc no will change.
using we19 we can reprocess the idoc but idoc no will not change. but using we19 we can edit , test and reprocess.
If you want to reprocess through BD87 , edit idoc(for necessary changes) with we05 and reprocess idoc
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to determine the attributes of an internal table?
What is an authorization in sap?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What are the steps to execute session method?
Badi concepts
What is the significance of delivery class?
where are the passwords for ITS stores?
Difference between stand alone CRM and back-end CRM
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.
How do you do bdc for a table control? : abap bdc
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
Can you define a field without a data element? : abap data dictionary
What are the components of sap scripts? : abap hr
What are aggregated objects
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc