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

STANDARD SCRIPT PROBLEM

Former Member
0 Likes
572

HI

i need some clarifications. There are so many include texts in standard script and i will take what ever standard texts required ,now whow to avoid the other includes which are not useful.

one more question: how to find a print program for the standard script F_TR_CONFIRM_ALL and the tcode is TBZ1?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

comment them in the script editor.

make it /* to comment them

if you execute TBZ1,its going to the program RFTBCO00.so this is the print program for that.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

3 REPLIES 3
Read only

Former Member
0 Likes
525

comment them in the script editor.

make it /* to comment them

if you execute TBZ1,its going to the program RFTBCO00.so this is the print program for that.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
524

Hello,

1.Comment the includes which u dont want.

Syntax:

/* Include----

2. In table TNAPR

Give input FONAM as script name and execute u will get the print program and output type require

Regards

Read only

Former Member
0 Likes
524

Hello Giri,

U can comment those includes by using <b>/*</b>

There is no print program for the form F_TR_CONFIRM_ALL.

If useful reeward.

Vasanth