ROIUT1_LOAD_CUSTOMER SAP (Customer Load Structure) Structure details

Dictionary Type: Structure
Description: Customer Load Structure




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




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

ROIUT1_LOAD_CUSTOMER 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 "Customer Load Structure" 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_ROIUT1_LOAD_CUSTOMER TYPE ROIUT1_LOAD_CUSTOMER.

The ROIUT1_LOAD_CUSTOMER table consists of various fields, each holding specific information or linking keys about Customer Load Structure data available in SAP. These include BA_NO_8 (8 Char external BA number), BA_TYPE_CD (Business Associate Type), BUKRS (Company Code), LAND1 (Country Key).. 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 (character-type)


SAP ROIUT1_LOAD_CUSTOMER 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
BA_BA_NOCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BA_NO_88 Char external BA number OIUCM_BA_NO_8CHAR8CHAR08
BA_TYPE_CDBusiness Associate Type OIUCM_BA_TYPCHAR2OIUCM_CHAR02OIUCM_BA_TYP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
NAME3Name 3 AD_NAME3CHAR40TEXT40
NAME4Name 4 AD_NAME4CHAR40TEXT40
STRASStreet AD_STREETCHAR60TEXT60CLSTRTNAME
ADDR2Street 2 AD_STRSPP1CHAR40TEXT40
ADDR3Street 3 AD_STRSPP2CHAR40TEXT40
ADDR4Street 4 AD_STRSPP3CHAR40TEXT40
ORT01City ORT01CHAR25TEXT25
ORT02District ORT02CHAR25TEXT25
PSTLZPostal Code PSTLZCHAR10PSTLZ
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
SORTLSort field SORTLCHAR10CHAR10
TELF1First telephone number TELF1CHAR16TEXT16
TELFXFax Number TELFXCHAR31TEXT31
ANREDTitle ANREDCHAR15TEXT15
KTOKDCustomer Account Group KTOKDCHAR4Assigned to domainKTOKDKGD
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TELX1Telex number TELX1CHAR30TEXT30
PFORTPO Box city PFORT_GPCHAR35TEXT35
KNURLUniform Resource Locator URLCHAR132TEXT132
ZUAWAKey for sorting according to assignment numbers DZUAWACHAR3Assigned to domainZUAWA
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
TOGRUTolerance group for the business partner/G/L account TOGRUCHAR4Assigned to domainTOGRU
MAHNADunning Procedure MAHNACHAR4Assigned to domainMAHNA
AKONTReconciliation Account in General Ledger AKONTCHAR10Assigned to domainALPHASAKNR
INTER_CO_CDIntercompany code OIU_INTERCOCDCHAR4Assigned to domainBUKRS
ALLOT_PX_MTH_CDAllot Payment Method Code OIUH_PX_MTH_CDCHAR2CHAR02

Key field Non-key field



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

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

How to access SAP table ROIUT1_LOAD_CUSTOMER

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