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.

1 comment:

  1. 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

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.