BAPI_RE_TERM_SR_SL_INT SAP (Sales Rule - Internal) Structure details

Dictionary Type: Structure
Description: Sales Rule - Internal




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




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

BAPI_RE_TERM_SR_SL_INT 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 "Sales Rule - Internal" 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_BAPI_RE_TERM_SR_SL_INT TYPE BAPI_RE_TERM_SR_SL_INT.

The BAPI_RE_TERM_SR_SL_INT table consists of various fields, each holding specific information or linking keys about Sales Rule - Internal data available in SAP. These include OBJTYPE (Business Object Type of Object), OBJID (ID of Object), TERMNO (Term Number), VALIDFROM (Valid-From Date of Term).. 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 BAPI_RE_TERM_SR_SL_INT 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
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJTYPEBusiness Object Type of Object RECABUSOBJTYPECHAR2Assigned to domainJ_OBART
OBJIDID of Object RECABUSOBJIDCHAR45CHAR45
TERMNOTerm Number RETMTERMNOCHAR4ALPHARETMTERMNO
VALIDFROMValid-From Date of Term RETMTERMVALIDFROMDATS8RECADATEBEG
VALIDTOValid-To Date of Term RETMTERMVALIDTODATS8REDATRECADATEEND
XTERMName of Term RETMXTERMCHAR60RECAXLDESCRIPTION
SALESRULEType of Sales Rule RESRSALESRULECHAR4RESRSALESRULERESRSALESRULE
RPTERMNOTerm Number of Reporting Rule RESRTMRPTERMNOCHAR4ALPHARETMTERMNO
AMOUNTTYPEWhat Sales Should Be Used for Calculation RESRCALCAMOUNTTYPECHAR2RESRAMOUNTTYPE
MINSALESMinimum Monetary Sales in the Settlement Period RESRMINSALESSEPERCURR15(2) RECACURR
MAXSALESMaximum (Monetary) Sales in the Settlement Period RESRMAXSALESSEPERCURR15(2) RECACURR
SALESCURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MINQUANTITYMinimum Quantitative Sales in Settlement Period RESRMINQUANSEPERQUAN17(4) REBDMEASVALUE
MAXQUANTITYMaximum Quantitative Sales in Settlement Period RESRMAXQUANSEPERQUAN17(4) REBDMEASVALUE
SALESUNITUnit of measurement of sales reporting values RESRSALESUNITUNIT3Assigned to domainCUNITMEINS
AMOUNTTYPE_QUANIs Price per Unit of Measure a Net or Gross Pricee RESRPRICEPERUNITAMOUNTTYPECHAR2RESRAMOUNTTYPE
ITEMNOSequence number for sales amount and percentage RESRGRADINGITEMNONUMC3LFNR3
MINSALESGRADINGSales (minimum) RESRMINSALESSALESGRADINGCURR15(2) RECACURR
MAXSALESGRADINGSales (maximum) RESRMAXSALESSALESGRADINGCURR15(2) RECACURR
RENTPERCENTPercentage of sales as rent RESRRENTPERCENTDEC5(2) RESRRENTPERCENT
MINQUANTITYGRADINGQuantitative Sales (Minimum) RESRMINQUANTITYQUAN17(4) REBDMEASVALUE
MAXQUANTITYGRADINGQuantitative Sales (Maximum) RESRMAXQUANTITYQUAN17(4) REBDMEASVALUE
PRICEPERUNITAmount per unit of measure RESRPRICEPERUNITDEC19(6) RESRPRICEPERUNIT
MINRENTMinimum rent per sales grading RESRMINRENTSALESGRADINGCURR15(2) RECACURR
USECF4POSTUse Periodic Posting Run for Posting RESRUSECF4POSTCHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table BAPI_RE_TERM_SR_SL_INT

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