cancel
Showing results for 
Search instead for 
Did you mean: 

Adding extra Fields on in INQUIRY / ORDER screen

former_member657193
Contributor
0 Kudos

I want to add few extra field in the Inquiry / Order screen, on the Header data , ADDITIONAL TAB A & B.

Please guide me which user exit i can use for the same , or how can i add this fields.

Also i want to capture the report on these basis.

Regds

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Rishi,

Won't mind, but this already discussed. Please refer my post, in to thread:

[New Field Sales Order|]

Best Regards,

Amit

Note: Also check with:

(Satya's Post)

former_member204513
Active Contributor
0 Kudos

Dear Rishi,

Try with these User Exits with the help of ABAPer

USEREXIT_MOVE_FIELD_TO_VBAK

Use this user exit to assign values to new fields at sales document header level. It is described in the section "Transfer of the customer master fields into the sales document".

The user exit is called up at the end of the FORM routine VBAK_FUELLEN.

USEREXIT_MOVE_FIELD_TO_VBAP

Use this user exit to assign values to new fields at sales document item level. It is described in the section "Copy customer master fields into the sales document".

The user exit is called up at the end of the FORM routine VBAP_FUELLEN.

After adding the new field you can develop the Z report program such way that with the help of ABAPer to capture these data in to the new report.

I hope this will help you,

Regards,

Murali.