Application Development 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: 

sap Script modification

Former Member
0 Kudos
111

Hi,

I am getting this form in ouput bellow this is standard one: F150_BE_DUNN_01:

doc.no DOC.DATE CURRENCY

( MHND-BELNR) (MHND-BLDAT) (MHND-WAERS)

but now i need to add Refference doc (bKPF-XBLNR) after DOC.DATE field

HOW TO ADD THAT FIELD WITH OUT MODIFYING PROGRAM .

Edited by: Rajesh on Jan 7, 2008 3:36 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos
76

Only option avaliable is to copy the form into the Zform and include the field in the reuqired text element if there is a field value already existing. Other wise in the new copied Zform call a subroutine written in some Z program and populate the variable.

4 REPLIES 4

Former Member
0 Kudos
77

Only option avaliable is to copy the form into the Zform and include the field in the reuqired text element if there is a field value already existing. Other wise in the new copied Zform call a subroutine written in some Z program and populate the variable.

0 Kudos
76

dear raja reddy,

please give me clear picture on that and step by step procedure.

Former Member
0 Kudos
76

Hi,

You need to copy F150_BE_DUNN_01 into a zform and make the config changes so that your zform is getting triggered.

Now go to your zform and write a perform....endperform to get the new values.

Hope it is helful.

Reward points if so.

Regards,

Arul.

0 Kudos
76

Hi,

please give me some details like how to write that Subroutine to get the valves of field BKPF-XBLNR