BBPS_ACC_REASSGMT SAP (Structure for Account Reassignment) Structure details

Dictionary Type: Structure
Description: Structure for Account Reassignment




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




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

BBPS_ACC_REASSGMT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Account Reassignment" 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_BBPS_ACC_REASSGMT TYPE BBPS_ACC_REASSGMT.

The BBPS_ACC_REASSGMT table consists of various fields, each holding specific information or linking keys about Structure for Account Reassignment data available in SAP. These include NUMBER_EXT (External Item Number), REFBT_DOC_CAT (), RFKNT_ACC_LN (), RFETE_SERV_LN ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPS_ACC_REASSGMT structure 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
OBJIDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
NUMBER_EXTExternal Item Number CRMT_ITEM_NO_EXTNUMC10
REFBT_DOC_CAT 0
RFKNT_ACC_LN 0
RFETE_SERV_LN 0
OBJID_SRMTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
NUMBER_INTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
SFIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
SFIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
SFISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
SFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
SFAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
SHKONTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
SOBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
SMEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
SGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SBUDGET_PD Budget Period0
RFIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
RFIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
RFISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
RFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
RFAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
RHKONTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ROBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
RMEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
RGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
RBUDGET_PD Budget Period0

Key field Non-key field



How do I retrieve data from SAP structure BBPS_ACC_REASSGMT using ABAP code?

As BBPS_ACC_REASSGMT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BBPS_ACC_REASSGMT as there is no data to select.

How to access SAP table BBPS_ACC_REASSGMT

Within an ECC or HANA version of SAP you can also view further information about BBPS_ACC_REASSGMT 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!