Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

perfrom entry_neu...

Former Member
0 Likes
361

Hi,

pls can anyone tell me where is entry_neu performed (subroutine) in backend.

i have used it in my program as form entry_neu but i dont know where this subroutine is perfrom.

thanks in advance

puneet

Hi,

pls can anyone tell me where is entry_neu performed (subroutine) in backend.

i have used it in my program as form entry_neu but i dont know where this subroutine is perfrom.

thanks in advance

puneet

1 REPLY 1
Read only

Former Member
0 Likes
334

You can find it in the Program RSNAST00

in the line # 1327

perform (tnapr-ronam) in program (tnapr-pgnam) using returncode
                                                         us_screen
                                                         if found.

It iwll be called dynamically. It is applicable only if the configuration is made using NACE.

all Forms will Routed using the program RSNAST00