WOSCR_GRP_004 SAP (SRS Convenience Retailing - Breakdown of Accounts) Table details

Dictionary Type: Table
Description: SRS Convenience Retailing - Breakdown of Accounts




ABAP Code to SELECT data from WOSCR_GRP_004
Related tables to WOSCR_GRP_004
Access table WOSCR_GRP_004




Table field list including key, data, relationships and ABAP select examples

WOSCR_GRP_004 is a standard SAP Table which is used to store SRS Convenience Retailing - Breakdown of Accounts data and is available within R/3 SAP systems depending on the version and release level.

The WOSCR_GRP_004 table consists of various fields, each holding specific information or linking keys about SRS Convenience Retailing - Breakdown of Accounts data available in SAP. These include CBL_GROUP (Group of Accounts in the Cash Balancing Internet Application), CBL_SUB_GROUP (Cash Balancing: Key for a Subgroup of G/L Accounts), SEQ_003 (Sequence Group of Accounts/Subgroup/G/L Account/Currency), SEQ_004 (Sequence Group of Accounts/Subgroup/G/L Account/Currency).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = WOSCR_GRP_004T


SAP WOSCR_GRP_004 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
CBL_GROUPGroup of Accounts in the Cash Balancing Internet Application WOSCR_GRPCHAR10WOSCR_GRP_001WOSCR_GRP
CBL_SUB_GROUPCash Balancing: Key for a Subgroup of G/L Accounts WOSCR_SUB_GROUPCHAR10WOSCR_GRP_002WOSCR_SUB_GROUP
SEQ_003Sequence Group of Accounts/Subgroup/G/L Account/Currency WOSCR_SORTNUMC2WOSCR_GRP_003NUMC2
SEQ_004Sequence Group of Accounts/Subgroup/G/L Account/Currency WOSCR_SORTNUMC2NUMC2
CURRENCYCash Balancing: Currency for Breakdown Lines WOSCR_WAERSCUKY5TCURCWAERS
TOTALIndicator for Totals in Account Breakdown WOSCR_TOTAL_004CHAR1CHAR1
ADD_POSTINGSeparate Posting for Lines for an Account Breakdown WOSCR_POST_004CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table WOSCR_GRP_004 using ABAP code

The following ABAP code Example will allow you to do a basic selection on WOSCR_GRP_004 to SELECT all data from the table
DATA: WA_WOSCR_GRP_004 TYPE WOSCR_GRP_004.

SELECT SINGLE *
FROM WOSCR_GRP_004
INTO CORRESPONDING FIELDS OF WA_WOSCR_GRP_004
WHERE...

How to access SAP table WOSCR_GRP_004

Within an ECC or HANA version of SAP you can also view further information about WOSCR_GRP_004 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!