SAP Reports / Programs

IAOM_CRMSRV_F4_UPLOAD SAP ABAP Report - Upload to CRM of Objects Assignable to Account







IAOM_CRMSRV_F4_UPLOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter IAOM_CRMSRV_F4_UPLOAD into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT IAOM_CRMSRV_F4_UPLOAD. "Basic submit
SUBMIT IAOM_CRMSRV_F4_UPLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT IAOM_CRMSRV_F4_UPLOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TEST = Test Run (Display)
Selection Text: S_VBELN = D Sales Document
Selection Text: S_POSNR = D Item
Selection Text: S_POSID = D WBS Element
Selection Text: S_KOSTL = D Cost Center
Selection Text: S_AUFNR = D Order
Selection Text: P_STATS = WSB Elements Status
Selection Text: P_STATA = Internal Order Status
Selection Text: P_PSPEL = Transfer WBS Elements
Selection Text: P_LOGSYS = D Logical System
Selection Text: P_KOSTL = Transfer Cost Centers
Selection Text: P_KDAUF = Transfer Customer Orders
Selection Text: P_DELETE = Delete all Values in CRM
Selection Text: P_AUFNR = Transfer Internal Orders
Selection Text: ECHT = Update Run (Upload CRM)
Title: Upload to CRM of Objects Assignable to Account
Text Symbol: 011 = Val.
Text Symbol: 010 = Choose an object
Text Symbol: 009 = Cost Center
Text Symbol: 008 = Cat
Text Symbol: 007 = Mode
Text Symbol: 006 = Upload Settings
Text Symbol: 005 = Technical Settings
Text Symbol: 004 = WBS Elements
Text Symbol: 003 = Sales Orders
Text Symbol: 002 = Int. Orders
Text Symbol: 001 = Assignable Objects Selection


INCLUDES used within this REPORT IAOM_CRMSRV_F4_UPLOAD

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CRM_AC_ASSIGN_AUFNR_UPL CALL FUNCTION 'CRM_AC_ASSIGN_AUFNR_UPL' EXPORTING IV_LOGSYS = p_logsys IV_STATUS = p_stata IV_DELETE_VALUES = lv_delete IV_TEST = lv_test TABLES IT_AUFNR_R = lt_aufnr IT_AUFNR_U = lt_aufnr_u.

CRM_AC_ASSIGN_KDAUF_UPL CALL FUNCTION 'CRM_AC_ASSIGN_KDAUF_UPL' EXPORTING IV_LOGSYS = p_logsys IV_DELETE_VALUES = lv_delete IV_TEST = lv_test TABLES IT_VBELN_R = lt_vbeln IT_POSNR_R = lt_posnr IT_KDAUF_U = lt_kdauf_u.

CRM_AC_ASSIGN_PSPEL_UPL CALL FUNCTION 'CRM_AC_ASSIGN_PSPEL_UPL' EXPORTING IV_LOGSYS = p_logsys IV_STATUS = p_stats IV_DELETE_VALUES = lv_delete IV_TEST = lv_test TABLES IT_PSPEL_R = lt_posid IT_PSPEL_U = lt_pspel_u.

CRM_AC_ASSIGN_KOSTL_UPL CALL FUNCTION 'CRM_AC_ASSIGN_KOSTL_UPL' EXPORTING IV_LOGSYS = p_logsys IV_STATUS = p_stats IV_DELETE_VALUES = lv_delete IV_TEST = lv_test TABLES IT_KOSTL_R = lt_kostl IT_KOSTL_U = lt_kostl_u.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING IT_FIELDCAT = lt_fcat TABLES T_OUTTAB = lt_atab EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IAOM_CRMSRV_F4_UPLOAD or its description.