SAP Function Modules

Share |

UPARU_UI_COMMIT_DOCUMENT SAP Function module - Commit the changed documents


UPARU_UI_COMMIT_DOCUMENT is a standard SAP function module that performs Commit the changed documents functionality. This is available within standard R/3 SAP systems depending on version and release level.

Below are the pattern details for this FM showing its interface including any import, export and tables parameters. There is also a list of Exceptions and for your convenience any standard documentation available. All this information and more can also be viewed if you enter the function module name UPARU_UI_COMMIT_DOCUMENT into the relevant SAP transaction such as SE37 or SE80.

Contribute (Add Comments)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name UPARU_UI_COMMIT_DOCUMENT or its description.

Pattern for FM UPARU_UI_COMMIT_DOCUMENT - UPARU UI COMMIT DOCUMENT
Associated Function Group: UPARU_FG_SERVICES
Released Date: Not Released
CALL FUNCTION 'UPARU_UI_COMMIT_DOCUMENT' "Commit the changed documents
  EXPORTING
    i_area =                    " upc_area-area  Planning Area
    i_plevel =                  " upc_plevel-plevel  Planning level
    i_ppackage =                " upc_package-ppackage  Planning Package
    i_layout =                  " upp_param-param  Parameter Group
  IMPORTING
    e_subrc =                   " sy-subrc      Return Value, Return Value After ABAP Statements
  TABLES
    etk_return =                " bapiret2      MAP-SEM: Error returned messages
    .  "  UPARU_UI_COMMIT_DOCUMENT




comments powered by Disqus