Posted: Fri Jul 03, 2009 4:19 pm Post subject: проблема с моим фм:
проблема с фм:
внутрях фм-а я получил табличку:
FORM SUBPOOL ... (временная подпрограмма)
DATA: w_dref TYPE REF TO data.
FIELD-SYMBOLS: <t_itab> TYPE ANY TABLE.
CREATE DATA w_dref TYPE TABLE OF (STR). (str из import-та ФМ-а)
ASSIGN w_dref->* TO <t_itab>.
PERFORM DYN IN PROGRAM (prog) CHANGING <t_itab>. "вызвал врем.прогу и заполнил таблицу <t_itab>
НО ПРОБЛЕМА В ТОМ ЧТО НЕ МОГУ СВЯЗАТЬ НИКАК ЭТУ <t_itab> С ПАРАМЕТРОМ В
exporting ... ( т.е. я так понимаю нужно задать таблицу без явного указания типа
(без привязки к структуре) и присвоить ей <t_itab>)
прошу помощи!
всем спасибо тема закрыта: вот че мне надо было
itab[] = <t_itab>[]
и + к этому я повелся на message "Ошибка при генерации кадра"
когда объявлял в exporting itab и отлаживался в самом фм - подумал что-т не то, а активировал и запустил с reporta все хорошо)
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.