Hi, all.
May i know how to run the PERFORM subroutine for just one time only in sapscript ??
PERFORM READ_ADRNR IN PROGRAM ZYX
USING &EKPO-ADRNR&
CHANGING &ADRNR&
ENDPERFORM
Bcz the routine will run a lot of times, but i just want the first record/data only. what sohuld i do?
Thanks in advance.