Sunday, December 26, 2010
Write the below code in the TOP include of the function pool
FUNCTION-POOL ztest_grp. SELECTION-SCREEN BEGIN OF SCREEN 1001. PARAMETERS p_data TYPE char2. SELECTION-SCREEN END OF SCREEN 1001.Call selection-screen in the function module
FUNCTION ztest_function_badi. *"---------------------------------------------------------------------- *"*"Local Interface: *" IMPORTING *" REFERENCE(DAT) TYPE CHAR2 *"---------------------------------------------------------------------- CALL SELECTION-SCREEN 1001. ENDFUNCTION.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
how to download separate file for every n number records i.e, suppose there are 250 records every 100 records should download as a separate file........
ReplyDelete