RJKDELAYEDPAYMENT SAP (IS-M/SD: Screen Structure - Activity for Delayed Payment) Structure details

Dictionary Type: Structure
Description: IS-M/SD: Screen Structure - Activity for Delayed Payment




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




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

RJKDELAYEDPAYMENT 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/SD: Screen Structure - Activity for Delayed Payment" 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_RJKDELAYEDPAYMENT TYPE RJKDELAYEDPAYMENT.

The RJKDELAYEDPAYMENT table consists of various fields, each holding specific information or linking keys about IS-M/SD: Screen Structure - Activity for Delayed Payment data available in SAP. These include POSNR_UR (Original Item in Publishing Sales Order), CYCLENR (IS-M/SD: Billing Cycle Number), DP_ACTION (IS-M/SD: Action when Payment Delayed), WO_DATE (IS-M/SD: Write-Off Date for Goodwill Deliveries).. 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 or numeric)


SAP RJKDELAYEDPAYMENT 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
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10JKAKALPHAAVNRJK1MJK1
POSNR_UROriginal Item in Publishing Sales Order APNR_URNUMC6Assigned to domainAPNR
CYCLENRIS-M/SD: Billing Cycle Number CYCLENRNUMC3Assigned to domainCYCLENR
DP_ACTIONIS-M/SD: Action when Payment Delayed DP_ACTIONCHAR2TJKRRDPDP_ACTION
WO_DATEIS-M/SD: Write-Off Date for Goodwill Deliveries JDATE_WODATS8DATUM
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
EXPDATEIS-M/SD: Expiration Date of Subscription EXP_DATEDATS8DATUM
FIRST_GRACE_COPYIS-M/SD: First Goodwill Delivery in Renewal Cycle FIRST_GRACE_COPYDATS8DATE
LAST_GRACE_COPYIS-M/SD: Last Goodwill Delivery in Renewal Cycle LAST_GRACE_COPYDATS8DATE
REMSTATUSIS-M/SD: Monitoring Status REMSTATUSNUMC2REMSTATUS
REMSMIS-M/SD: Monitoring Procedure REMSMCHAR6Assigned to domainREMSM
XDECREASE_OFFERIS-M/SD: Reduce Offer Amount by Write-Off Amount? XDECREASE_OFFERCHAR1XFELD
VBELN_OFFERIS-M/SD: Offer number for renewal offer VBELN_OFFERCHAR10Assigned to domainALPHAAVNR
POSNR_OFFERIS-M/SD: Item Accepted in Renewal Offer POSNR_OFFERNUMC6Assigned to domainAPNR

Key field Non-key field



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

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

How to access SAP table RJKDELAYEDPAYMENT

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