LEAVE PROGRAM. "退出整个程序,回到初始界面 LEAVE LIST-PROCESSING. "在其他屏幕退出 STOP. "退出当前处理模块,跳转到END-OF-SELECTION EXIT. "退出当前处理模块,剩余模块继续执行 RETURN. "退出当前模块 CHECK. "跳出当前模块,执行下一个模块,相当于RETURN CONTINUE. "在LOOP/DO/WHILE等循环语句中使用,跳出当前循...
l如果STOP在AT SELECTION-SCREEN OUTPUT块里,则只是退出当前块(STOP后面语句不执行而已),仅接着是显示选择屏幕; lAT SELECTION-SCREEN [ON]…选择屏幕事件块中的STOP也只是退出当前事件块,继续后面的事件块; l另外,即使STOP在循环中,还是在FORM,METHOD,也是直接从被调用的点退出所在事件块,而不仅仅只退出当前循环、...
If procedures are still registered when a program is exited in the currentSAP LUW, the SAP LUW is ended without calling or rolling back the procedures. Any registeredupdate function modulesare preserved in the database, but can no longer be executed. In this case, the statementCOMMIT WORKorRO...
If the statement is not executed when the list is displayed by the list processor, it is ignored, except in the event blocks forreporting events. Here, the processor branches to the end of the program and continues in accordance with theprocess flowfor executable programs. ...
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...
SAP Managed Tags: ABAP Development Hi Experts, Now I met a problem when I use statement LEAVE SCREEN for closing current dialog box screen. The scenario is like this: There is a screen '0010' under function group A, on this screen, there are 4 tabs, i created a custom control element...
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和PAI,如此继续~~~当最后碰到Next Screen ...
SAP Managed Tags: Security It depends on what the authority-check in the program is looking for and whether anything is looked for at all in the authorization field. Place your cursor on the ABAP statement "DUMMY" and hit F1 (no joke, it's really called that) or search for it in tr...
SAP Managed Tags: ABAP Development Hi, I can give u the small example. This will be used in Dialog Programming. If u want to display any statement by using write statement like in se38 editor,there u can use this like PAI CASE OK_CODE. WHEN 'DISPLAY'. LEAVE TO LIST-PROCESSING AND...
Syntax Variants: Effect Variant 1 Effect Variant 2 Effect