BAPICUSLDP SAP (BAPI Structure: Customer, Unloading Point) Structure details

Dictionary Type: Structure
Description: BAPI Structure: Customer, Unloading Point




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




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

BAPICUSLDP 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 "BAPI Structure: Customer, Unloading Point" 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_BAPICUSLDP TYPE BAPICUSLDP.

The BAPICUSLDP table consists of various fields, each holding specific information or linking keys about BAPI Structure: Customer, Unloading Point data available in SAP. These include UNLOAD_PT (Unloading Point), SEQNUMBER (Sequential number for unloading points), FCCALENDAR (Customer's factory calendar), RECVHOURID (Goods receiving hours ID (default value)).. 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: Not classified


SAP BAPICUSLDP 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
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
UNLOAD_PTUnloading Point ABLADCHAR25TEXT25
SEQNUMBERSequential number for unloading points LNRABNUMC2NUM2
FCCALENDARCustomer's factory calendar KNKALCHAR2Assigned to domainWFCID
RECVHOURIDGoods receiving hours ID (default value) WANIDCHAR3Assigned to domainWANID
TPQUALIFnot currently in use TPQUACHAR1TPQUA
TPGROUPnot currently in use TPGRPCHAR2TPGRP
SLIFECLASSNot Currently in Use STZKLDEC3(2) STZKL
SLIFESURCHnot currently in use STZZUDEC3STZZU
MO_AM_FROMGoods receipt times: Monday morning from ... WAMOAB1TIMS6UHRZT
MO_AM_UNTLGoods receiving hours: Monday morning until ... WAMOBI1TIMS6UHRZT
MO_PM_FROMGoods receiving hours: Monday afternoon from ... WAMOAB2TIMS6UHRZT
MO_PM_UNTLGoods receiving hours: Monday afternoon until ... WAMOBI2TIMS6UHRZT
TU_AM_FROMGoods receiving hours: Tuesday morning from... WADIAB1TIMS6UHRZT
TU_AM_UNTLGoods receipt times: Tuesday morning until ... WADIBI1TIMS6UHRZT
TU_PM_FROMGoods receiving hours: Tuesday afternoon from ... WADIAB2TIMS6UHRZT
TU_PM_UNTLGoods receiving hours: Tuesday afternoon until ... WADIBI2TIMS6UHRZT
WE_AM_FROMGoods receiving hours: Wednesday morning from ... WAMIAB1TIMS6UHRZT
WE_AM_UNTLGoods receiving hours: Wednesday morning until ... WAMIBI1TIMS6UHRZT
WE_PM_FROMGoods receiving hours: Wednesday afternoon from ... WAMIAB2TIMS6UHRZT
WE_PM_UNTLGoods receiving hours: Wednesday afternoon until ... WAMIBI2TIMS6UHRZT
TH_AM_FROMGoods receiving hours: Thursday morning from ... WADOAB1TIMS6UHRZT
TH_AM_UNTLGoods receiving hours: Thursday morning until ... WADOBI1TIMS6UHRZT
TH_PM_FROMGoods receiving hours: Thursday afternoon from ... WADOAB2TIMS6UHRZT
TH_PM_UNTLGoods receiving hours: Thursday afternoon until... WADOBI2TIMS6UHRZT
FR_AM_FROMGoods receiving hours: Friday morning from ... WAFRAB1TIMS6UHRZT
FR_AM_UNTLGoods receiving hours: Friday morning until ... WAFRBI1TIMS6UHRZT
FR_PM_FROMGoods receiving hours: Friday afternoon from ... WAFRAB2TIMS6UHRZT
FR_PM_UNTLGoods receiving hours: Friday afternoon until ... WAFRBI2TIMS6UHRZT
SA_AM_FROMGoods receiving hours: Saturday morning from ... WASAAB1TIMS6UHRZT
SA_AM_UNTLGoods receiving hours: Saturday morning from ... WASABI1TIMS6UHRZT
SA_PM_FROMGoods receiving hours: Saturday afternoon from ... WASAAB2TIMS6UHRZT
SA_PM_UNTLGoods receiving hours: Saturday afternoon until ... WASABI2TIMS6UHRZT
SU_AM_FROMGoods receiving hours: Sunday morning from ... WASOAB1TIMS6UHRZT
SU_AM_UNTLGoods receiving hours: Sunday morning until ... WASOBI1TIMS6UHRZT
SU_PM_FROMGoods receiving hours: Sunday afternoon from ... WASOAB2TIMS6UHRZT
SU_PM_UNTLGoods receiving hours: Sunday afternoon until ... WASOBI2TIMS6UHRZT
DEF_UNLDPTDefault unloading point DEFABCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPICUSLDP

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