SAP Reports / Programs | Project System | Claim Management(PS-CLM) SAP PS

RCLAIM002F04 SAP ABAP INCLUDE - documentation and ABAP source code







RCLAIM002F04 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 RCLAIM002F04 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 RCLAIM002F04. "Basic submit
SUBMIT RCLAIM002F04 AND RETURN. "Return to original report after report execution complete
SUBMIT RCLAIM002F04 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 RCLAIM002F04

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:

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'LTXT' language = l_qmel-kzmla name = l_tdname object = l_object TABLES lines = l_data EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 others = 8.

CLM01_GET_CODETEXT CALL FUNCTION 'CLM01_GET_CODETEXT' EXPORTING i_qmart = l_qmel-qmart i_longtextid = l_txtid i_objnr = event_ix-objnr IMPORTING e_text = txt_title.

ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING I_EBELN = l_qmel-ebeln I_ENJOY = 'X' * I_EDIT = 'X' "note 945099 EXCEPTIONS others = 1.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'VA03' EXCEPTIONS ok = 1 not_ok = 2 others = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'VL03' EXCEPTIONS ok = 1 not_ok = 2 others = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'CJ03' EXCEPTIONS ok = 1 not_ok = 2 others = 3.

CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING INT_NUM = l_qmel-psp_nr IMPORTING EXT_NUM = L_POSID.

BDS_BUSINESSDOCUMENT_GET_INFO CALL FUNCTION 'BDS_BUSINESSDOCUMENT_GET_INFO' EXPORTING classname = 'BUS7050' classtype = 'BO' object_key = l_objkey TABLES * components = signature = l_sig * connections = EXCEPTIONS nothing_found = 1 parameter_error = 2 not_allowed = 3 error_kpro = 4 internal_error = 5 not_authorized = 6 others = 7.

BDS_CALL_NAVIGATOR CALL FUNCTION 'BDS_CALL_NAVIGATOR' EXPORTING classname = 'BUS7050' classtype = 'BO' objkey = l_objkey TABLES excluding = i_excluding EXCEPTIONS internal_error = 1 others = 2.

DOCUMENT_ASSIGNMENT CALL FUNCTION 'DOCUMENT_ASSIGNMENT' EXPORTING check_exist = 'X' dokob = l_dokob objky = l_objky objtxt = ' ' opcode = '3' "Display only TABLES tabdrad = l_drad.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'CLM3' EXCEPTIONS ok = 1 not_ok = 2 others = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'CLM2' EXCEPTIONS ok = 1 not_ok = 2 others = 3.



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