sapdev logo background
sapdev logo sapdev logo
Comments




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

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

1.       Screen type: Modal dialog box

2.       Short description: Feedback form

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 8

 

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

6.       Custom control container, named CC_FEEDBACK

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

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

PROCESS BEFORE OUTPUT.
 MODULE STATUS_0150.
*
PROCESS AFTER INPUT.
 MODULE USER_COMMAND_0150.

 

 

 




comments powered by Disqus