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

Smart form Logic

Former Member
0 Likes
393

Hello Experts,

I have a smartform,where i have a table looping with one master internal table and inside that table i have 3 internal tables .

for example:

1) My requirement is to print values like this .

Based on the ref value,the two titles values will be printed.

Table:<Ref Value>(Master Internal table)

Title1:(Internal table 1)

X Y Z

1 2 3

4 5 6

Title 2: (Internal table 2)

X Y Z

7 8 9

The problem is its printing like this,

X Y Z

1 2 3

4 5 6

Title 2:

X Y Z

1 2 3

4 5 6

7 8 9

I tried refreshing the internal tables,if i do like this all values getting disappeared only titles are printing.

2) i have to display this smartform in 4 languages.drop down list available in the standard transaction for selecting the languages.

The problem is if there is no value for particular language,then the value must be printed in english.

Please give some suggestions.

Thanks !

Hello Experts,

I have a smartform,where i have a table looping with one master internal table and inside that table i have 3 internal tables .

for example:

1) My requirement is to print values like this .

Based on the ref value,the two titles values will be printed.

Table:<Ref Value>(Master Internal table)

Title1:(Internal table 1)

X Y Z

1 2 3

4 5 6

Title 2: (Internal table 2)

X Y Z

7 8 9

The problem is its printing like this,

X Y Z

1 2 3

4 5 6

Title 2:

X Y Z

1 2 3

4 5 6

7 8 9

I tried refreshing the internal tables,if i do like this all values getting disappeared only titles are printing.

2) i have to display this smartform in 4 languages.drop down list available in the standard transaction for selecting the languages.

The problem is if there is no value for particular language,then the value must be printed in english.

Please give some suggestions.

Thanks !

1 REPLY 1
Read only

Former Member
0 Likes
365

Resolved