PTRV_CCCMAININ SAP (Structure for Transaction Lines in Credit Card Clearing) Structure details

Dictionary Type: Structure
Description: Structure for Transaction Lines in Credit Card Clearing




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




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

PTRV_CCCMAININ 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 "Structure for Transaction Lines in Credit Card Clearing" 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_PTRV_CCCMAININ TYPE PTRV_CCCMAININ.

The PTRV_CCCMAININ table consists of various fields, each holding specific information or linking keys about Structure for Transaction Lines in Credit Card Clearing data available in SAP. These include EMPLOYEE_NAME (Name of Employee From Credit Card Clearing), CREDIT_CARD_NUMBER (Credit Card Number), CENTRAL_CARD_FLAG (Indicator: Employee Credit Card/ Corporate Credit Card), PURCHASE_DATE (Date of Credit Card Transaction).. 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: Not classified


SAP PTRV_CCCMAININ 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
PERSONNEL_NUMBERPersonnel Number P_PERNRNUMC8PERNR
EMPLOYEE_NAMEName of Employee From Credit Card Clearing PTRV_CCC_NAMECHAR50TEXT50
CREDIT_CARD_NUMBERCredit Card Number C_NUMCHAR19TEXT19
CENTRAL_CARD_FLAGIndicator: Employee Credit Card/ Corporate Credit Card PTRV_CCC_CARDFLAGCHAR1PTRV_CCC_CARDFLAG
PURCHASE_DATEDate of Credit Card Transaction PTRV_CCC_PURCHASE_DATEDATS8DATUM
PURCHASE_TIMETime Of Credit Card Transaction PTRV_CCC_PURCHASE_TIMECHAR6PTRV_CCC_PURCHASE_TIME
EXPENSE_CATEGORYCredit Card Transaction Category PTRV_CCC_CATEGORYCHAR1PTRV_CCC_CATEGORY
EXPENSE_KEYTransaction Key (Supplied by Credit Card Company) CEKEYCHAR10CEKEY
DEBIT_CREDIT_FLAGIndicator Credit/Debit Credit Card Clearing PTRV_CCC_DEBIT_CREDITCHAR1PTRV_CCC_DEBIT_CREDIT
ORIGINAL_AMOUNTNumerical Amount in Original Currency (Credit Card Clearing) PTRV_CCC_ORG_AMOUNTNUMC10NUM10
DECIMALSNumber of Decimal Places For Currency (Credit Card Clearing) PTRV_CCC_DECIMALSNUMC1NUM1
ORIGINAL_CURRENCYOriginal Currency In Credit Card File (ISO Code) PTRV_CCC_ORG_CURRENCYCHAR3ISOCD
COUNTRYCountry Where Credit Card Transaction Took Place (ISO Code) PTRV_CCC_PURCHASE_COUNTRYCHAR3INTCA3
VAT_RATEValue-Added Tax Rate (Amount) in Credit Card Clearing ABRMWSTSNUMC5NUM5
EXCHANGE_RATENumerical Exchange Rate (7 Dec. Places) in Credit Card File PTRV_CCC_EXCHANGE_RATENUMC11NUM11
ACCOUNTING_AMOUNTNummerical Amount in Accounting Currency (Credit Card Clear) PTRV_CCC_ACC_AMOUNTNUMC10NUM10
ADDITIONAL_CHARGENummerical Additional Charges Amount (Credit Card Clearing) PTRV_CCC_ADD_CHARGENUMC10NUM10
TOTAL_AMOUNTNumerical Total Amount (Credit Card Clearing) PTRV_CCC_TOTAL_AMOUNTNUMC10NUM10
ADDITIONAL_DATANo. of Additional Information Lines for Credit Card Trans. PTRV_CCC_ADD_COUNTNUMC2NUM2
DESCRIPTIONDelivered Description of a Credit Card Transaction C_TXTCHAR50TEXT50
DOCUMENT_NUMBERDocument Number of Credit Card Receipt C_DOCCHAR20TEXT20
TRIP_NUMBERTrip Number REINRNUMC10REINR

Key field Non-key field



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

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

How to access SAP table PTRV_CCCMAININ

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