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: 

scripts

Former Member
0 Kudos

we have a form ZF110_D_SCHECK i want to know the program name or the corresponding output type of the form

The progrm name is not in the TNAPR table

5 REPLIES 5

Former Member
0 Kudos

in the transport request of your script.. search if you get any report...

Former Member
0 Kudos

Hi,

if u have written the program then u have to create driver program and then using nace transcation assign driver program and form to output type then only u can see it in tnapr table.

if u have copied it from standard one then copy driver program also and then using nace transcation assign driver program and form to output type then only u can see it in tnapr table

Regards

Former Member
0 Kudos

hi

i got ur issues do one thing.

we have one progrma RSNAST00.in this we have three line of code .

  • try to perform all routines in TNAPR (RONAM - RONAM5)

DO 5 TIMES VARYING RONAM FROM *TNAPR-RONAM NEXT *TNAPR-RONAM2

VARYING FONAM FROM *TNAPR-FONAM NEXT *TNAPR-FONAM2

VARYING PGNAM FROM *TNAPR-PGNAM NEXT *TNAPR-PGNAM2.

CHECK PGNAM NE SPACE.

TNAPR-RONAM = RONAM.

TNAPR-FONAM = FONAM.

TNAPR-PGNAM = PGNAM.

IF TNAPR-RONAM NE SPACE OR TNAPR-PGNAM NE SPACE.

just keep break point here mention below.

TNAPR-PGNAM = PGNAM.

then run ur tcode for a scritps it will trigger here then u can know that ur program name.

try this one.

Former Member
0 Kudos

Hi ,

Try Tcode OID1

Former Member
0 Kudos

Hi samuel,

I think this form is being used for check printing & payment advice.

This is custom form of standard check printing form.

If u have authorization., then goto tcode F110. Here u can easily see the config setting combination of check printing form & its program name.

If it is helpfull pls do reward

Regards

Srimanta