SAP Reports / Programs | Controlling(CO) SAP CO

CRMFINSEL00 SAP ABAP Report - Selection Criteria: Internal Orders







CRMFINSEL00 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 CRMFINSEL00 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 CRMFINSEL00. "Basic submit
SUBMIT CRMFINSEL00 AND RETURN. "Return to original report after report execution complete
SUBMIT CRMFINSEL00 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: AUFEX = D .
Selection Text: AUFNR = D .
Selection Text: BUKRS = D .
Selection Text: EXCOREF = D .
Selection Text: FKBER = D .
Selection Text: GSBER = D .
Selection Text: ITDESCR = D .
Selection Text: ITEM_NO = .
Selection Text: ITTYPE = D .
Selection Text: ITYPE = D .
Selection Text: IT_NO = D .
Selection Text: KOKRS = D .
Selection Text: KUNNR = D .
Selection Text: MATNBR = D .
Selection Text: OBJ_ID = D .
Selection Text: ORD_NO = D .
Selection Text: PCAT = D .
Selection Text: POSUIID = D .
Selection Text: PRCATID = D .
Selection Text: PRCTR = D .
Selection Text: PRDESCR = D .
Selection Text: PRHIER = D .
Selection Text: PRTYPE = D .
Selection Text: PTYPE = D .
Selection Text: SERVORG = D .
Selection Text: SLDPRTY = D .
Selection Text: SORGANZ = D .
Selection Text: SRVORG_R = D .
Selection Text: SRVTORG = D .
Selection Text: WERKS = D .
Selection Text: AUART = D .
Selection Text: ABKRS = D .
Selection Text: USER9 = USER9: Text from Data Element
Selection Text: USER8 = USER8: Text from Data Element
Selection Text: USER7 = USER7: Text from Data Element
Selection Text: USER6 = USER6: Text from Data Element
Selection Text: USER5 = USER5: Text from Data Element
Selection Text: USER3 = USER3: Text from Data Element





Selection Text: USER2 = USER2: Text from Data Element
Selection Text: USER1 = USER1: Text from Data Element
Selection Text: USER0 = USER0: Text from Data Element
Title: Selection Criteria: Internal Orders
Text Symbol: 001 = Select Using User-Defined Fields
Text Symbol: 007 = Investment Management
Text Symbol: 050 = Tips for Order Selection
Text Symbol: 100 = Status
Text Symbol: 101 = System Status
Text Symbol: 102 = Selection Rule
Text Symbol: 103 = Crtd;;Created
Text Symbol: 104 = Rel;;Released
Text Symbol: 105 = TCl;;Technically completed
Text Symbol: 106 = Cls;;Closed
Text Symbol: 108 = Assignments
Text Symbol: 109 = General Data
Text Symbol: 110 = Control Data
Text Symbol: 111 = Period-End Closing
Text Symbol: 112 = Settlement to a Receiver (Order Master)
Text Symbol: 114 = Process.
Text Symbol: 116 = KeyFigures
Text Symbol: 117 = Settlement Receiver (Settlement Rule)
Text Symbol: 118 = Validity Period/Year


INCLUDES used within this REPORT CRMFINSEL00

INCLUDE LCOKOTYP.


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:

RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = rssubinfo.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING i_kokrs = kokrs IMPORTING e_kokrs = kokrs EXCEPTIONS not_found = 1.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = dfies-tabname lfieldname = dfies-lfieldname IMPORTING dfies_wa = dfies_wa EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING i_kokrs = kokrs IMPORTING e_kokrs = kokrs.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING i_kokrs = kokrs popup = '1' IMPORTING e_kokrs = kokrs.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = gc_this_report TABLES selection_table = t_params.

RS_LIST_SELECTION_TABLE





CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING report = gc_this_report seltext = 'X' TABLES sel_tab = t_params EXCEPTIONS sel_tab_empty = 01.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = gc_this_report variant = p_variant move_or_write = 'M' TABLES valutab = lt_params.

OBJECT_NUMBER_READ_OR CALL FUNCTION 'OBJECT_NUMBER_READ_OR' EXPORTING aufnr = aufnr-low IMPORTING objnr = lr_object_no-low.

OBJECT_NUMBER_READ_OR CALL FUNCTION 'OBJECT_NUMBER_READ_OR' EXPORTING aufnr = aufnr-high IMPORTING objnr = lr_object_no-high.

OBJECT_KEY_GET_OR CALL FUNCTION 'OBJECT_KEY_GET_OR' EXPORTING objnr = -objnr IMPORTING aufnr = -aufnr EXCEPTIONS OTHERS = 1.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = gc_this_report TABLES selection_table = t_params.



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