can any post me all steps in MM ,SD, PP FLOW in detail?
Answer Posted / paramesh.kalluri
SD FLOW
1) INQUIRY
2) QUOTATION
3) SALES ORDER
4) DELIVERY
5) BILLING
6) INVOICE
MM FLOW
1) purchase requisition
2) request for quotation
3) purchase order
4) goods issue
5) goods receipt
6) invoice verification
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Where do you create indexes in abap?
What are the different abap/4 editors?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
How can we omit a leading sign and a leading zero in sapscript?
What are secondary indexes. How can we know which index is being used in a select query?
What is the table buffer? Which type of tables used this buffer?
Will 50,000 records be uploaded directly into APP's Server?
Explain the uses of the simple maintenance interface? : sap abap hr
What are the different types of mode (run code) in call transaction method?
How many default tab strips are there? How to insert more tabs in it?
What are plan versions used for? : sap abap hr
In the `select' statement what is group by ?
What is the use of info groups? : sap abap hr
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 two statements are required in an abap program to output an icon using a write statement?