LEAVE TO TRANSACTION 'ZFI001' "离开当前程序跳到对应程序,不能回到原程序 LEAVE PROGRAM. "退出整个程序,回到初始界面 LEAVE LIST-PROCESSING. "在其他屏幕退出 STOP. "退出当前处理模块,跳转到END-OF-SELECTION EXIT. "退出当前处理模块,剩余模块继续执行 RETURN. "退出当前模块 CHECK. "跳出当前模块,执行下一...
LEAVE TO LIST-PROCESSING [AND RETURN TO SCREEN dynnr].Addition: ... AND RETURN TO SCREEN dynnr Effect This statement can be executed during PBO and PAI processing. After the current dynpro is processed, this statement interrupts the current dynpro sequence, starts the list processor, and ...
SAP Managed Tags: ABAP Development LEAVE TO LIST-PROCESSING [AND RETURN TO SCREEN dynnr]. This statement can be executed during PBOand PAI processing. After processing the current dynpro, this statement interrupts the respective dynpro sequence, starts the list processor, and displays the basic ...
SAP Managed Tags: ABAP Development Dear All . In the main Executable program I have called one screen by CALL SCREEN 0200 STARTING AT 10 10. In PAI module of screen 200 I have written following code . LEAVE TO LIST-PROCESSING . SET PF-STATUS SPACE . SUPPRESS DIALOG . WRITE : / '...
LEAVE TO LIST-PROCESSING控制权从dialog processor转交给list processor LEAVE{SCREEN| {TOSCREENdynnr} } 12.21.5.1.REJECT REJECT是用在逻辑数据库GET event blocks中,与EXIT和CHECK不一样的是(EXIT和CHECK如果是在循环中时,只是退出循环;如果是在FORM中,则只是退出当前FORM),REJECT可以从循环或者一个FORM中直接跳...
SAP Managed Tags: ABAP Development Dear All Gurus, I'm using the above statement "LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0 " to output a write statement of my report . Its working fine. But when the output is generated , System standard "BACK" , "EXIT" , "CANCEL" buttons ar...
ABAP:区别CALL SCREEN/SET SCREEN/LEAVE TO SCREEN(转自流浪的星星) <!-- 正文开始 --> 1,CALL SCREEN XXXX将在Screen调用栈(CALL STACK)上面添加一层调用(进栈),调用XXXX的PBO和PAI,如果XXXX的Next Screen不为0,那么将继续其Next Screen的PBO ...
to mark this page as a favorite, you need to sign in with your sap id. if you do not have an sap id, you can create one for free from the login page. sign in the following pdf options are available for this document:
SAP Managed Tags: ABAP Development Hi, I am using Leave to list processing for dynamic display of checkboxes in PBO of screen. But I am unable to execute the PAI. My requirement is that when the user selects the checkbox, the value of the checkbox ( or checkboxes) should be read and...
SAP Managed Tags: ABAP Development hi to all sdn people i know the functionality of the leave list processing and leave to list processing . but tell how to use them in the screen programs ?pls give one sample screen program .Reply...