Skip to Content
0
Former Member
Sep 22, 2008 at 04:23 PM

subroutine problem.

32 Views

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.