cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Subroutine

Former Member
0 Kudos

Hi gurus,

I have a code in the MAIN WINDOW of a SAPscript that looks like this:

text element 100

perform get_ordertype from zprog

using &VBELN&

changing &AUART

text element 200

perform get_ordertype from zprog

using &VBELN&

changing &AUART

is it ok to call the same subroutine on one window (in this case the MAIN window). Is there a conflict in this code?

Thanks

Andre

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Yes it works go ahead with the written code ...

Regards,

Santosh

Former Member
0 Kudos

Hi,

Yes, it should work fine.

Regards,

Ram