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: 

sap scripts

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

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