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

sapscript: fill in standard text fields

Former Member
0 Likes
465

hi there,

i'm using a sapscript from somebody else.

in the main window a standard text is included.

and in that standard text there are some fields like &DOWN_TAB-NAME& which have to be filled in. I guess DOWN_TAB is some kind of structure, but how is it passed to the sapscript and/or standard text???

hi there,

i'm using a sapscript from somebody else.

in the main window a standard text is included.

and in that standard text there are some fields like &DOWN_TAB-NAME& which have to be filled in. I guess DOWN_TAB is some kind of structure, but how is it passed to the sapscript and/or standard text???

2 REPLIES 2
Read only

Former Member
0 Likes
425

hi ,

if down_tab is standard text then the text it contains will come default no need to fill separately.

if it is structure then only you have to populate according to your requirement.

Regards

Ashok P

Read only

Former Member
0 Likes
425

I found the down_tab structure defined in the print program. But i can't use this print program, i need a rfc so i can call it from the portal.

I copied the definition of down_tab to my rfc, but the fields don't get filled into the sapscript. is there some link between the sapscript and the print program?

regards,

Kristof