cancel
Showing results for 
Search instead for 
Did you mean: 

ADOBE Form

nishantbansal91
Active Contributor
0 Kudos

Hi,

I have 10 to 20 text object which needs to display on Form. The length of the text object is dynamic so how i can define the whole text sequence wise.

Means after completion of one text only in that case second text should be displayed.

or is there any method to display multiple Text-id only in that case if that ID is initial and ID Width should be changed according to the Text ID

Regards,

Nishant

Accepted Solutions (1)

Accepted Solutions (1)

pavan_prabhu
Active Participant
0 Kudos

Hello Nishant,

          Do you want to show the whole text sequence vertically or horizontally?

Anyways you can do both the ways in ABAP itself.

If you want to show vertically, then create an internal table and append the text values as each record in that table. Then bind that table in the layout.

If you want to show horizontally, then create a variable of type string and concatenate all the text values in ABAP with the required separator. Then bind that variable in the layout.

Answers (0)