/SLOAP/S_PDF_QUEST SAP (SLOAS PDF-Questionnaire input structure) Structure details

Dictionary Type: Structure
Description: SLOAS PDF-Questionnaire input structure




ABAP Code to SELECT data from /SLOAP/S_PDF_QUEST
Related tables to /SLOAP/S_PDF_QUEST
Access table /SLOAP/S_PDF_QUEST




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

/SLOAP/S_PDF_QUEST 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 "SLOAS PDF-Questionnaire input structure" 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_/SLOAP/S_PDF_QUEST TYPE /SLOAP/S_PDF_QUEST.

The /SLOAP/S_PDF_QUEST table consists of various fields, each holding specific information or linking keys about SLOAS PDF-Questionnaire input structure data available in SAP. These include CUST_NUM (Customer number), CONT_PROJ_NAME (Project contact: Name), CONT_PROJ_SURNAME (Project contact: Surname), CONT_PROJ_MAIL (Project contact: Mail).. 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 /SLOAP/S_PDF_QUEST 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
CUST_NAME Customer name0
CUST_NUM Customer number0
CONT_PROJ_NAME Project contact: Name0
CONT_PROJ_SURNAME Project contact: Surname0
CONT_PROJ_MAIL Project contact: Mail0
CONT_PROJ_TEL Project contact: Telephone0
CONT_PROJ_MOBILE Project contact: Mobile0
CONT_BASIS_NAME Basis contact: Name0
CONT_BASIS_SURNAME Basis contact: Surname0
CONT_BASIS_MAIL Basis contact: Mail0
CONT_BASIS_TEL Basis contact: Telephone0
CONT_BASIS_MOBILE Basis contact: Mobile0
SID_PROD SID: Productive system0
SID_DEV SID: Dev System0
SID_QA SID: QA System0
SID_CPROD SID: Copy productive system0
ANA_SID ANALYSE: System to be analysed0
ANA_CLIENT ANALYSE: Client0
ANA_REL ANALYSE: Release0
NS_BEGIN Customer namespaces beginn0
NS_END Customer namespaces end0
NS_SINGLE Customer namespaces0
ADD_RELCHANGE_46BBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL

Key field Non-key field



How do I retrieve data from SAP structure /SLOAP/S_PDF_QUEST using ABAP code?

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

How to access SAP table /SLOAP/S_PDF_QUEST

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