SAP Reports / Programs

RCVDCREO SAP ABAP Report - Export of EH&S Documents







RCVDCREO 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 RCVDCREO into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CVRCVDCREO - Export of EH&S Documents


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 RCVDCREO. "Basic submit
SUBMIT RCVDCREO AND RETURN. "Return to original report after report execution complete
SUBMIT RCVDCREO 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: ENDDAT = To
Selection Text: REPVIEW = Report View
Selection Text: STARTDAT = From
Selection Text: GENVAR = D .
Selection Text: LANGU = D .
Selection Text: RECID = D .
Selection Text: REPTYPE = D .
Title: Export of EH&S Documents


INCLUDES used within this REPORT RCVDCREO

INCLUDE CVDD01.
INCLUDE CBUI09.
INCLUDE CBUI15.
INCLUDE CBUI23.
INCLUDE MMMGXV29.


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:

C14F_LOV_LDEPID CALL FUNCTION 'C14F_LOV_LDEPID' EXPORTING I_VALDAT = ENDDAT CHANGING X_LDEPID = GENVAR-LOW EXCEPTIONS OTHERS = 1.

C14F_LOV_LDEPID CALL FUNCTION 'C14F_LOV_LDEPID' EXPORTING I_VALDAT = ENDDAT CHANGING X_LDEPID = GENVAR-HIGH EXCEPTIONS OTHERS = 1.

CVE6_RECINFOSTR_FILL_NEW CALL FUNCTION 'CVE6_RECINFOSTR_FILL_NEW' EXPORTING I_ADDRNUMBER = RECID * I_ADDRHANDLE = * I_PERSNUMBER = * I_PERSHANDLE = * I_BUSINESSADDR = I_RECTYPE = CVDA2_RECEIVERTYPE-CA I_RECGROUP = CVDA2_RECEIVERGROUP-REPREC IMPORTING E_RECINFO = RECINFO EXCEPTIONS NO_PERS_ADDRESS_FOUND = 1 NO_COMP_ADDRESS_FOUND = 2 OTHERS = 3 .

C1I0_TCGENV_READ CALL FUNCTION 'C1I0_TCGENV_READ' EXPORTING I_PARAM = IC_ENV_PARAM-EXP_INITIATOR IMPORTING E_VALUE = L_VALUE EXCEPTIONS PARAM_NOT_FOUND = 1 OTHERS = 2.

CVE9_RDO_FIND_CHANGED_REPORTS CALL FUNCTION 'CVE9_RDO_FIND_CHANGED_REPORTS' EXPORTING I_STARTDATE = STARTDAT I_ENDDATE = ENDDAT I_GENVARIANT = L_GENVAR I_LANGU = L_LANGU I_REPTYPE = REPTYPE IMPORTING E_RECORDS_FOUND = RECORDS_FOUND TABLES I_REPSTATUS_TAB = REPSTATUS_TAB E_CHANGED_REP_TAB = REP_TAB EXCEPTIONS REPORTS_FIND_BY_SUBLIST = 1 REPORTS_READ = 2 OTHERS = 3.

CVE9_RDO_CREAT_DISTR_ORDERS CALL FUNCTION 'CVE9_RDO_CREAT_DISTR_ORDERS' EXPORTING I_REASONCAT = IC_REASONCAT-CHEMTR_EXP I_RECINFO = RECINFO I_INITIATOR = L_VKORG *ERP_PSS-PRODSAFETY_PS_eSDS-EhP6-B I_REPVIEW = REPVIEW *ERP_PSS-PRODSAFETY_PS_eSDS-EhP6-E IMPORTING E_DDOID = DDOID TABLES I_MARA_TAB = MARA_TAB E_DDO_TAB = L_DDO_TAB * Begin Correction 1560707 21.02.2011 *********************************



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 RCVDCREO or its description.