FICA_INV_S_PRINTACT SAP (Print Action Record: Business Partner/Account) Structure details

Dictionary Type: Structure
Description: Print Action Record: Business Partner/Account




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




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

FICA_INV_S_PRINTACT 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 "Print Action Record: Business Partner/Account" 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_FICA_INV_S_PRINTACT TYPE FICA_INV_S_PRINTACT.

The FICA_INV_S_PRINTACT table consists of various fields, each holding specific information or linking keys about Print Action Record: Business Partner/Account data available in SAP. These include CLIENT (Client), ACTIONNO (Print action record), OBJ_TYPE (Object Type), OBJ_KEY (Object key).. 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 (Deep)


SAP FICA_INV_S_PRINTACT 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
WA_PRINTACT 0
CLIENTClient MANDTCLNT3MANDT
ACTIONNOPrint action record PRACTIONNRNUMC10PRACTIONNR
OBJ_TYPEObject Type SWO_OBJTYPCHAR10OJ_NAMEOBJ
OBJ_KEYObject key EPA_KEYFLDCHAR32SWC_ELEMEPA_KEYFLD
FORMCLASSForm Class FORMCLASSCHAR30FORMCLASSFCL
LAST_DATEDate last processed PR_LST_DATDATS8DATUM
TRIG_FROMDate from which billing order is to be processed PR_FROMDATS8DATUM
TRIG_TOTo-date for processing PR_TODATS8DATUM
TRIG_COUNTTotal number of times print action record is to be processed PR_COUNTNUMC5NUMC
TRIG_DONENumber Of Times Processing Completed PR_DONENUMC5NUMC
MODULOModulo Number for Print Action Records PR_MODULONUMC2PR_MODULO
TDNAME1Name of a standard text for a print action record EPA_TEXTNAMECHAR50CHAR50
TDID1Text ID TDIDCHAR4TDID
TDSPRAS1Language key TDSPRASLANG1ISOLASPRAS
TDNAME2Name of a standard text for a print action record EPA_TEXTNAMECHAR50CHAR50
TDID2Text ID TDIDCHAR4TDID
TDSPRAS2Language key TDSPRASLANG1ISOLASPRAS
TDNAME3Name of a standard text for a print action record EPA_TEXTNAMECHAR50CHAR50
TDID3Text ID TDIDCHAR4TDID
TDSPRAS3Language key TDSPRASLANG1ISOLASPRAS
TDNAME4Name of a standard text for a print action record EPA_TEXTNAMECHAR50CHAR50
TDID4Text ID TDIDCHAR4TDID
TDSPRAS4Language key TDSPRASLANG1ISOLASPRAS
TDNAME5Name of a standard text for a print action record EPA_TEXTNAMECHAR50CHAR50
TDID5Text ID TDIDCHAR4TDID
TDSPRAS5Language key TDSPRASLANG1ISOLASPRAS
FLYERID1Flyer ID FLYERIDNUMC3NUMC3
FLYERID2Flyer ID FLYERIDNUMC3NUMC3
FLYERID3Flyer ID FLYERIDNUMC3NUMC3
FLYERID4Flyer ID FLYERIDNUMC3NUMC3
FLYERID5Flyer ID FLYERIDNUMC3NUMC3
FLYERID6Flyer ID FLYERIDNUMC3NUMC3
FLYERID7Flyer ID FLYERIDNUMC3NUMC3
FLYERID8Flyer ID FLYERIDNUMC3NUMC3
FLYERID9Flyer ID FLYERIDNUMC3NUMC3
FLYERID10Flyer ID FLYERIDNUMC3NUMC3
DESCRIPTDescription of a print action record EPADSCRCHAR30TEXT30
ERDATDate on Which the Record was Created EFG_DTE_ERDATDATS8DATUM
ERNAMName of Person who Created the Object EFG_DTE_ERNAMCHAR12USNAM
ERSAPSAP Action EFG_KZSAPCHAR1RF_KENNZX
AEDATChanged On EFG_DTE_AEDATDATS8DATUM
AENAMName of Person who Changed Object EFG_DTE_AENAMCHAR12USNAM
AEUZEITTime of Last Change to Work Plan E_AEUZEITTIMS6SYTIME
AESAPSAP Action EFG_KZSAPCHAR1RF_KENNZX
CAMPAIGNMarketing Campaign EPA_MARKETING_CAMPAIGN_EXTERNCHAR24ABPSNEPA_MARKETING_CAMPAIGN_EXTERN
T_PAR_LINE 0

Key field Non-key field



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

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

How to access SAP table FICA_INV_S_PRINTACT

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