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

sap scripts

Former Member
0 Likes
372

Hello friends

I am held up with a small problem in sap scripts.

I have created a copy of the layout F140_CUS_STAT02

and doing some modifications in it. I need to add some text after the item lines are printed. the text element for the item lines is 530.

How do i add this text.

No other text element is being called after text element 530 in the main window.

If i make the additions in text element 530 the text appears after every item line.

How to add the text element after all the item lines are

printed.kindly help me out.

Expecting quick answers and

appreciate your efforts

2 REPLIES 2
Read only

Former Member
0 Likes
345

Hi,

There will be loop that will be printing the line items. So identify the ENDLOOP and then print your text there.

You probably can use INCLUDE TEXT for printing LONG TEXTS.

Regards,

Ravi

Note : Please mark the helpful answers

Read only

Former Member
0 Likes
345

call the text element 530 outside loop of item.

i hope you are calling the text element for item inside loop. don't call your 530 element inside it.

call outside then you will get text after items .

regards

vijay