SAP Reports / Programs | Logistics - General | Product Data Management(LO-PDM) SAP LO

CEP_IAC_PO_FORM SAP ABAP INCLUDE - CEPIACPOFORM







CEP_IAC_PO_FORM is a standard ABAP INCLUDE 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 CEP_IAC_PO_FORM 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 CEP_IAC_PO_FORM. "Basic submit
SUBMIT CEP_IAC_PO_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT CEP_IAC_PO_FORM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT CEP_IAC_PO_FORM

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:

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING OBJNR = task-folderid STATUS = 'I0532' EXCEPTIONS STATUS_NOT_ACTIVE = 1 OBJECT_NOT_FOUND = 2.

ADDR_PERS_COMP_GET CALL FUNCTION 'ADDR_PERS_COMP_GET' EXPORTING ADDRESS_PERS_IN_COMP_SELECTION = l_addrsel IMPORTING ADDRESS_PERS_IN_COMP_VALUE = l_addrval EXCEPTIONS PERSON_NOT_EXIST = 2 ADDRESS_NOT_EXIST = 4 OTHERS = 6.

BAPI_USER_GET_DETAIL * CALL FUNCTION 'BAPI_USER_GET_DETAIL' * EXPORTING * USERNAME = * IMPORTING * ADDRESS = * COMPANY = * TABLES * RETURN = .

CED1_PDOC_READ CALL FUNCTION 'CED1_PDOC_READ' EXPORTING P_PDOCID = id p_target = 'TABLE' IMPORTING P_CONTENTSIZE = length TABLES PT_CONTENT = lt_data EXCEPTIONS NOT_FOUND = 1 DOC_NOT_FOUND = 2 DMS_ERROR = 3 OTHERS = 4.

CV120_GET_MIME_TYPE CALL FUNCTION 'CV120_GET_MIME_TYPE' EXPORTING: pf_dappl = pf_dappl pf_file = pf_file IMPORTING: pfx_mimetype = lf_mimetype.

CED1_PDOC_AUTHORITYCHECK CALL FUNCTION 'CED1_PDOC_AUTHORITYCHECK' EXPORTING P_PDOCID = id P_MASTERPDOCID = download_pdocid IMPORTING P_AUTHORIZED = l_auth.

CED1_PDOC_READ CALL FUNCTION 'CED1_PDOC_READ' EXPORTING P_PDOCID = id p_target = 'TABLE' IMPORTING P_CONTENTSIZE = length TABLES PT_CONTENT = lt_data EXCEPTIONS NOT_FOUND = 1 DOC_NOT_FOUND = 2 DMS_ERROR = 3 OTHERS = 4.

CED1_PDOC_CREATE CALL FUNCTION 'CED1_PDOC_CREATE' EXPORTING P_SOURCE = 'TABLE' P_CONTENTSIZE = length P_WSAPPLICATION = appl P_FILENAME = filename P_STORAGECAT = g_storagecat IMPORTING P_PDOCID = pdocid P_DMSDOCNR = dmsdocnr TABLES PT_CONTENT = updata EXCEPTIONS CREATE_DOC = 1 DMS_ERROR = 2 NO_MASTER = 3 WRONG_DEPENDENT = 4 ERROR = 5 OTHERS = 6.

CED1_PDOC_CREATE CALL FUNCTION 'CED1_PDOC_CREATE' EXPORTING P_SOURCE = 'TABLE' P_CONTENTSIZE = length P_PREMASTER = id P_STORAGECAT = g_storagecat IMPORTING P_PDOCID = pdocid TABLES PT_CONTENT = updata PT_DEPENDENT = gt_originals EXCEPTIONS CREATE_DOC = 1 DMS_ERROR = 2 OTHERS = 3.

CED1_PDOC_READ_MARKUP CALL FUNCTION 'CED1_PDOC_READ_MARKUP' EXPORTING P_PDOCID = ORIGID P_LAYERID = ID IMPORTING P_CONTENTSIZE = LENGTH TABLES PT_CONTENT = LT_DATA EXCEPTIONS NOT_FOUND = 1 DOC_NOT_FOUND = 2 DMS_ERROR = 3 OTHERS = 4.

