cancel
Showing results for 
Search instead for 
Did you mean: 

field selection for sales order

Former Member
0 Kudos

hi all

as per the client requirement i want to add some user fields in the sales order while creating please guide how to add fields in the sales order

regards

sen

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

if you want to add in

VBAK or VBAP - first append teh structure and add the fields with ZZXXXXX.

please check the user exit on which screen you have to add the field.

if user exit is not there for that particular field

then modify the standard program & insert the code over there with the help of an ABAPER and access key.

hope this clears your issue

balajia

Former Member
0 Kudos

Hi

You can use the Additional Data Tab B in sales order header or at item level for your requirement. Where you can create a new fields as per the client requirement.

Discuss with your Abapper. You may have to use this screen exit include SAPMV45A and the screen is 8459.

As per the requirement you may have to append the VBAK or VBAP

regards

Prashanth

Former Member
0 Kudos

Hello Sen,

Your requirement can be achieved by using screen exits. Please check with your technical recourse who

can help you in making the changes to screen by introducing new user defined screen fields.

Regards

Raj

Former Member
0 Kudos

Dear Raj

Thanks you for quick answer

Can you please provide user exit which helps to add user fields in sales order

regards

sen

Former Member
0 Kudos

Hello Sen,

Please refer to the details described below, I found this in some website I hope this should work for you, anyhow please check with your technical consultant to see if this really works for you;

Adding custom fields to VBAK and VBAP.

1. Choose the table VBAP or VBAK ( depending on header or item)

2. click on button "append Structures" and it will propose you the standard name for the table ZAVBAP or ZAVBAK

3. Add fields with prefix ZZ

4. Go to TCode SE51 maintain user exit screens in program SAPMV45A

- 8459 user exit item level

- 8309 user exit header level

Here you can then design your own layout. and define your flow logic

PBO modules MV45AOZZ

PAI modules MV45AIZZ

Data definitions MV45ATZZ

Subroutines in MV45AFZZ

Regards

Raj