PTRV_CARD_ACCOUNT SAP (VISA VCF4 Card Account Structure) Structure details

Dictionary Type: Structure
Description: VISA VCF4 Card Account Structure




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




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

PTRV_CARD_ACCOUNT 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 "VISA VCF4 Card Account Structure" 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_CARD_ACCOUNT TYPE PTRV_CARD_ACCOUNT.

The PTRV_CARD_ACCOUNT table consists of various fields, each holding specific information or linking keys about VISA VCF4 Card Account Structure data available in SAP. These include CARDHOLDER_IDENTIFICATION (Cardholder Identification), ACCOUNT_NUMBER (Account Number), HIERARCHY_NODE (Hierarchy Node), EFFECTIVE_DATE (VISA VCF4 Formatted Date: MMDDCCYY).. 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 PTRV_CARD_ACCOUNT 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
LOAD_TRANSACTION_CODELoad Transaction Code PTRV_LOAD_TRANSACTION_CODENUMC1
CARDHOLDER_IDENTIFICATIONCardholder Identification PTRV_CARDHOLDER_IDENTIFICATIONCHAR20
ACCOUNT_NUMBERAccount Number PTRV_ACCOUNT_NUMBERCHAR19
HIERARCHY_NODEHierarchy Node PTRV_HIERARCHY_NODECHAR40
EFFECTIVE_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
ACCOUNT_OPEN_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
ACCOUNT_CLOSE_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
CARD_EXPIRE_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
CARD_TYPECard Type PTRV_CARD_TYPENUMC1
SPENDING_LIMITVISA VCF4 Amount PTRV_VCF4_AMOUNTNUMC16
STATEMENT_TYPEStatement Type PTRV_STATEMENT_TYPENUMC1
LAST_REVISION_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
TRANSACTION_SPENDING_LIMITVISA VCF4 Amount PTRV_VCF4_AMOUNTNUMC16
CORPORATION_PAYMENT_INDICATORCorporation Payment Indicator PTRV_CORPORATION_PAYMENT_INDICNUMC1
BILLING_ACCOUNT_NUMBERAccount Number PTRV_ACCOUNT_NUMBERCHAR19
COST_CENTERCost Center PTRV_COST_CENTERCHAR50
G_L_SUB_ACCOUNTG/L Subaccount PTRV_G_L_SUB_ACCOUNTCHAR76
TRANSACTION_DAILY_LIMITTransaction Limit (Maximum Number of Transactions) PTRV_TRANSACTION_LIMITNUMC8
TRANSACTION_CYCLE_LIMITTransaction Limit (Maximum Number of Transactions) PTRV_TRANSACTION_LIMITNUMC8
CASH_LIMIT_AMOUNTVISA VCF4 Amount PTRV_VCF4_AMOUNTNUMC16
STATUS_CODEVISA VCF4 Code PTRV_VCF4_CODENUMC2
REASON_STATUS_CODEVISA VCF4 Code PTRV_VCF4_CODENUMC2
STATUS_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
PRE_FUNDED_INDICATORPrefunded Indicator PTRV_PRE_FUNDED_INDICATORNUMC1
CITY_PAIR_PROGRAM_INDICATORCity Pair Program Indicator PTRV_CITY_PAIR_PROGRAM_INDICATNUMC1
TASK_ORDER_NUMBERTask Order Number PTRV_TASK_ORDER_NUMBERCHAR26
FLEET_SERVICE_INDICATORFleet Service Indicator PTRV_FLEET_SERVICE_INDICATORNUMC1
CREDIT_RATINGCredit Rating PTRV_CREDIT_RATINGCHAR2
CREDIT_RATING_DATEVISA VCF4 Code PTRV_VCF4_CODENUMC2
ANNUAL_FEE_FLAGAnnual Fee Flag PTRV_ANNUAL_FEE_FLAGNUMC1
ANNUAL_FEE_MONTHAnnual Fee Month PTRV_ANNUAL_FEE_MONTHNUMC2
CARD_RECEIPT_VERIFICATION_FLAGCard Receipt Verification Flag PTRV_CARD_RECEIPT_VERIFICATIONNUMC1
CHECK_INDICATORCheck Indicator PTRV_CHECK_INDICATORNUMC1
ACCOUNT_TYPE_FLAGAccount Type Flag PTRV_ACCOUNT_TYPE_FLAGNUMC1
LOST_STOLEN_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
CHARGE_OFF_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
CHARGE_OFF_AMOUNTVISA VCF4 Amount PTRV_VCF4_AMOUNTNUMC16
TRANSFER_ACCOUNT_NUMBERAccount Number PTRV_ACCOUNT_NUMBERCHAR19
CALLING_CARD_PHONE_TYPECalling Card/Phone Type PTRV_CALLING_CARD_PHONE_TYPECHAR2
EMBOSS_LINE_1Emboss Line PTRV_EMBOSS_LINECHAR50
EMBOSS_LINE_2Emboss Line PTRV_EMBOSS_LINECHAR50
LAST_CREDIT_LIMIT_CHANGE_DATEVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
LAST_MAINTENANCE_DATE_NARVISA VCF4 Formatted Date: MMDDCCYY PTRV_VCF4_DATECHAR8
OPTIONAL_FIELD_1Optional Field, Free Format PTRV_OPTIONAL_FIELDCHAR26
OPTIONAL_FIELD_2Optional Field, Free Format PTRV_OPTIONAL_FIELDCHAR26
OPTIONAL_FIELD_3Optional Field, Free Format PTRV_OPTIONAL_FIELDCHAR26
OPTIONAL_FIELD_4Optional Field, Free Format PTRV_OPTIONAL_FIELDCHAR26

Key field Non-key field



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

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

How to access SAP table PTRV_CARD_ACCOUNT

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