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: 

PROBLEM IN RETRIEVING A VARIABLE VALUE FROM PRINT PROGRAM.

Former Member
0 Kudos

HI,

i have a requirement to add certain fields and get the value in sap scripts.l have written the code code before the print program calls the text element.i have stored that value in a variable.

in script i have called the variable name &variablename&

in the same text element(end_values) but i could n't get the data. please suggest me the solution.

note:the standard sap program name which i am using is

RVADOR01.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Where have u defined your variable? It has to be defined a global data.

Max

4 REPLIES 4

Former Member
0 Kudos

lookin fine ,,]

just go to debugg mode and check the reason.

Former Member
0 Kudos

Please make sure that you have <u><b>activated your sapscript</b></u> changes...it might be possible that it is not printing due to the same, since your changes sounds correct.

Message was edited by: Anurag Bankley

Former Member
0 Kudos

Hi

Where have u defined your variable? It has to be defined a global data.

Max

Former Member
0 Kudos

hello,

u said u r using print program RVADOR01 and also said that u have coded something. u mean u have some more data to be fetched. and u r doing all this with some PERFORM coded in the script.

the definition of this PERFORM u must be writing in a custom program. is this the scenario?

i suggest check variable names correctly and in debugging u can locate the error urself.

pls. give more details after debugging it.

hope it helps...

reward if useful....