Ansicht
Dokumentation

POPUP_TO_DECIDE_INFO - Do not use! Use POPUP_TO_CONFIRM

POPUP_TO_DECIDE_INFO - Do not use! Use POPUP_TO_CONFIRM

TXBHW - Original Tax Base Amount in Local Currency   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book
Preliminary comment

This function module has been released.

The documentation is being revised so that it conforms to the requirements for released function modules.

Functionality

This function module returns a dialog box where the user must answer "Yes" or "No" (one of these is entered as a default) in order to confirm a processing step.

The dialog box has a fixed size on the screen.

The TITLE is displayed in the title bar, TEXTLINE1 and TEXTLINE2 on the second and third lines of the dialog box. The title is displayed centrally in the title bar and cannot be longer than 35 characters. Text lines that exceed 35 characters are truncated.

Examples
  • Example dialog box "Jump back"
  • Example question

    "Post generated document first?"

  • Example dialog box "Confirm action without data loss"
  • Example questions

    "Copy document?"
    "Do you want to change the account determination rules?"

  • Example dialog box "Confirm action with data loss"
  • Examples questions

    "Delete flagged document?"
    "Delete existing documents first?
    "Delete selected items?"
    "Do you want to delete the documentation?"

Example call:

DATA: REPLY(1) TYPE C.

CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
EXPORTING TITLE = 'Exit G/L document'
TEXTLINE1 = 'Delete generated'
TEXTLINE2 = 'document first'
IMPORTING ANSWER = REPLY.





Parameters

ANSWER
DEFAULTOPTION
START_COLUMN
START_ROW
TEXTLINE1
TEXTLINE2
TITEL

Exceptions

Function Group

SEUO

CPI1466 during Backup   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 2803 Date: 20240523 Time: 123126     sap01-206 ( 35 ms )