The below intructions / ABAP code is part of the SAPTAlk Instant messaging program for SAP.

Create screen '0100'with the following elements (see screen shots below for layout, size, pos etc.):

1.       Screen type: Normal

2.       Short description: Initial screen

3.       Right click on the following file and select 'Save Target As', now save file to PC

4.       Now use the upload facility within the screen layout (screen painter) to upload this
file (Utilities-> Upload/download->Upload).

5.       This should now have created all the required screen elements and its layout info,
otherwise you will need to create them manually following steps 6 to 11

 

Should not need doing but manual creation steps are as follows:

6.       Custom control container, named CC_USERLIST (large left)

7.       Custom control container, named CC_TALKINGTO (top right)

8.       Custom control container, named CC_CONVERSATION (bottom right)

9.       Pushbutton BUT_SEND with function code 'BSEND'

10.    The customary OK code field called OK_CODE
������������� ��Note: The names of the elements should be exactly as described above

11.    Add the following flow logic code (note modules already created in includes):

PROCESS BEFORE OUTPUT.
MODULE STATUS_0100_USERLIST.
MODULE STATUS_0100_TALK.

PROCESS AFTER INPUT.
MODULE USER_COMMAND_0100.

 

 

 

 


Related Articles

Background to the SAPTalk application
SapTALK User Messaging service
Example SAPTalk Screens
SAPTalk create screen 0100 with the following elements (see below screen shots for layout):
Create function module Z_SEND_MESSAGE
Create function module Z_ENQUE_SLEEP
Creation of GUI Status FEEDBACK
Creation of GUI Status 'MESS'
Creation of GUI Status 'OPTIONS'
Creation GUI Status 'ULIST'
SAPTalk - MSM messenger application for SAP
Code listings for SAPTALK includes
Code listing for ZSAPTALKF01(include)
Code listing for ZSAPTALKI01(include)
Code listing for ZSAPTALKO01(include)
SAPTalk selection screen parameters
Code listing for ZSAPTALKTOP(include)


SAPTALK - table creation
Code listing for ZMESSCLEARUP
ZMESS: Function group creation details
Code listings for SAPLZMESS(fgroup)
Code listings for SAPLZMESS includes
SAPLZMESS(fgroup ZMESS) - Screen creation
SapTALK: Report creation details
Code listing for SAPTALK
SAPTALK - Include creation
SAPTALK - Screen creation
SAPTALK - GUI Status creation
SAPTALK - GUI Title creation
SapTALK - Transaction creation
Create SAPTalk SAP tables
Create table ZMESSFRIENDS
Create table ZMESSOPTIONS
Create table ZMESSTAB
SAPLZMESS(fgroup)- Function module creation
Message Class and messages
SAPTalk Parameter ID's
SAPTAlk clearup tranasction code