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

About OMNU

Former Member
0 Likes
601

How to identify that attached Print Program is SmartForm or SAP Script?

Waiting for your kind Support

Alok

How to identify that attached Print Program is SmartForm or SAP Script?

Waiting for your kind Support

Alok

1 REPLY 1
Read only

Former Member
0 Likes
457

Irrespective of any module Script / Layout, when you test it, it will call RSNAST00 program.

There is code in this program

PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE

US_SCREEN

Keep a breakpoint here.

In debug check values of TNAPR-PGNAM which is driver program name

TNAPR-FONAM is Layout / smartform name.

Hope this help.

ashish