SAP Function Modules

Share |

HRGPBS_DRILL_IMPORT_MEMORY SAP Function module - Export internal error table to ABAP memory

Pattern for FM HRGPBS_DRILL_IMPORT_MEMORY - HRGPBS DRILL IMPORT MEMORY
Associated Function Group: HRGPBS_DRILLDOWN
Released Date: Not Released
CALL FUNCTION 'HRGPBS_DRILL_IMPORT_MEMORY' "Export internal error table to ABAP memory
  TABLES
    i_error =                   " hrgpbs_error_log  HRGPBS: Error log structure
  EXCEPTIONS
    IMPORT_ERROR = 1            "               error during import of error log table
    .  "  HRGPBS_DRILL_IMPORT_MEMORY






Share |