SAP ABAP Data Element DYNPCHOICE (Function selection on screen)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Data Element DYNPCHOICE
Short Description Function selection on screen  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DYNPCHOICE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Selection 
Medium 15 Selection 
Long 20 Function selection 
Heading
Documentation

Definition

Selection on a screen.

You can select the object or processing type named by marking it.

Supplementary Documentation - DYNPCHOICE0001

Use

Processing type Direct generates a program which contains the required database changes. This program is executed immediately.

Procedure

Examples

Dependencies


Caution: If large database changes are involved, this processing type can overload the system. Therefore you should preferably use background processing with the options Background or Enter for mass processing if you have large tables or a large number of objects.

Supplementary Documentation - DYNPCHOICE0002

Use

The processing type Enter for mass processing enters the object in table TBATG, thus selecting the object for database modification. All the TBATG entries can then be edited, for example overnight using the report RDDBATP1. This option supports subsequent processing if a large number of objects is to be modified.

Procedure

The report RDDBATP1 should be scheduled as a backgrond job. It processes all the TBATG selections. The report can also be started online, but background processing is preferable.

Examples

Dependencies

The background program generates a log file which you can display with Goto -> Overview -> Background logs.

Supplementary Documentation - DYNPCHOICE0003

Use

Processing type Generate program generates a program containing the required database changes, without actually executing it. This program can be modified by the user.

Procedure

Examples

Dependencies

The object in the database is locked until the generated program is executed.

Supplementary Documentation - DYNPCHOICE0004

Use

The editing type Backgroundschedules a background job explicitly. This background job executes the required database changes in the background. The starting time for the job can also be defined.

Procedure

Examples

Dependencies

If larger changes are to be made to the database, SAP urgently recommends that you execute your database modifications in the background.

Supplementary Documentation - DYNPCHOICE0010

Use

When you select this function, a log is created containing the table attributes and the definition of the fields of the active version of the table in the ABAP/4 Dictionary.

Procedure

Examples

Dependencies

Supplementary Documentation - DYNPCHOICE0011

Use

If you select this option, a log is created containing the table attributes and the definition of the table fields of the latest (revised) version of the table in the ABAP/4 Dictionary.

Procedure

Examples

Dependencies

History
Last changed by/on SAP  19950209 
SAP Release Created in