GSHCM_RPCISTA0_AUSDATA_PDF SAP (Output and Actual Data) Structure details

Dictionary Type: Structure
Description: Output and Actual Data




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




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

GSHCM_RPCISTA0_AUSDATA_PDF 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 "Output and Actual Data" 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_GSHCM_RPCISTA0_AUSDATA_PDF TYPE GSHCM_RPCISTA0_AUSDATA_PDF.

The GSHCM_RPCISTA0_AUSDATA_PDF table consists of various fields, each holding specific information or linking keys about Output and Actual Data data available in SAP. These include AATS (Values Registered: Select/Deselect), AEUR (Values Registered: Select/Deselect), BUKRS (Company Code), BUTXT (Name of Company Code or Company).. 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 GSHCM_RPCISTA0_AUSDATA_PDF 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
LISTART Types0
AATS Values Registered: Select/Deselect0
AEUR Values Registered: Select/Deselect0
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
BEANMT Integer0
BEANMV Integer0
BEANWT Integer0
BEANWV Integer0
BEANZU Integer0
BEARMT Integer0
BEARMV Integer0
BEARWT Integer0
BEARWV Integer0
BEARZU Integer0
BELGMV Integer0
BELGWV Integer0
BELGZU Integer0
BELKMV Integer0
BELKWV Integer0
BELKZU Integer0
BETIMT Integer0
BETIMV Integer0
BETIWT Integer0
BETIWV Integer0
BETIZU Integer0
BETMZU Integer0
BETWZU Integer0
BEVMZU Integer0
BEVWZU Integer0
BEVZZU Integer0
PABRJPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
PABRPPayroll period for determining time period PNPPABRPNUMC2PABRP
SANLKBSHR payroll: Number PRANZDEC15(2) PRANZHL
SARLGBSHR payroll: Number PRANZDEC15(2) PRANZHL
SANLKGSHR payroll: Number PRANZDEC15(2) PRANZHL
SARLGGSHR payroll: Number PRANZDEC15(2) PRANZHL
SANLKASHR payroll: Number PRANZDEC15(2) PRANZHL
SARLGASHR payroll: Number PRANZDEC15(2) PRANZHL
SANLKGTHR payroll: Number PRANZDEC15(2) PRANZHL
SARLGGTHR payroll: Number PRANZDEC15(2) PRANZHL
VELGBRHR payroll: Number PRANZDEC15(2) PRANZHL
VELGBSHR payroll: Number PRANZDEC15(2) PRANZHL
VELKBRHR payroll: Number PRANZDEC15(2) PRANZHL
VELKBSHR payroll: Number PRANZDEC15(2) PRANZHL
VGEBAHR payroll: Number PRANZDEC15(2) PRANZHL
VGEBRHR payroll: Number PRANZDEC15(2) PRANZHL
VGEBSHR payroll: Number PRANZDEC15(2) PRANZHL
VGENEHR payroll: Number PRANZDEC15(2) PRANZHL
VLOBAHR payroll: Number PRANZDEC15(2) PRANZHL
VLOBRHR payroll: Number PRANZDEC15(2) PRANZHL
VLOBSHR payroll: Number PRANZDEC15(2) PRANZHL
VLONEHR payroll: Number PRANZDEC15(2) PRANZHL
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
WERKTPersonnel Area Text PBTXTCHAR30TEXT30
WSBAGHR payroll: Number PRANZDEC15(2) PRANZHL
WSBAFHR payroll: Number PRANZDEC15(2) PRANZHL

Key field Non-key field



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

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

How to access SAP table GSHCM_RPCISTA0_AUSDATA_PDF

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