Hi all,
How can u get the Sales order no. if u know only Delivery
order
Answer Posted / ram
Hi
Go to transaction SE16/ SE11 , and enter table LIPS , in
selection screen give the delivary number. and execute.
In next screen the field value of VGBEL (DOCUMENT NUMBER OF
REFERENCE DOCUMENT) is the required sales order number.
thanks
ram
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a data dictionary? : sap abap data dictionary
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What type of user exits have you written ?
What is erp? : sap abap hr
What is a data class? : abap data dictionary
What is a type-pool?
What are the types of data types in the sap abap?
Explain the client concept of sap.
How to set an Enhancement point for a custom report?
When will the current screen processing terminates?
What is web dynpro for abap?
What is your approach to find exit and BAdi?
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.