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

scripts

Former Member
0 Likes
362

Hi,

how to find the end of the form main text.

Regards,

Siri

1 ACCEPTED SOLUTION
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
342

Hi,

In the SAPScript..

Normally it ends with the start of the another text element..

However if only one text element is there.. it ends at the end of the form..

In the program.

The program flow ends with the F.M end_form.

Cheers,

Simha.

Reward all the helpful answers..

3 REPLIES 3
Read only

Former Member
0 Likes
342

ther is a function module end form it detects the end of form main text

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
343

Hi,

In the SAPScript..

Normally it ends with the start of the another text element..

However if only one text element is there.. it ends at the end of the form..

In the program.

The program flow ends with the F.M end_form.

Cheers,

Simha.

Reward all the helpful answers..

Read only

Former Member
0 Likes
342

THANK U