PTRA_WEB_FORM_CONTROL SAP (Control Bar for Travel Expense Form (Adobe)) Structure details

Dictionary Type: Structure
Description: Control Bar for Travel Expense Form (Adobe)




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




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

PTRA_WEB_FORM_CONTROL 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 "Control Bar for Travel Expense Form (Adobe)" 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_PTRA_WEB_FORM_CONTROL TYPE PTRA_WEB_FORM_CONTROL.

The PTRA_WEB_FORM_CONTROL table consists of various fields, each holding specific information or linking keys about Control Bar for Travel Expense Form (Adobe) data available in SAP. These include FC_CORRECTION (Correction Print of Travel Expense Statement), FC_DUPLICATE (Duplicate of Travel Expense Statement), FC_TEST (Test Print of Travel Expense Statement), FC_PRODUCTIVE (Form Is a an Update Run).. 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)


SAP PTRA_WEB_FORM_CONTROL 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
FC_SIMULATIONSimulation of Travel Expense Statement PTRA_WEB_FORM_SIMULATIONCHAR1XFELD
FC_CORRECTIONCorrection Print of Travel Expense Statement PTRA_WEB_FORM_CORRECTIONCHAR1XFELD
FC_DUPLICATEDuplicate of Travel Expense Statement PTRA_WEB_FORM_DUPLICATECHAR1XFELD
FC_TESTTest Print of Travel Expense Statement PTRA_WEB_FORM_TESTCHAR1XFELD
FC_PRODUCTIVEForm Is a an Update Run PTRA_WEB_FORM_PRODUCTIVECHAR1XFELD
FC_CANCELLATIONForm Is a Cancellation Statement PTRA_WEB_FORM_CANCELLATIONCHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_AMTReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_MEALSReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_ACCOMReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_FLRATEReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_RECRESReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_POCKETReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_PUBTRNReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_REIMB_UNLIKE_TAXFREE_LOCTRNReimbursement amount does not match tax-exempt amount PTRA_WEB_FORM_CONTROL_01CHAR1XFELD
FC_ITINERARY_EXISTSTrip has additional destinations PTRA_WEB_FORM_CONTROL_02CHAR1XFELD
FC_TOTALS_ONE_PCURRAll Amounts of Trip Have the Same Currency PTRA_WEB_FORM_CONTROL_06CHAR1XFELD
FC_REC_TAXFREE_ONE_RCURRAll tax-exempt receipts have the same currency PTRA_WEB_FORM_CONTROL_03CHAR1XFELD
FC_REC_TAXABLE_ONE_RCURRAll receipts subject to tax have the same currency PTRA_WEB_FORM_CONTROL_04CHAR1XFELD
FC_REC_VS_MAX_AMT_ONE_RCURRAll V/X Receipts Have the Same Currency PTRA_WEB_FORM_CONTROL_05CHAR1XFELD
FC_ADVANCES_ONE_RCURRAll Advances Have the Same Currency PTRA_WEB_FORM_CONTROL_07CHAR1XFELD
FC_REC_TAXFREE_ONE_PCURRAll tax-exempt receipts have the same currency PTRA_WEB_FORM_CONTROL_03CHAR1XFELD
FC_REC_TAXABLE_ONE_PCURRAll receipts subject to tax have the same currency PTRA_WEB_FORM_CONTROL_04CHAR1XFELD
FC_REC_VS_MAX_AMT_ONE_PCURRAll V/X Receipts Have the Same Currency PTRA_WEB_FORM_CONTROL_05CHAR1XFELD
FC_ADVANCES_ONE_PCURRAll Advances Have the Same Currency PTRA_WEB_FORM_CONTROL_07CHAR1XFELD
FC_PUBLIC_SECTOR_COUNTRIESCountry Versions of Public Sector PTRA_WEB_FORM_PS_COUNTRIESCHAR1PTRA_WEB_FORM_PS_COUNTRIES
FC_TRIP_BREAKTrip Break PTRA_WEB_FORM_TRIP_BREAKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PTRA_WEB_FORM_CONTROL

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