SAP ABAP Data Element RUFEN (Transaction/report call with return)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-BS-SQ (Application Component) Screen Sequence Control
     BZB (Package) R/3 Central Application Development: Subseq. Screen Proc.
Basic Data
Data Element RUFEN
Short Description Transaction/report call with return  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
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  
Medium  
Long 20 Rep.call using CALL 
Heading  
Documentation

Definition

The next location is accessed by CALL.

Use

This flag is interpreted by the control logic for calling dialog windows, transactions and reports. Control returns to the current location from the called location, and processing automatically continues. The processed function is in turn usually entered as the next function in the current entry (see below).

  • A screen is called with CALL SCREEN, with or without coordinates. If the called screen also uses the control logic, the next function which it sets is adopted after return (a more detailled description of the processing is to be found in the control logic documentation).
  • A transaction is called by CALL transaction.
  • A report is called by SUBMIT ........ AND RETURN.

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