Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Additional fields in items table in VA42

Former Member
0 Likes
495

Hello

We have to add an additional field in items table in transaction VA42. It is the standard field net price (NETPR) from table VBAP.

I don't want to modify the dynpro 4908 from module pool SAPMV45A.

Does anybody know, if SAP provides an extension to solve this problem?

Kind regards

Daniel

1 REPLY 1
Read only

0 Likes
387

Dear Daniel,

You can use Additional Data B screen no. 8495

process before output.

*                            Verarbeitung vor der Ausgabe

*{   INSERT        Req no.                                      1

  module z_pbo_8495.

*}   INSERT

process after input.

*                            Verarbeitung nach der Eingabe


write a PBO in MV45AOZZ and extend added field in VBAP

http://www.sapwiki.cl/wiki/images/7/78/Sapnote_0000302497.pdf

Regards,

Deekshita