Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Can a popup be used as an abap popup?


Asked by Clare Sierra on Dec 09, 2021 FAQ



This is a an Abap Popup yes no. The return of the PopUp function will be ‘ ‘ for No and J for Yes. This PopUp can also used as Abap Popup to Confirm Value. DATA:lv_answer.
Consequently,
This is a an Abap Popup yes no. The return of the PopUp function will be ‘ ‘ for No and J for Yes. This PopUp can also used as Abap Popup to Confirm Value.
And, The input for OXT_MESSAGE_TO_POPUP is a table typed BAPIRETTAB. Check these standard ABAP Programs to find more about PopUp in SAP. These sample programs focus how to display to Log ( SLG1 ). SAP develops a cool option for both these programs to display Tables in PopUp in Grid Mode
In this manner,
POPUP_TO_CONFIRM is a standard SAP function module available within R/3 SAP systems depending on your version and release level. Below is the pattern details for this FM showing its interface including any import and export parameters, exceptions etc as well as any documentation contributions ( Comments) specific to the object.
Subsequently,
CALL 'ThUsrInfo' ID 'OPCODE' FIELD ld_opcode ID 'TAB' FIELD lt_user. With the simple function module TH_POPUP you can create the message for the user or a special message to a selected user ID. To create popup's for all users, the function module have to be called in a loop.