BAPIBUSISM008_SL_OUT SAP (IS-M/AM: Schedule Line) Structure details

Dictionary Type: Structure
Description: IS-M/AM: Schedule Line




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




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

BAPIBUSISM008_SL_OUT 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 "IS-M/AM: Schedule Line" 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_BAPIBUSISM008_SL_OUT TYPE BAPIBUSISM008_SL_OUT.

The BAPIBUSISM008_SL_OUT table consists of various fields, each holding specific information or linking keys about IS-M/AM: Schedule Line data available in SAP. These include ITEM_NUMBER (IS-M: Order Item Number), SUB_ITEM_NO (IS-M: Order Sub-Item Number), SCHEDULE_LINE_NO (IS-M: Schedule Line), AMOUNT_DISCOUNT (IS-M/AM: Amount Discount (BAPICURR)).. 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 BAPIBUSISM008_SL_OUT 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
DOCUMENT_NOIS-M/AM: Sales Document Number AVM_NRCHAR10Assigned to domainALPHAAVM_NRJHAMJHA
ITEM_NUMBERIS-M: Order Item Number POS_NRNUMC3Assigned to domainAVM_PNR
SUB_ITEM_NOIS-M: Order Sub-Item Number UPOS_NRNUMC4AVM_UPNR
SCHEDULE_LINE_NOIS-M: Schedule Line EIN_NRNUMC6Assigned to domainAVMENR
AMOUNT_DISCOUNTIS-M/AM: Amount Discount (BAPICURR) ISM_AMOUNT_DISCOUNTDEC23(4) BAPICURR
AMOUNT_DISCOUNT_REASONIS-M: Reason for Entering Conditions JGRKONDCHAR2JGRUND
AMOUNT_SURCHARGEIS-M/AM: Amount Surcharge (BAPICURR) ISM_AMOUNT_SURCHARGEDEC23(4) BAPICURR
AMOUNT_SURCHARGE_REASONIS-M: Reason for Entering Conditions JGRKONDCHAR2JGRUND
DISCOUNT_SURCHARGE_CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
DISCOUNT_SURCHARGE_CURRENCYISOISO code currency WAERS_ISOCHAR3ISOCD
RESERVATIONIS-M: Reservation indicator XRESERVCHAR1XFELD
CANCELLEDIS-M: Canceled Order Object Indicator XSTORNIERTCHAR1XFELD
CANCELLATION_REASONIS-M: Cancellation Reason STOGRD_PAMCHAR3TJHSTOGSTOGRD_PAMMJHSTOGRD_PAM
STATUSIS-M: Status STATUSKCHAR2PAM_STATUS
COMBINATION_SALE_TYPEIS-M: Combination Sale Type WKOMBI_TYPCHAR2TJH91WKOMBI_TYPMJHWKOMBI_TYP
COMBINATION_SALE_INDICATORIS-M: Combination Sale Indicator WERBK_KNZNUMC4WERBEKKNZ

Key field Non-key field



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

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

How to access SAP table BAPIBUSISM008_SL_OUT

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