cancel
Showing results for 
Search instead for 
Did you mean: 

Create new fields

former_member657193
Contributor
0 Kudos

I want to create few new fields on additional data tab-B in the header level of Inquiry ,

like, Job Nature

Industry segment

Action due

Decision Maker

Our Chances

Order Through

Customer impression

i want to create a pop/ text field for maintaining these entries. Plz guide me as whichi userexits i can use

or how i will proceed

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Rishi,

I think, my explaination (with respect to New Field in Sales Order at Tab B) will be helpful to you, some extent.

[Add New Field in Sales Document|]

The only change with the Screen Name, as already suggested, i.e. 4312 (Please check, as No access to SAP, at my end).

Another important part of your requirement is Pop-Up Text box, for the same. That could be addressed by ABAPer, as this needs to be coded in to Program against New Field-entries.

Best Regards,

Amit

former_member217082
Active Contributor
0 Kudos

Hi Rishi

You need to go with USEREXIT_FIELD_MODIFICATION

And with the help of ABAP'ers give the tables and fields to be added in that additional page as in the user exit the following tables and feilds have to be included

Regards

Srinath

Former Member
0 Kudos

You just have to add these custom fields in the screen painter for Program SAPMV45A and screen 4312. These will appear in your additional data B at header.

Former Member
0 Kudos

FORM USEREXIT_FIELD_MODIFICATION in Include MV45AFZZ of Main Program SAPMV45A.

Seek the help of your ABAPer with the above.

Sam