Posted: Mon Mar 03, 2008 10:14 am Post subject: Возможно ли использовать Field-symbol в логике экрана?
Доброе утро, такой вопрос:
Возможно ли передать параметры в модуль, наподобии USING в PERFORM?
Для примера, сейчас делаю так:
FIELD g_text1 MODULE modify_text1.
FIELD g_text2 MODULE modify_text2.
...
FIELD g_text7 MODULE modify_text7.
Модули modify_text1, ... modify_text7 очень похожи, кроме названия поля экрана.
Возможно ли сделать так?
FIELD g_text1 MODULE modify_text USING g_text1.
FIELD g_text7 MODULE modify_text USING g_text7.
CHAIN.
FIELD g_text1.
FIELD g_text2.
FIELD g_text3.
FIELD g_text4.
FIELD g_text5.
FIELD g_text6.
FIELD g_text7.
MODULE MODIFY_TEXT ON CHAIN-REQUEST.
ENDCHAIN.
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.