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

how find a smartform name using spool request

former_member572496
Participant
0 Likes
1,757

HI,

I have a one query, regarding to the smart form using spool request number want to find smartform and driver program name.


Thanks & Regards,

Sainath K.

1 ACCEPTED SOLUTION
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
1,598

Hello,

You can goto transaction SP01 -> Menu Goto -> Display requests -> Settings -> select the Display Mode RAW -> Then display the Spool request, the first 2 lines are device type and the name of the smartform, e.g.:

//XPDF1 0740 00000+00000+1 - Here device type is PDF1
IN04EZHRCMPTCS2 - Here the name of smartform is ZHRCMPTCS2

Regards,

David

2 REPLIES 2
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
1,599

Hello,

You can goto transaction SP01 -> Menu Goto -> Display requests -> Settings -> select the Display Mode RAW -> Then display the Spool request, the first 2 lines are device type and the name of the smartform, e.g.:

//XPDF1 0740 00000+00000+1 - Here device type is PDF1
IN04EZHRCMPTCS2 - Here the name of smartform is ZHRCMPTCS2

Regards,

David

Read only

former_member572496
Participant
0 Likes
1,598

Hello David,

What you said it is exactly correct i found the smartform name using spool request by using your information.

Thank you spending your time for my query

Thanks

Sainath k.