IUUC_CCARD_ORDER SAP (order and status information for credit card de-/encryption) Table details

Dictionary Type: Table
Description: order and status information for credit card de-/encryption




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




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

IUUC_CCARD_ORDER is a standard SAP Table which is used to store order and status information for credit card de-/encryption data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_CCARD_ORDER table consists of various fields, each holding specific information or linking keys about order and status information for credit card de-/encryption data available in SAP. These include APPL (Version Number Component), RUNID (IUUC - describes the number of ...), PACK_NR (IUUC - describes the number of ...), STATUS (IUUC - Credit card - processing status).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IUUC_CCARD_ORDER table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APPLVersion Number Component CHAR2CHAR2CHAR2
RUNIDIUUC - describes the number of ... IUUC_CCARD_NUMNUMC9
PACK_NRIUUC - describes the number of ... IUUC_CCARD_NUMNUMC9
STATUSIUUC - Credit card - processing status IUUC_CCARD_STATUSCHAR1IUUC_CCARD_STATUS
READ_DATE 0
READ_TIME 0
CREATION_DATE 0
CREATION_TIME 0
RECORDS_READIUUC - describes the number of ... IUUC_CCARD_NUMNUMC9
RECORDS_EXPIUUC - describes the number of ... IUUC_CCARD_NUMNUMC9
EXE_START_DATE 0
EXE_START_TIME 0
EXE_PROCESSEDIUUC - describes the number of ... IUUC_CCARD_NUMNUMC9
EXE_FIN_DATE 0
EXE_FIN_TIME 0
TASKIUUC CCARD - task number in RFC starting new task IUUC_CCARD_RFC_TASKNUMC4

Key field Non-key field



How do I retrieve data from SAP table IUUC_CCARD_ORDER using ABAP code

The following ABAP code Example will allow you to do a basic selection on IUUC_CCARD_ORDER to SELECT all data from the table
DATA: WA_IUUC_CCARD_ORDER TYPE IUUC_CCARD_ORDER.

SELECT SINGLE *
FROM IUUC_CCARD_ORDER
INTO CORRESPONDING FIELDS OF WA_IUUC_CCARD_ORDER
WHERE...

How to access SAP table IUUC_CCARD_ORDER

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