Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Additional Tab and fields in Standard Program

Former Member
0 Likes
451

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

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

3 REPLIES 3
Read only

Former Member
0 Likes
416

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

Read only

Former Member
0 Likes
415

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,

Read only

0 Likes
415

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