Posted: Fri Apr 11, 2008 10:11 pm Post subject: Search help по имени с возвратом нескольких значений
Code:
*&---------------------------------------------------------------------*
*& Report Z_F4IF_START_VALUE_REQUEST *
*& *
*&---------------------------------------------------------------------*
*& *
*& Search help по имени с возвратом нескольких значений
*&---------------------------------------------------------------------*
report z_f4if_start_value_request .
TYPE-POOLS: shlp. "F?r CALLBACK_FORM zu F4IF_INT_TABLE_VALUE_REQUEST
CONSTANTS: c_shlp_menu LIKE ddshdescr-shlpname VALUE 'H_SPFLI'.
CONSTANTS c_true TYPE c VALUE 'X'.
DATA: l_shlp TYPE shlp_descr_t.
DATA: l_retcode LIKE sy-subrc.
DATA: l_retval LIKE ddshretval OCCURS 0 WITH HEADER LINE.
DATA: l_shlp_interface LIKE ddshiface.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.