SAP Reports / Programs | Sales and Distribution | Foreign Trade(SD-FT) SAP SD

/SAPSLL/OBJIDX_REPORT_R3F00 SAP ABAP INCLUDE - /SAPSLL/OBJIDXREPORTR3F00







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

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:

/SAPSLL/OBJIDX_BUF_PUT_MASS_R3 CALL FUNCTION '/SAPSLL/OBJIDX_BUF_PUT_MASS_R3' EXPORTING it_objidx = gt_objidx_tmp.

/SAPSLL/OBJIDX_BUF_PUT_MASS_R3 CALL FUNCTION '/SAPSLL/OBJIDX_BUF_PUT_MASS_R3' EXPORTING it_objidx = gt_objidx_tmp.

/SAPSLL/OBJIDX_BUF_PUT_MASS_R3 CALL FUNCTION '/SAPSLL/OBJIDX_BUF_PUT_MASS_R3' EXPORTING it_objidx = gt_objidx_tmp.

/SAPSLL/OBJIDX_BUF_PUT_MASS_R3 CALL FUNCTION '/SAPSLL/OBJIDX_BUF_PUT_MASS_R3' EXPORTING it_objidx = gt_objidx_tmp.

ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING i_ebeln = lv_vbeln i_display_only = gc_true i_bstyp = lv_vbtyp EXCEPTIONS not_found = 1 no_authority = 2 invalid_call = 3 preview_not_possible = 4 OTHERS = 5.

RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = lv_vbeln vbtyp = lv_vbtyp.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = gc_dyn_field-retfield_apevs value_org = gc_dyn_field-value_org TABLES value_tab = gt_apevs return_tab = gt_return.

/SAPSLL/DOC_TYPES_GET_R3 CALL FUNCTION '/SAPSLL/DOC_TYPES_GET_R3' IMPORTING et_doc_type = gt_doc_type CHANGING ct_app_lev = gt_app_lev.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = gc_dyn_field-retfield_barvs value_org = gc_dyn_field-value_org TABLES value_tab = gt_barvs return_tab = gt_return.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = gt_dynfield EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gc_dyn_field-tabname fieldname = gc_dyn_field-fieldname_apevs lfieldname = gc_dyn_field-lfieldname_apevs TABLES fixed_values = gt_apevs_fixed EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = cv_refno IMPORTING output = lv_refno EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_vbeln IMPORTING output = lv_vbeln EXCEPTIONS OTHERS = 1.



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 /SAPSLL/OBJIDX_REPORT_R3F00 or its description.