cancel
Showing results for 
Search instead for 
Did you mean: 

Script : how to change the Field name in standard program(ZM_MEDRUCK)

Former Member
0 Kudos

Hi Experts,

I am working with SAP SCRIPT. i need to change the Field Name that is PO NO to Document No & PO DATE to Document Date.

These are assigned in data declaration as gv_name and gv_date.

Can anyone help me to change this Fields.

Regards,

Vijayan.R

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you have copied teh standard script to a Z script, Just findout the window where this text is displayed.

Comment the current description, & replace by yours.

Former Member
0 Kudos

Hi,

You can archive this by making change in SAP script only. You don't need to touch the standard prgm.

Debug the script and find it out which fields (In script editor) are printing these text on layout... then just replace them by creating your own text...

You can create a text in TTDTG table,, like ZZPO_NAME = ( Document Name),, and use this filed in the script editor.

&ZZPO_NAME&