SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

RM07CUFA SAP ABAP Report - Field Selection Comparison: Movement Type - G/L Account







RM07CUFA 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 RM07CUFA 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 RM07CUFA. "Basic submit
SUBMIT RM07CUFA AND RETURN. "Return to original report after report execution complete
SUBMIT RM07CUFA 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: SOBKZ = Special Stock Indicator
Selection Text: SAKNR = G/L Account
Selection Text: FSTVA = Field Status Variant
Selection Text: BWART = Movement Type
Selection Text: BUKRS = Company Code
Title: Field Selection Comparison: Movement Type - G/L Account
Text Symbol: W02 = ScrnLayout
Text Symbol: W01 = Movement Type, Group, or Acct
Text Symbol: T04 = Optional Entry
Text Symbol: T03 = Hidden
Text Symbol: T02 = Required Entry
Text Symbol: T01 = Feldauswahl MM - FI faulty
Text Symbol: I01 = Not all accounts represented
Text Symbol: H09 = Different Field Group MM
Text Symbol: H08 = Field Description
Text Symbol: H07 = A/c
Text Symbol: H06 = MvT
Text Symbol: H05 = Feld Status FI
Text Symbol: H04 = Feld Status MM
Text Symbol: H03 = Company Code
Text Symbol: H02 = Group ;;
Text Symbol: H01 = Field Status Variant ;;
Text Symbol: G02 = Special Stock
Text Symbol: G01 = Movement Type ;;
Text Symbol: A03 = layout be saved first?
Text Symbol: A02 = Should the changed screen
Text Symbol: A01 = Exit Scr. Layout Mnt.
Text Symbol: 10B = Group Field Status FI
Text Symbol: 10A = Field Name MvT Field Status MM
Text Symbol: 012 = Hide
Text Symbol: 011 = Optional Entry
Text Symbol: 010 = Required Entry
Text Symbol: 009 = Field selection definitions MM and FI are identical.
Text Symbol: 008 = E r r o r L o g
Text Symbol: 007 = No MM group assigned ;;
Text Symbol: 006 = Reserve ;;
Text Symbol: 005 = Field name MvT Accnt Diff. field group MM
Text Symbol: 004 = Field Group FI





Text Symbol: 003 = G/L Accounts
Text Symbol: 002 = Field Status Group
Text Symbol: 001 = Mvmt Type


INCLUDES used within this REPORT RM07CUFA

INCLUDE: RM07GRID,
RM07MUSR,
RM07MEND,
MM07MABC.


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:

POPUP_SEEK_IN_TABLE * CALL FUNCTION 'POPUP_SEEK_IN_TABLE' * EXPORTING * table = * IMPORTING * POSITION = ls_pos ** RETURNCODE = * tables * read_table = lt_fstag * EXCEPTIONS * CANCELLED_BY_USER = 1 * TABLE_NOT_FOUND = 2 * OTHERS = 3 * .

POPUP_SEEK_IN_TABLE ** CALL FUNCTION 'POPUP_SEEK_IN_TABLE' ** EXPORTING ** table = ** IMPORTING ** POSITION = ls_pos *** RETURNCODE = ** tables ** read_table = lt_fstag ** EXCEPTIONS ** CANCELLED_BY_USER = 1 ** TABLE_NOT_FOUND = 2 ** OTHERS = 3 ** .

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = etab_name varkey = enkey EXCEPTIONS foreign_lock = 4 system_failure = 8.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = dtab_name varkey = enkey.

PREPARE_FIELD_SELECT_STRING CALL FUNCTION 'PREPARE_FIELD_SELECT_STRING' EXPORTING incoming_string = t004f_fausw string_id = 'SKB1-FAUS1' text1 = kpf_text1 text2 = kpf_text2 * TEXT3 = KPF_TEXT3 xchange = xchange xnodisp = 'X' IMPORTING acttyp = action outgoing_string = xt004f_fausw xchange = change.

PREPARE_FIELD_SELECT_STRING CALL FUNCTION 'PREPARE_FIELD_SELECT_STRING' EXPORTING incoming_string = t156b-fausw string_id = 'T156B-FAUSW' text1 = kpf_text1 text2 = kpf_text2 * TEXT3 = KPF_TEXT3 xchange = xchange xnodisp = 'X' IMPORTING acttyp = action outgoing_string = xt156b_fausw xchange = change.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-a01 textline1 = text-a02 textline2 = text-a03 IMPORTING answer = antwort.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' IMPORTING we_objects_appendable = appendable TABLES wt_ko200 = iko200 wt_e071k = ie071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 1. "530970

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING * WI_ORDER = ' ' wi_ko200 = iko200 * importing * we_order = * we_task = * we_ko200 = TABLES wt_e071k = ie071k EXCEPTIONS OTHERS = 04.



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