SAP Function Modules

Share |

CLPOP_CONFIRM_MSG_WITH_CALL SAP Function module - Dialog box to confirm and to call function module without parameters

Pattern for FM CLPOP_CONFIRM_MSG_WITH_CALL - CLPOP CONFIRM MSG WITH CALL
Associated Function Group: CLPOP
Released Date: Not Released
CALL FUNCTION 'CLPOP_CONFIRM_MSG_WITH_CALL' "Dialog box to confirm and to call function module without parameters
  EXPORTING
    txt01 =                     "
*   txt02 = SPACE               "
*   txt03 = SPACE               "
*   txt04 = SPACE               "
*   par01 = SPACE               "
*   par02 = SPACE               "
*   par03 = SPACE               "
*   par04 = SPACE               "
*   new_line1 = SPACE           "
*   new_line2 = SPACE           "
*   new_line3 = SPACE           "
    title =                     "
    length =                    "
*   txt_first_pushbutton =      "
*   txt_second_pushbuttn =      "
*   funct_module = SPACE        "
  EXCEPTIONS
    FUNCTION_MODULE_MISSED = 1  "
    TEXT_SECOND_PUSHBUTTON_MISSED = 2  "
    .  "  CLPOP_CONFIRM_MSG_WITH_CALL






Share |