‎2007 Mar 07 6:35 AM
‎2007 Mar 07 6:41 AM
Hi,
In the Program where you are writing the PERFORM statement: write as below:
PERFORM <Subroutine Name>(give the other Program name where this subroutine has to be called dynamically) USING <paramters>.
In the Other program you will just call this perform with FORM... ENDFORM...
The PERFORM will not appear in that program.
Regards,
Anji
‎2007 Mar 07 6:58 AM
HI,
In my case, I have developed a routine to pass data to some other server using COMMUNICATION statement, i am not using two executable programs rather from ABAP/4 program to some ETL. In this scenario how can i do this dynamic PERFORM can you give any example.
Regards.
‎2007 Mar 07 6:44 AM
HI,
PERFORM <Subroutine Name> IN PROGRAM USING <paramters>.
Kishore.