cancel
Showing results for 
Search instead for 
Did you mean: 

updating fields in a screen

Former Member
0 Kudos

Hi all!

I am enhancing the screen SAPLMGD1 screen no. 2156 to add 5 additional fields just below the material groups under sub-heading Additional data for pricing.After getting the access key is it enough to just add the fields under element list tab or shall i have to do any coding in the flow logic tab.Please advise.

I had already added additional fields to the material master table MVKE and and through material view MAAPV copied the fields to VBAP and the values are assigned using user exit USEREXIT_MOVE_TO_VBAP.

Please advise

regards

praneeth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Praneet,

plz give more detailed picture abt ur problem.

What is the tcode u r enhancing? and what are the exact fields u have added to MVKE.?

Have u added the field to the screen using Screen exit or you have modified the screen?

if it is thru screen exit then u have to write the logic in a function exit that gets triggered in PBO.

plz,let me know.

regards,

varma

Former Member
0 Kudos

Hi varma,

5 material master fields need to be added to the sales document item VBAP.The fields are ZZMVGR6 to ZZMVGR10

.I had added these fields to MVKE and from there automatically to material view MAAPV and using userexit USEREXIT_MOVE_TO_VBAP in program MV45AFZZ i had assigned the values to VBAP.

The whole idea is to make these fields available globally within SAP.These fields were required for advanced sales reporting purpose.

Now i have to reflect these changes on the MAterial sales data 2 transaction.So that the user can input these values from the transaction.

How to achieve this.Is it enough just to input these additional fields in the element list or shall i write flow logic for this .Can you please advise how to do this.

It is a screen upgrade and I am not using any screen exit.

regards

Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Since u have appended MVKE table, it should not give u problem as SAP in its std program uses MVKE or *MVKE to read and move data.

Former Member
0 Kudos

Hi Abhijit

Do you mean just entering the additional field names into the element list is enough without writing any flow logic for the same.

regards

kumar