cancel
Showing results for 
Search instead for 
Did you mean: 

Add field EINA-KOLIF to form MEDRUCK?

Former Member
0 Kudos

hi,

i want to add the field eina-kolif to the form medruck.

for that, i have copied the following things from original to z:

MEDRUCK -> ZMEDRUCK

SAPFM06P -> ZSAPFM06P

FM06PE02 -> ZFM06PE02

ME_READ_PO_FOR_PRINTING -> ZME_READ_PO_FOR_PRINTING

ME_PRINT_PO -> ZME_PRINT_PO

now where do i have to make the changes to get the field eina-kolif in my sapscript ZMEDRUCK?

best regards

christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In fact you could copy only form MEDRUCK to Z, and add the routine call in MEDRUCK to fetch necessary data from EINA.

Please find appropriate place in you form where you want to display this additional data and refer to this link to fetch it:

[Perform in SapScript|http://help.sap.com/saphelp_40b/helpdata/ru/d1/803279454211d189710000e8322d00/content.htm]

Regards,

MC

Answers (2)

Answers (2)

Former Member
0 Kudos

Many thx to you both!

The perform has done what i wanted to do

satyajit_mohapatra
Active Contributor
0 Kudos

Yes, Marcin is right. There is no need to copy all the objects. You can copy the script and add a subroutine using PERFORM-ENDPERFORM statement to fetch the value from EINA. Then you have to change the script name to custom one in NACE.