SAP Function Modules

Share |

PA_EXPLAIN_PACKAGE_CHECK SAP Function module - PA EXPLAIN PACKAGE CHECK

PA_EXPLAIN_PACKAGE_CHECK is a standard SAP function module available within R/3 SAP systems depending on your version and release level. Below are the pattern details for this FM showing its interface including any import, export parameters etc and for your convenience any standard documentation available. All this information and more can be viewed if you enter the function module name PA_EXPLAIN_PACKAGE_CHECK 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 PA_EXPLAIN_PACKAGE_CHECK or its description.

Pattern for FM PA_EXPLAIN_PACKAGE_CHECK - PA EXPLAIN PACKAGE CHECK
Associated Function Group: PA_PACKAGE_CHECKS
Released Date: Not Released

CALL FUNCTION 'PA_EXPLAIN_PACKAGE_CHECK' "

  EXPORTING

    i_trobjtype =               " clike

    i_obj_name =                " clike

  IMPORTING

    e_server_objects =          " pakchektb2

  EXCEPTIONS

    CLIENT_PACKAGE_NOT_FOUND = 1  "

    SERVER_PACKAGE_NOT_FOUND = 2  "

    CLIENT_HIERARCHY_LOOP = 3   "

    SERVER_HIERARCHY_LOOP = 4   "

    .  "  PA_EXPLAIN_PACKAGE_CHECK





comments powered by Disqus

Terms of Service     Contact Us     Privacy Policy     Useful SAP related sites