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

Reg:EA40 (Display print document)

Former Member
0 Likes
2,261

Hi friends,

I am using Display print document through EA40 tcode (IS-UTILITY ). For the layout the some of

the data passing from the user exit ZPWB_BILL_EXIT_300.Now I want to know which Script/smaprtforms callling from the EA40 tcode. Could u please guide me.

Thanks and Regards

V.Rajasekaran

Hi friends,

I am using Display print document through EA40 tcode (IS-UTILITY ). For the layout the some of

the data passing from the user exit ZPWB_BILL_EXIT_300.Now I want to know which Script/smaprtforms callling from the EA40 tcode. Could u please guide me.

Thanks and Regards

V.Rajasekaran

3 REPLIES 3
Read only

Former Member
0 Likes
1,438

hi,

go to Tcode PWB, select application form give IS_U_BILL_SSF, select form radio button it shows u which script/smartform/pdf is attached for EA40(if u using standard application form ). if u r using custom application form ask ur functional team which one they assinged during contract creation.

for more details

Link: [http://help.sap.com/saphelp_utilities472/helpdata/en/ea/a45a36998cf732e10000009b38f839/frameset.htm]

Thanks,

KP.

Read only

0 Likes
1,438

Hi KP,

Thankks for your timely help.

With the above ref given in the tcode EFGM with the input of ZPWB_SERVICE_WORKS_BILL in application form and IS_U_BILL_SSF in the form class. After execution its showing the script name

ZOBI_BILL. I have started debugger switched on while exeting the tcode EA40 its showing the layout

values eg address like details but while I have try display the contents in se71 for the form ZOBI_BILL

its not contain any codes only blank space is showing in the main address etc all windows.

Could u please inform me , Why its showing like that or still I need to do some other steps to

find the exatly form / smaprtforms

Thanks

V.Rajasekaran

Read only

Former Member
0 Likes
1,438

Hi ,

In tcode EFRM , give ur form name and select generated fun module and click display then put a break-point. then see whether data is coming or not from form class and also check whether u hav given right form it should be right parameter which defined in form class.

othrwise follow below way i hav done like this only

standard application form IS_U_BILL_SSF has smartform IS_U_BI_BILL_SSF and form class is IS-U Bill.

now test from EFRM it display output thn you can copy the both modify as per design.

Thanks,

Rajkumar.