RJKCOMPLBILL SAP (IS-M/SD: Complaint - Fields for Billing Tabstrip Control) Structure details

Dictionary Type: Structure
Description: IS-M/SD: Complaint - Fields for Billing Tabstrip Control




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




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

RJKCOMPLBILL 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: Complaint - Fields for Billing Tabstrip Control" 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_RJKCOMPLBILL TYPE RJKCOMPLBILL.

The RJKCOMPLBILL table consists of various fields, each holding specific information or linking keys about IS-M/SD: Complaint - Fields for Billing Tabstrip Control data available in SAP. These include FKPER (Billing Frequency), FKDATNEXT (Next Billing Date), XBILLED (IS-M: Billing already performed for item), FKNRREKL (IS-M/SD: Number of Billing Document for Complaint).. 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 RJKCOMPLBILL 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
FAKSPBlock FAKSPCHAR2TVFSFAKSP
FKPERBilling Frequency FKPERCHAR2TJK01FKPERJFKPER
FKDATNEXTNext Billing Date JFKDATNEXTDATS8DATUM
XBILLEDIS-M: Billing already performed for item XFAKTRIERTCHAR1XFELD
FKNRREKLIS-M/SD: Number of Billing Document for Complaint FAKNRREKLCHAR10Assigned to domainALPHAISPVBELNVFMJF0
FKDATREKLBilling Date for Complaint JFKDATREKLDATS8DATUM
TXTPA_RGDisplay text for partners (name, city, country, street) TXTPACHAR255TXTPA
TXTPA_REDisplay text for partners (name, city, country, street) TXTPACHAR255TXTPA
JUEBARTIS-M: Transfer Type JUEBARTCHAR1JUEBART
TXT_UEBARTText (30 Characters) TEXT30CHAR30TEXT30
XKINKASSOIS-M: Payment by field collector XKINKASSOCHAR1XFELD
XRECHDRUCKIS-M: Print Invoice XRECHDRUCKCHAR1XFELD
XJKSOFAKTIS-M/SD: Immed.billing for credit memo request (subsc.only) XJKSOFAKTCHAR1XFELD
XCCARDIS-M/SD: Indicates that payment card data exists XCCARDCHAR1XFELD
PRICEIS-M: Credit/Debit Memo Amount in Document Currency GUTBTR_ISPCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
XPAYMODE_FIXIS-M/SD: Payment Arrangement in Order Fixed XPAYMODE_FIXCHAR1XFELD
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
VKONTBEZContract account name VKBEZ_KKCHAR35TEXT35
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
XAMO_ARCHIVEDIS-M/SD: Amortization Data on Cycle Activated XAMO_ARCHIVEDCHAR1XFELD
ISM_CVVALCard Verification Value ISM_CVVALCHAR6ISM_CVVAL
ISM_CVVCTControl Field for Card Verification Value ISM_CVVCTCHAR1ISM_CVVCT
ISM_CVVSTUsage Status of Card Verification Value ISM_CVVSTCHAR1ISM_CVVST
CVVSTTEXTDescription BEZEI40CHAR40TEXT40
ISPSFAKTIS-M: Number of Billing Document Reversed ISPSFAKTCHAR10Assigned to domainALPHAVBELN
XJSINDRepeat Billing After Reversal XJSINDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RJKCOMPLBILL

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