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

if data comes from a table

Former Member
0 Likes
397

You insert the coming value into a structure, then make it print via sapscript.

In this case when you want to change the content of the one field that will be printed, you have to change the value at table, right?

Into The structure DKADR, the values are inserted and displayed.

Thanks.

You insert the coming value into a structure, then make it print via sapscript.

In this case when you want to change the content of the one field that will be printed, you have to change the value at table, right?

Into The structure DKADR, the values are inserted and displayed.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
370

Just change the value in the stucture. Leave the table alone. Unless you are talking about an internal table.

Read only

Former Member
0 Likes
370

Hi

Check the print program of that script

the data is fetched from database tables into the structure like DKADR

and the data is displayed with this strcuture data

so you can print the different fields from this structure in script.

<b>Reward points for useful Answers</b>

Regards

Anji