SAP ABAP Data Element JPRN_EVENT (IS-M: Output control - event)
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 JPRN_EVENT
Short Description IS-M: Output control - event  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type JPRN_EVENT    
Data Type CHAR   Character String 
Length 6    
Decimal Places 0    
Output Length 6    
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 Out.event 
Medium 15 Output event 
Long 20 Output event 
Heading OutEvn 
Documentation

Definition

Event (functions) to which output control is connected.

These events are defined by the IS-M System.
You can adjust event attributes to meet your requirements.

IS-M supports the following events:

  • CAPROF Output box number collector from response administration.

    * Ensure names are identical
    import gwa_prn_object from memory id con_memoid_prn_event.
    • submit (pgnam):
      following selection screen parameters are entered:
      gp_chnr: (like jhachif-chiffre_nr) box number
      gp_cnt: (like jhaoffert-aak_menge) number of labels to be printed
      is always 1
    • external Perform:
      perform (ronam) in program (pgnam)
      using $tjhprint like tjhprint
      $chnr like jhachif-chiffre_nr
      $cnt like jhaoffert-aak_menge
  • CEPROF Output box number recipient from response administration.

    * Ensure names are identical.
    import gwa_prn_object from memory id con_memoid_prn_event.
    • submit (pgnam):
      The following selection screen parameters are entered:
      gp_chnr: (like jhachif-chiffre_nr) box number
      gp_cnt: (like jhaoffert-aak_menge) number of labels to be printed
    • external Perform:
      perform (ronam) in program (pgnam)
      using $tjhprint like tjhprint
      $chnr like jhachif-chiffre_nr
      $cnt like jhaoffert-aak_menge
  • LTPRN Output routing bag

    * Ensure names are identical
    import gwa_prn_object from memory id con_memoid_prn_event.
    import gwa_jhadrv gt_jhadrva
    gwa_jhak gw_jhap gwa_jhapa gwa_jhamot
    text_lines
    from memory id con_memoid_prn_ltprn.
    • submit (pgnam):
      The following selection screen parameters are entered:
      gp_avmnr: (like jhadrv-avm_nr) order number
      gp_drvnr: (like jhadrv-drvorl_nr) ad spec copy number
    • external Perform:
      perform (ronam) in program (pgnam)
      tables
      $jhadrva_tab structure jhadrva
      $text_lines structure tline
      using
      $tjhprint like tjhprint
      $avm_nr like jhadrv-avm_nr
      $drvorl_nr like jhadrv-drvorl_nr
      $jhadrv like jhadrv
      $jhak like jhak
      $jhap like jhap
      $jhapa like jhapa
      $jhamot like jhamot
  • LTPRNO Display online routing bag

    * Ensure names are identical
    import gwa_prn_object from memory id con_memoid_prn_event.
    import gwa_jhadrv gt_jhadrva
    gwa_jhak gw_jhap gwa_jhapo gwa_jhamoto
    text_lines
    from memory id con_memoid_prn_lt_ol.
    • submit (pgnam):
      The following screen parameters are entered:
      gp_avmnr: (like jhadrv-avm_nr) order number
      gp_drvnr: (like jhadrv-drvorl_nr) ad spec copy number
    • External perform:
      perform (ronam) in program (pgnam)
      tables
      $jhadrva_tab structure jhadrva
      $text_lines structure tline
      using
      $tjhprint like tjhprint
      $avm_nr like jhadrv-avm_nr
      $drvorl_nr like jhadrv-drvorl_nr
      $jhadrv like jhadrv
      $jhak like jhak
      $jhap like jhap
      $jhapo like jhapo
      $jhamoto like jhamoto

The report RJHP000 is used to test customer settings.

Constants are defined in include mjh00tae.

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