/IBS/SRB_UE_MAN_POS SAP (RBD: Individual Documents for Manual RBD Accounts) Structure details

Dictionary Type: Structure
Description: RBD: Individual Documents for Manual RBD Accounts




ABAP Code to SELECT data from /IBS/SRB_UE_MAN_POS
Related tables to /IBS/SRB_UE_MAN_POS
Access table /IBS/SRB_UE_MAN_POS




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

/IBS/SRB_UE_MAN_POS 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 "RBD: Individual Documents for Manual RBD Accounts" 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_/IBS/SRB_UE_MAN_POS TYPE /IBS/SRB_UE_MAN_POS.

The /IBS/SRB_UE_MAN_POS table consists of various fields, each holding specific information or linking keys about RBD: Individual Documents for Manual RBD Accounts data available in SAP. These include MODID (RBD: Component ID Source System), LIBUE (RBD: Source Accounting Unit), BEWME (RBD: Valuation Method), VERTV (RBD: Contract Number Source System).. 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: Can Be Enhanced (Deep)


SAP /IBS/SRB_UE_MAN_POS 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
MODIDRBD: Component ID Source System /IBS/E_RMODIDCHAR10Assigned to domain/IBS/O_RMODID/IBS/RMODID
LIBUERBD: Source Accounting Unit /IBS/E_LIBUECHAR4/IBS/O_LIBUE
BEWMERBD: Valuation Method /IBS/E_BEWMECHAR2/IBS/O_RCHR02/IBS/BEWME
VERTVRBD: Contract Number Source System /IBS/E_VERTVCHAR100/IBS/O_RCHR100
FINRVRBD: Reference Number Source System /IBS/E_REFNRCHAR100ALPHA/IBS/O_REF100
PARTVRBD: Partner Reference Source System /IBS/E_PARTVCHAR10/IBS/O_RCHR10
RBDIDRBD: RBD ID (RBD Area) /IBS/E_RBDIDCHAR4Assigned to domain/IBS/O_RBDID/IBS/RBDID
RBDNRRBD: Account Number /IBS/E_RBDNRCHAR13ALPHA/IBS/O_RBDNR/IBS/RBDNR
KZSHRBD: Debit / Credit Indicator /IBS/E_RSHKZGCHAR1/IBS/O_RSHKZG
AGEWBRBD: Aggregation Level IRP /IBS/E_AGEWBCHAR2ALPHA/IBS/O_AGEWB
AGEWB_TShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
PLISTRBD: Selection Indicator Planned / Actual /IBS/E_PLISTCHAR1/IBS/O_PLIST
LFDNRRBD: Sequence Number of Individual Document /IBS/E_UENRNUMC10ALPHA/IBS/O_RLFDNR
UINRRBD: Sequential Number of Actual Record /IBS/E_UINRNUMC10ALPHA/IBS/O_RLFDNR
KZSTZRBD: Reversed / Reset Indicator /IBS/E_KZSTZCHAR1/IBS/O_KZSTZ
UIREFRBD. Actual Record Reference /IBS/E_UIREFNUMC10ALPHA/IBS/O_RLFDNR
BWTYPRBD: Flow Category /IBS/E_BWTYPCHAR2/IBS/O_BWTYP
BWTYP_TRBD: Flow Category /IBS/E_BWTYP_TCHAR60/IBS/O_RCHR60
BWAGRRBD: Risk Provision Position /IBS/E_BWAGRCHAR2/IBS/O_BWAGR
BWAGR_TRBD: Risk Provision Position (Text) /IBS/E_BWAGR_TCHAR60/IBS/O_RCHR60
BWARTRBD: Flow Type /IBS/E_BWARTCHAR4/IBS/O_BWART
BWART_TRBD: Text - Description /IBS/E_RTEXTBCHAR50/IBS/O_RCHR50
DATE_STARTSystem Date SYDATUMDATS8SYDATS
DATE_ENDSystem Date SYDATUMDATS8SYDATS
BUDATPosting Date in the Document BUDATDATS8DATUM
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
WAERSRBD. Transaction Currency /IBS/E_TWAERSCUKY5Assigned to domainWAERS
BIWHRRBD: Amount to be Posted (Adjusted by Administrator) /IBS/E_BIWHRCURR23(2) /IBS/O_RBTRGV
HWAERSRBD: Local Currency /IBS/E_HWAERSCUKY5Assigned to domainWAERS
BHWHRRBD: Amount in Local Currency /IBS/E_BHWHRCURR23(2) /IBS/O_RBTRGV
REFERENZRBD: Reference Number Source System /IBS/E_REFNRCHAR100ALPHA/IBS/O_REF100

Key field Non-key field



How do I retrieve data from SAP structure /IBS/SRB_UE_MAN_POS using ABAP code?

As /IBS/SRB_UE_MAN_POS 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 /IBS/SRB_UE_MAN_POS as there is no data to select.

How to access SAP table /IBS/SRB_UE_MAN_POS

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