PCO_AFP_01 SAP (File AFP TIPO 1 File heading) Structure details

Dictionary Type: Structure
Description: File AFP TIPO 1 File heading




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




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

PCO_AFP_01 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 "File AFP TIPO 1 File heading" 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_PCO_AFP_01 TYPE PCO_AFP_01.

The PCO_AFP_01 table consists of various fields, each holding specific information or linking keys about File AFP TIPO 1 File heading data available in SAP. These include CAM02 (Record type), CAM03 (Format code), CAM04 (Business name of the administrating entity), CAM05 (Tax payer's reference number).. 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 PCO_AFP_01 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
CAM01 Record number0
CAM02 Record type0
CAM03 Format code0
CAM04 Business name of the administrating entity0
CAM05 Tax payer's reference number0
CAM06 Check digit0
CAM07 Name or business name of the contributor0
CAM08 Document type of contributor (N=Nit, C=Card, E=For. ID)0
CAM09 Contributor identification number0
CAM10 Check digit0
CAM11 Type of contributor (S = Small, L = Large)0
CAM12 Postal address0
CAM13 City or municipality0
CAM14 DANE code of city or municipality0
CAM15 Department0
CAM16 Department DANE code0
CAM17 Phone no.0
CAM18 Fax0
CAM19 Contribution period: ( YYYYMM ) Year and month0
CAM20 Correction0
CAM21 Period to adjust (YYYYMM) Year and month0
CAM22 Date of payment (YYYYMMDD) Year, month and day0
CAM23 Form number to be adjusted0
CAM24 Filing number0
CAM25 Presentation form: O=One-time ; C=Consolidated ; B=Branch0
CAM26 Branch code: Fill only if previous box0
CAM27 Total number of employees0
CAM28 Number of affiliated to the administrator0

Key field Non-key field



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

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

How to access SAP table PCO_AFP_01

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