skip to main | skip to sidebar

ABAP Archives

The source of SAP ABAP

Followers

Blog Archive

  • ► 2010 (13)
    • ► November (13)
  • ► 2009 (1)
    • ► January (1)
  • ▼ 2008 (22)
    • ► December (1)
    • ► November (5)
    • ► October (1)
    • ▼ September (15)
      • Web SAPConsole implementation questions
      • SAPConsole - All links related to SAPConsole
      • SAPConsole - Terminal Engine - Arranging the RF Te...
      • SAPConsole - Terminal Engine - SAPVtio - Specifyin...
      • SAPConsole - Terminal Engine - SAPVtio - Concept o...
      • SAPConsole - Terminal Engine - SAPVtio - Configura...
      • SAPConsole - Terminal Engine - SAPVtio - Configura...
      • SAPConsole - Terminal Engine - SAPVtio - Configura...
      • SAPConsole - Terminal Engine - SAPVtio
      • SAPConsole - Terminal Engine
      • SAPConsole - Administrator - Profiles
      • SAPConsole - Administrator - SAP R/3 Connection
      • SAPConsole - Administrator - General Settings
      • SAPConsole - Administrator
      • SAP tables related links

Labels & tags

  • ABAP Logic (1)
  • ABAP MM (1)
  • Admin (1)
  • ALE (2)
  • ALV (5)
  • BADI (2)
  • BDC (1)
  • Conversion (1)
  • Data Dictionary (2)
  • Dialog Programming (1)
  • Extensions (3)
  • Field Symbols (1)
  • Function Modules (3)
  • IDOC (4)
  • Interface (1)
  • List-box (1)
  • Lock Unlock (1)
  • Object Oriented Programming (1)
  • Sample program (4)
  • SAP Mail (1)
  • sapconsole (14)
  • Update Task (1)
  • User Exits (1)
  • web sapconsole (1)

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Popular Posts

  • Function Module HU_STATUS_UPDATE to change HU User Status
    DATA : lv_stsma TYPE hum_stsma, lt_status TYPE TABLE OF gty_status, lk_status TYPE gty_status, lv_venum TYPE venum, lv_vhart TYPE vhart. SEL...
  • Making ALV to react to Change data automatically
    Making ALV to react to Change data automatically Scenario: To make ALV to react to data change automatically without any need for the u...
  • ALV Tree
    ALV Tree program *&---------------------------------------------------------------------* *& Report ZALV_TREE *& *&--------...
  • Convert SAP Data to CSV Format
    Here is how to convert SAp to CSV format. Use this method for Save file inteface: CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG ...
  • How to Output Decimal Places in ALV
    The value data type must be in decimals (datatype = 'DEC'). The Fieldcat DECIMALS_OUT = O. If you wanna show the value without decim...
  • Display two or more ALVs on one screen using Splitter Control
    Display two or more ALVs on one screen using Splitter Control Data: custom_container TYPE REF TO cl_gui_custom_container, splitter TYPE...
  • Drop down List box in SAP ABAP
    LIST BOX Drop down list box can be created in ...
  • Know the difference between Class and Function Module
    Know the difference between Class and Function Module Difference between class and a function module? Ans. ...
  • Find/search BADI in a minute
    1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type. 2. In 'Display' mode, go to 'Methods' tab. 3. Double click ...
  • Unlock login ID
    It is normal when we hit password wrong and our login gets lock, this small piece of code unlocks the user when he/she hits wrong password....

About Me

e-punk
View my complete profile

Monday, September 29, 2008

SAPConsole - Terminal Engine - SAPVtio - Configuration

Posted by e-punk at 9/29/2008 01:51:00 PM

Use

SAPVtio has to be configured according to the requirements of the telnet server used.

Procedure

Telnet servers, in general, offer two modes of work: direct (raw mode) and indirect (advanced mode).

In direct mode, the telnet server passes the output of the program directly to the client without any intervention or filtering. This requires SAPVtio to write escape sequences directly to the client.

In indirect mode, the telnet server expects the output to be coming from a telnet-ignorant program, which regularly calls up Windows Console and uses it to communicate its output. In this case, the server interprets these communications and translates them into their equivalent terminal emulation escape sequences, which will then be send directly to the client.

Also, though very rarely, a telnet server may offer similar modes of work for special key (for example, function keys) input. It might be configured to translate incoming escapes into their corresponding Windows virtual key codes, or to let the original escape path go directly to the program, which recognizes and interprets it.

The SAPVtio configuration dialog box allows you to specify which type of input SAPVtio has to expect and which type of output it is to produce.

This graphic is explained in the accompanying text


arrow sign = Actives the details dialog if applicable (refer to the dialog)

Leaving content frame

   

Labels: sapconsole

0 comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Visitors map

Hits

Mesothelioma
Mesothelioma

Visitors locations

Flag Counter

Online tracker


 

Disclaimer

All product names are trademarks of their respective companies. AbapArchives.blogspot.com is in not affiliated with SAP AG. All names of SAP, SAP R/3, ABAP, ALE, ALV, BAPI, BADI, CATT, IDOC, LSMW, ABAP OOP, User-Exits, RFC, SAP Query, Sapconsole, Smartforms, Sapscripts, ABAP Workflow, and any other SAP trademarks are registered trademarks of SAP AG in Germany. Every effort is made to ensure content integrity. Use information on this site at your own risk.