Hi All,
While working on Invoice Verification i identified business content data source available for TRCS 2LIS_06_INV -> ODSO 0LIV_DS01 but not available for RSDS 2LIS_06_INV -> TRCS 2LIS_06_INV we need to do manual mapping .
I suggest below list will help you for quick mapping.
| Source | Field name | Rule Type | Target | InfoObject |
| NOQUANTITY | [DIRECT] | 0NOQUANTITY | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| ROCANCEL | [DIRECT] | 0RECORDMODE | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| LOGSYS | [DIRECT] | 0LOGSYS_PUR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| BELNR | [DIRECT] | 0BBP_INV_ID | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| BUZEI | [DIRECT] | 0BBP_INITEM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| COBL_NR | [DIRECT] | 0BBP_ACC_NO | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| GJAHR | [TIME] | 0FISCYEAR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BUKRS | [ROUTINE] | 0FISCVARNT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| Routine Code for Rule | ||||
| ... "insert your code here | ||||
| *-- fill table "MONITOR" with values of structure "MONITOR_REC" | ||||
| *- to make monitor entries | ||||
| ... "to cancel the update process | ||||
| * raise exception type CX_RSROUT_ABORT. | ||||
| ... "to skip a record | ||||
| * raise exception type CX_RSROUT_SKIP_RECORD. | ||||
| ... "to clear target fields | ||||
| * raise exception type CX_RSROUT_SKIP_VAL. | ||||
| * SELECT SINGLE COMP_CODE OBJVERS | ||||
| *FISCVARNT from /BI0/MCOMP_CODE into IS_FV where COMP_CODE EQ | ||||
| *SOURCE_FIELDS-BUKRS AND OBJVERS = 'A'. | ||||
| * | ||||
| * RESULT = IS_FV-FISCVARNT. | ||||
| DATA: ls_comp_code TYPE /rtf/_s_comp_code, | ||||
| lc_error TYPE REF TO /rtf/cx_root. | ||||
| * Determine the details of the company code | ||||
| TRY. | ||||
| CALL METHOD /rtf/cl_comp_code=>single_read | ||||
| EXPORTING | ||||
| i_comp_code = SOURCE_FIELDS-bukrs | ||||
| IMPORTING | ||||
| es_comp_code = ls_comp_code. | ||||
| CATCH /rtf/cx_comp_code INTO lc_error. | ||||
| CALL METHOD lc_error->conv_2_msgline | ||||
| CHANGING | ||||
| xs_msg = monitor_rec. | ||||
| RAISE EXCEPTION TYPE CX_RSROUT_ABORT. | ||||
| ENDTRY. | ||||
| RESULT = ls_comp_code-fiscvarnt. | ||||
| EBELN | [DIRECT] | 0BBP_PO_ID | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| EBELP | [DIRECT] | 0BBP_POITEM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| LFBNR | [DIRECT] | 0BBP_CON_ID | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| LFPOS | [DIRECT] | 0BBP_COITEM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| LFGJA | [DIRECT] | 0REF_DOC_FY | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| KONNR | [DIRECT] | 0BBP_CTC_ID | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| KTPNR | [DIRECT] | 0BBP_CTITEM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| XBLNR | [DIRECT] | 0BBP_DELREF | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BKTXT | [DIRECT] | 0BBP_DESCR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BLDAT | [TIME] | 0CALDAY | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BUDAT | [DIRECT] | 0PSTNG_DATE | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| XRECH | [DIRECT] | 0BBP_SUBTYP | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| EREKZ | [DIRECT] | 0BBP_FININ2 | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| IVTYP | [DIRECT] | 0BBP_INPTYP | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| AFNAM | [DIRECT] | 0REQUESTER | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| LIFNR2 | [DIRECT] | 0VENDOR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| EKORG | [DIRECT] | 0PURCH_ORG | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| EKGRP | [DIRECT] | 0PUR_GROUP | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| TXZ01 | [DIRECT] | 0PROD_DESCR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MATNR | [DIRECT] | 0MATERIAL | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : MATN1 Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MATKL | [DIRECT] | 0MATL_GROUP | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WERKS | [DIRECT] | 0PLANT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| KNTTP | [DIRECT] | 0BBP_ACCCAT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BUKRS | [DIRECT] | 0COMP_CODE | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SAKNR | [DIRECT] | 0GL_ACCOUNT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| GSBER | [DIRECT] | 0BUS_AREA | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| KOKRS | [DIRECT] | 0CO_AREA | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| KOSTL | [DIRECT] | 0COSTCENTER | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| ANLN1 | [DIRECT] | 0ASSET_MAIN | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| ANLN2 | [DIRECT] | 0ASSET | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| AUFNR | [DIRECT] | 0COORDER | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| PS_PSP_PNR | [DIRECT] | 0WBS_ELEMT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : WBSEL Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| NPLNR | [DIRECT] | 0NETWORK | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| VORNR | [DIRECT] | 0ACTIVITY | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : NUMCV Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| FIPOS | [DIRECT] | 0CMMT_ITEM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| FKBER | [DIRECT] | 0FUNC_AREA | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| FISTL | [DIRECT] | 0FUNDS_CTR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| GEBER | [DIRECT] | 0FUND | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| FIKRS | [DIRECT] | 0FM_AREA | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| KTOPL | [DIRECT] | 0CHRT_ACCTS | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| PRCTR | [DIRECT] | 0PROFIT_CTR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| PAOBJNR | [DIRECT] | 0PROFTB_SEG | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MWSKZ_BNK | [DIRECT] | 0BBP_FRTCOD | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| TBTKZ | [DIRECT] | 0SR_SCRED | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| PSTYP | [DIRECT] | 0ITM_CAT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MEINS | [DIRECT] | 0PO_UNIT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : CUNIT Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BASME | [DIRECT] | 0BASE_UOM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : CUNIT Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| HWAER | [DIRECT] | 0LOC_CURRCY | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WAERS | [DIRECT] | 0INV_CURR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BEWAE | [DIRECT] | 0ORDER_CURR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WRBTR | [DIRECT] | 0SR_IVVIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BEZNK | [DIRECT] | 0SR_FREIGIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WMWST1 | [DIRECT] | 0SR_TAXESIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| NETPR | [DIRECT] | 0NETPRICE | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0LOC_CURRCY ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| PEINH | [DIRECT] | 0PRICE_UNIT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| LIFNR | [DIRECT] | 0INV_PTY | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| LSTAR | [DIRECT] | 0ACTTYPE | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| KOART | [DIRECT] | 0ACCT_TYPE | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRC | [DIRECT] | 0BLCKRSN_QL | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRG | [DIRECT] | 0BLCKRSN_PQ | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRM | [DIRECT] | 0BLCKRSN_QN | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRP | [DIRECT] | 0BLCKRSN_PR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRQ | [DIRECT] | 0BLCKRSN_MN | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRS | [DIRECT] | 0BLCKRSN_AM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRT | [DIRECT] | 0BLCKRSN_DT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SPGRV | [DIRECT] | 0BLCKRSN_PJ | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| ZLSPR | [DIRECT] | 0BLCKRSN_HM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MRM_ZLSPR | [DIRECT] | 0BLCKRSN_HS | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| RBSTAT | [DIRECT] | 0INV_STAT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| RETPO | [DIRECT] | 0RET_ITM | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| STBLG | [DIRECT] | 0REV_DOC_NO | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : ALPHA Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : X | ||||
| STJAH | [DIRECT] | 0REV_DOC_FY | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPRME | [DIRECT] | 0PO_PR_UNIT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : CUNIT Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MENGE | [DIRECT] | 0LIV_IVQEOU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPMNG | [DIRECT] | 0LIV_IVQEPU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_PR_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| RBMNG | [DIRECT] | 0LIV_IVQVOU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPRBM | [DIRECT] | 0LIV_IVQVPU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_PR_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| RBWWR | [DIRECT] | 0LIV_IVVVIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| REMNG | [DIRECT] | 0LIV_IVQHOU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPREM | [DIRECT] | 0LIV_IVQHPU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_PR_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| REWWR | [DIRECT] | 0LIV_IVVHIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| RMWWR | [DIRECT] | 0LIV_IVGAIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| REMNG | [DIRECT] | 0LIV_GRQHOU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WEWWR | [DIRECT] | 0LIV_GRVHIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPWEM | [DIRECT] | 0LIV_GRQEPU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_PR_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BSMNG | [DIRECT] | 0LIV_ORQTOU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0PO_UNIT ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| NETWR | [DIRECT] | 0LIV_ORVTIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| AREWR | [DIRECT] | 0LIV_GRIRLC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0LOC_CURRCY ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| LIEFFN | [DIRECT] | 0LIV_VDERR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| LIEFFMW | [DIRECT] | 0LIV_VDERRT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPUMZ | [DIRECT] | 0NUMERA_UC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPUMN | [DIRECT] | 0DENOMI_UC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPUMZ | [DIRECT] | 0NUMERAT_SU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| BPUMN | [DIRECT] | 0DENOMIN_SU | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| ARKUEN | [DIRECT] | 0LIV_AUIVR | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| ARKUEMW | [DIRECT] | 0LIV_AUIVRT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MAKZN | [DIRECT] | 0LIV_MNIVD | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| MAKZMW | [DIRECT] | 0LIV_MNIVDT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| DIFFN | [DIRECT] | 0LIV_IVDFF | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| DIFFMW | [DIRECT] | 0LIV_IVDFFT | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WEUNB | [DIRECT] | 0GR_NONVAL | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WEPOS | [DIRECT] | 0GR_INDIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| REFWR | [DIRECT] | 0LIV_IVVEFC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| WENWR | [DIRECT] | 0LIV_SRVNFC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : 0INV_CURR ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| SHKZG | [DIRECT] | 0DCINDIC | ||
| Unit InfoObject : {empty} Assignment InfoObject : {empty} | Unit InfoObject : {empty} ConvExit : {empty} Aggregatn : {empty} | |||
| Referential Integrity : - Set ConvExit : - | ||||
| [NO_UPDATE] | 0GN_R3_SSY | |||
| Unit InfoObject : {empty} ConvExit : SORSY Aggregatn : {empty} | ||||
| Referential Integrity : - Set ConvExit : - | ||||
| [NO_UPDATE] | 0BBP_SYS_BE | |||
| Unit InfoObject : {empty} ConvExit : SORSY Aggregatn : {empty} | ||||
| Referential Integrity : - Set ConvExit : - | ||||
| [NO_UPDATE] | 0RT_PRDIFF | |||
| Unit InfoObject : 0LOC_CURRCY ConvExit : {empty} Aggregatn : {empty} | ||||
| Referential Integrity : - Set ConvExit : - | ||||
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 27 | |
| 24 | |
| 13 | |
| 12 | |
| 12 | |
| 11 | |
| 10 | |
| 10 | |
| 9 | |
| 9 |