SAPFGJRC_ALV1 is an SAP Structure so does not store data like a database table does but can be used to process "Structure for the first list in the repot SAPFGJRC" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SAPFGJRC_ALV1 TYPE SAPFGJRC_ALV1 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DOCTYPED | JV_DOCTYPD | CHAR | 2 |
* | Document Type Debit | |
RTCUR | CHAR | 5 | ||||
ACCOUNT | CHAR | 10 | ||||
BILLIND | JV_BILIND | CHAR | 2 |
* | Payroll Type | ALPHA |
POSTKEY | JV_DEBPKEY | CHAR | 2 |
* | Debit Posting Key | |
TAXCODE | CHAR | 2 | ||||
TRANS_AMT | TSLVT9 | CURR | 17(2) | Balance carried forward in transaction currency | ||
LOCAL_AMT | HSLVT9 | CURR | 17(2) | Balance carried forward in local currency | ||
TAX_TRANS_AMT | TSLVT9 | CURR | 17(2) | Balance carried forward in transaction currency | ||
TAX_LOCAL_AMT | HSLVT9 | CURR | 17(2) | Balance carried forward in local currency | ||
VENTURE | JV_NAME | CHAR | 6 |
* | Joint Venture | ALPHA |
EQGROUP | JV_EGROUP | CHAR | 3 |
* | Equity group | ALPHA |
Key field | |
Non-key field |
SAPFGJRC_ALV1 - Structure for the first list in the repot SAPFGJRC SAPF130_S_DATES - Data Structure for Correspondence SAPF130* SAPF100_OUTIN - Name in GL - Required for Postings SAPF100_INOUT - Mapping of SL to GL Names SAPBWPRFLS - BW Workload: Relation of Workload Profile and Class Names SAPBUFQUAL - Qualities of SAP buffers