SAP ABAP Data Element RJHPRN_CAL (IS-M: Output control call type)
Hierarchy
IS-M (Software Component) SAP MEDIA
   IS-M (Application Component) SAP Media
     JAS (Package) Application development R/3 Publishing Advertising System***
Basic Data
Data Element RJHPRN_CAL
Short Description IS-M: Output control call type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RJHPRN_CAL    
Data Type CHAR   Character String 
Length 2    
Decimal Places 0    
Output Length 2    
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 Call type 
Medium 15 Call type 
Long 20 Call type 
Heading Call tpe 
Documentation

Short text

New functions for Release 3.04 output control

Effects on Customizing

Define output control for advertising management

Definition

The IS-M system supports three different call types for output control

  • S1: Submit
    the field pgnam must have been maintained.
    Call is then:
    submit (pgnam)
    <with WITH p op f SIGN s> (depending on event)
    and return.
  • S2: Submit via selection-screen
    the field pgnam must have been maintained.
    Call is then:
    submit (pgnam)
    via selection-screen
    <with WITH p op f SIGN s> (depending on event)
    and return.
  • P1: external perform
    the field pgnam and ronam must have been maintained.
    Call is then:
    perform (ronam) in program (pgnam)
    using wa_prn_object (like tjhprint)
    <....> (depending on event)
    if found.

For call types S1 and S2 an
export gwa_prn_object to memory id con_memoid_prn_event.
is performed before the submit (gwa_prn_object like tjhprint)
con_memoid_prn_event is defined in the include mjh00tae.

An import must be performed at the same time in the report called up.

The report that provides the symbols that are printed in the report must be supplied to the OPEN_FORM function module to replace the symbols. The options-tdprogram (ITCPO) parameter must be supplied with the name of the report for this purpose.

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