cancel
Showing results for 
Search instead for 
Did you mean: 

Add new fields in Additional data tab B in Inquiry,

former_member657193
Contributor
0 Kudos

HI,

I want to add additional new fields in inquiry on the addition tab -B, like

Architect Name

Contractor name

followed By

referenced by like this, and want to capture the report on these fields

plz guide

thanks in advace

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member657193
Contributor
0 Kudos

thnx

former_member204513
Active Contributor
0 Kudos

Dear Rishi,

Take help of ABAP people to the add the new fields in the Inquiry as per your requirement,it may possible through field extis.

I hope this will help you,

Regards,

Murali.

former_member657193
Contributor
0 Kudos

Can any one guide me for the field ,,, what are the userexit available, for inquiry where i can add new fields

former_member204513
Active Contributor
0 Kudos

Dear Rishi,

Please Don't post multiple threads for same issue(i.e Add new fields in Additional data tab B in Inquiry).

Try with these User Exits,

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.

USEREXIT_MOVE_FIELD_TO_VBEP

Use this user exit to assign values to new fields at the level of the sales document schedule lines.

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

USEREXIT_MOVE_FIELD_TO_VBKD

Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document".

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

I hope this will help you,

Regards,

Murali.

Former Member
0 Kudos

goto se51 t.code give the below program and screen no.....

program: SAPMV45A

screen : 8459----


> 4.0: Subscreen: Item - Additional data B

here u can add ur fields.....