BAPI_RE_ADVPAY_EXT SAP (AP - Legacy Data Transfer) Structure details

Dictionary Type: Structure
Description: AP - Legacy Data Transfer




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




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

BAPI_RE_ADVPAY_EXT 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 "AP - Legacy Data Transfer" 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_ADVPAY_EXT TYPE BAPI_RE_ADVPAY_EXT.

The BAPI_RE_ADVPAY_EXT table consists of various fields, each holding specific information or linking keys about AP - Legacy Data Transfer data available in SAP. These include CALCULATION_OBJECT_ID (ID of Calculation Object), CONDITION_TYPE (Condition Type), CONDITION_VALID_FROM (Date from when condition is valid), PERIOD_FROM (Period Start Date).. 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_ADVPAY_EXT 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
CALCULATION_OBJECT_TYPEBusiness Object Type of Calculation Object RECDBUSOBJTYPECALCCHAR2TBO00J_OBART
CALCULATION_OBJECT_IDID of Calculation Object RECDBUSOBJIDCALCCHAR45CHAR45
CONDITION_TYPECondition Type RECDCONDTYPECHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
CONDITION_VALID_FROMDate from when condition is valid RECDVALIDFROMDATS8RECADATE
PERIOD_FROMPeriod Start Date RERAPERIODFROMDATS8RECADATEBEG
PERIOD_TOPeriod End Date RERAPERIODTODATS8REDATRECADATEEND
USES_SP_GL_INDSpecial G/L Indicator Is Used RERAUSESPECGLINDCHAR1RECABOOL
ACC_SYSTEMDefinition of Accounting System RERAACCSYSTEMCHAR4TIVRAACCSYSTEMRERAACCSYSTEM
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
REFERENCE_DOCUMENT_TYPEReference to Document Class RERAREFDOCTYPECHAR5TTYPAWTYP
REFERENCE_DOCUMENT_IDReference Key of Document RERAREFDOCIDCHAR20CHAR20
ITEMNO_ACCAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
TAX_TYPETax Type RERATAXTYPECHAR4TIVRATAXTYPERERATAXTYPE
TAX_GROUPTax Group RERATAXGROUPCHAR20TIVRATAXGROUPRERATAXGROUP
TAXJURCODETax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
TAXDATEDate for defining tax rates TXDATDATS8DATUM
NET_AMOUNTObsolete Amount Field (See Documentation) RECABAPICURROBSOLETECURR15(2) RECACURR
TAX_AMOUNTObsolete Amount Field (See Documentation) RECABAPICURROBSOLETECURR15(2) RECACURR
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
INCLUDED_IN_CASHFLOWAdvance Payment Included in Cash Flow RERAISINCLINCFCHAR1RECABOOL
NET_AMOUNT_BCALegacy Data Transfer: Net Amount of Advanced Payment RERAADVPAYNETEXT_BCADEC23(4) BAPICURR
TAX_AMOUNT_BCALegacy Data Transfer: Tax Amount of Advanced Payment RERAADVPAYTAXEXT_BCADEC23(4) BAPICURR

Key field Non-key field



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

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

How to access SAP table BAPI_RE_ADVPAY_EXT

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