cancel
Showing results for 
Search instead for 
Did you mean: 

ME9F Trial Printout - prob in script

Former Member
0 Kudos

Hi Friends,

I have one prob in me9f transaction, Their is one trial printout button and one 'z'form script is attched to

it , I done one modification in the same that on function code of trial printout button '9DPR' i write one code in script IF &SY-UCOMM& = '9DPR'

Disclaimer- This is Draft print out and should not be treated as legal document.

ENDIF.

when we click on trial printout button,this line is comming only when when we go to se71 and put activate debugger same form is call.

but if we click on trial printout button without activating debugger this line is not comming in printout.but form attached is same.

so pl help me for the same, because user directly click on trial printout button he will get the output.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi Vishal,

I guess you have not copied the changes to the testing client.Because scripts are client dependent

Please check once.

regards,

Jayarama kumar

Former Member
0 Kudos

Hi Jayarama Kumar,

I copied same in dev which is in test server, but it is not picking that '9DPR' code in dev.

if find any sol'n pl. help me.

Thanks & Regards

Vishal Bhagwat

Former Member
0 Kudos

Hi!

i think there is a commit problem in your program.

you can use after modification this code as the data modified is not updated till the time u again process it..

commit work.
wait up to 10 seconds.

i hope this solves your problem.

Former Member
0 Kudos

Thanks,

But it is not working i also write same in script.

Thanks & regards

Vishal

Former Member
0 Kudos

Hi Vishal Bhagwat,

Did you code in Script as follows :

/: IF &SY-UCOMM& EQ '9DPR'.

P1 Disclaimer- This is Draft print out and should not be treated as legal document.

/: ENDIF.

Pls check the code, once.

Regards,

Suneel G

Former Member
0 Kudos

Hi Suneel,

I written in same manner, but output is comming only if we go through debugger.

Thanks & regards

Vishal Bhagwat