CED1_PDOC_CREATE_MARKUP CALL FUNCTION 'CED1_PDOC_CREATE_MARKUP' EXPORTING P_PDOCID = ORIGID P_LAYERNAME = DESCRIPTION P_CONTENTSIZE = LENGTH P_STORAGECAT = g_storagecat IMPORTING P_LAYERID = ID TABLES PT_CONTENT = UPDATA EXCEPTIONS NOT_FOUND = 1 DOC_NOT_FOUND = 2 DMS_ERROR = 3 OTHERS = 4.

CEP_RETRIEVE_CONTROL_TEXTS CALL FUNCTION 'CEP_RETRIEVE_CONTROL_TEXTS' * EXPORTING * TARGETLANGUAGE = SY-LANGU TABLES TEXTBUNDLE = lt_textpool.

CEP_GET_SUC_TO_RECEIVER CALL FUNCTION 'CEP_GET_SUC_TO_RECEIVER' EXPORTING I_PRE_SEM_KEY = l_semkey_pre I_CREATED_BY_RECID = download_receiver IMPORTING E_SUC_SEM_KEY = l_semkey_suc E_SUC_OBJNR = l_objnr_suc EXCEPTIONS NO_SUCCESSOR = 1 OTHERS = 3.

CVV1_FIND_RECIPIENT * CALL FUNCTION 'CVV1_FIND_RECIPIENT' * EXPORTING * ADDRESS_STRING = SY-UNAME * TYPEID = 'B' * NO_DIALOG = 'X' * SINGLE_SELECTION = 'X' * IMPORTING * NAME = L_NAME * EXCEPTIONS * NO_RECIPIENT = 1 * FUNCTION_CANCELED = 2 * OTHERS = 3.

CEP_EVENT_CREATE_COMMIT CALL FUNCTION 'CEP_EVENT_CREATE_COMMIT' DESTINATION 'NONE' EXPORTING OBJTYPE = 'BUS3052003' OBJKEY = l_borkey EVENT = event * CREATOR = ' ' * TAKE_WORKITEM_REQUESTER = ' ' * START_WITH_DELAY = ' ' * START_RECFB_SYNCHRON = ' ' * NO_COMMIT_FOR_QUEUE = ' ' * DEBUG_FLAG = ' ' * NO_LOGGING = ' ' * IDENT = IMPORTING EVENT_ID = l_eventid TABLES EVENT_CONTAINER = wi_container EXCEPTIONS OBJTYPE_NOT_FOUND = 1 OTHERS = 2.

ALEWEB_DOWNLOAD CALL FUNCTION 'ALEWEB_DOWNLOAD' EXPORTING DATA_LEN = L_MIME_LENGTH MIME_TYPE = L_MIME_TYPE DATA_TYPE = 'CHAR' TABLES DATA_TAB = LT_MIME_DATA * EXCEPTIONS * ITS_NOT_AVAILABLE = 1 * OTHERS = 2 .

ALEWEB_DOWNLOAD CALL FUNCTION 'ALEWEB_DOWNLOAD' EXPORTING DATA_LEN = L_MIME_LENGTH MIME_TYPE = L_MIME_TYPE DATA_TYPE = 'RAW' TABLES DATA_TAB = LT_MIME_BINARYDATA * EXCEPTIONS * ITS_NOT_AVAILABLE = 1 * OTHERS = 2 .

ALEWEB_DOWNLOAD CALL FUNCTION 'ALEWEB_DOWNLOAD' EXPORTING DATA_LEN = L_MIME_LENGTH MIME_TYPE = L_MIME_TYPE DATA_TYPE = 'RAW' TABLES DATA_TAB = LT_MIME_BINARYDATA * EXCEPTIONS * ITS_NOT_AVAILABLE = 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 CEP_IAC_PO_FORM or its description.