in mm and sd,in which table plant and storage location are
there?
Answer Posted / gokul
MARC - Plant wise material
MARD - Storage location wise material
we can find
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are subroutines? : abap modularization
How to display or know if the value entered contains records or not?
What is the significance of hide?
What are the types of subroutines? : abap modularization
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Explain the differences between interactive and drill down reports?
What is gui status? How to create /edit gui status?
Explain the use of insert and append statement in sap abap?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What are the different message types available in the abap/4 ?
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.
What is the difference between leave transaction and call transaction?
What is off cycle payroll run
What is the length of function code at user-command?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?