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

sap Script modification

Former Member
0 Likes
579

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
Read only

Former Member
0 Likes
544

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
Read only

Former Member
0 Likes
545

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.

Read only

0 Likes
544

dear raja reddy,

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

Read only

Former Member
0 Likes
544

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.

Read only

0 Likes
544

Hi,

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