‎2006 Jun 12 4:05 AM
Hi,
Im using sap R/3,in my Sales Order details i want to get additional tab which contains with my additional fields also i have to save this to one Z table for that sales order ? give me some idea ? how to add tab in standard sales order ?? and how to code it for store the data seperately.
Thank you,
Prakash
‎2006 Jun 12 4:16 AM
Hi Prakash,
You can only achieve this by using a screen exit if SAP has provided one already.
Without the use of screen exit you cannot achieve this. Otherwise you will need to modify the std SAP program.
You can check the lnki to find out more about screen exits and the step by step process.
Cheers
VJ
Message was edited by: Vijayendra Rao
‎2006 Jun 12 4:16 AM
Hi Prakash,
You can only achieve this by using a screen exit if SAP has provided one already.
Without the use of screen exit you cannot achieve this. Otherwise you will need to modify the std SAP program.
You can check the lnki to find out more about screen exits and the step by step process.
Cheers
VJ
Message was edited by: Vijayendra Rao
‎2006 Jun 12 5:18 AM
Hi,
There's 2 way:
1. Using Screen Exit.
For more detail about Screen Exit, read this <a href="http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/frameset.htm">documents</a>.
2. Create Customer Program.
This mean, you copy standart Program and modify it according your requirement, and become Customer Program. (Start with Z or Y ).
Regards,
‎2006 Jun 12 6:19 AM
Hi,
Your information was helpful for me ,
Can you tell me the enhancement name for Sales Order Create and Change . I have searched.i Could not get the exact Enhancement for my requirement.
Prakash