Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from Olegs on Jan 25 at 11:43 AM Hello Stefan, In case you use subscreen, you should mention POV module in this subscreen's PROCESS ON VALUE REQUEST, not in its parent's: In Screen 100 definition: PROCESS BEFORE OUTPUT. MODULE PBO. CALL SUBSCREEN sub_1 INCLUDING sy-repid '0300'. and then you should put PROCESS ON VALUE-REQUEST. FIELD p_input MODULE POV. inside Screen 300 definition, not in Screen 100! When you create subscreen 300 in Layout tool for Screen 100, the Screen 300 will automatically appear under the Screens node in SE80. Sincerely, Olegs
| | | ---------------Original Message--------------- From: Stefan Vermeulen Sent: Friday, September 02, 2011 11:31 AM Subject: 'process on value-Request' with (external) Subscreens I created a program with additional Functions for VA01 (create sales order), so I need additional fields for the standard input screen. To keep it most compatible w/ the Standard, I included the Standard Dynpro and processed it at PBO and PAI. However, there's a field with a special F4-Handling (PROCESS ON VALUE-REQUEST.) within that Standard-Dynpro. Within process on value-request I cannot access the variables of the subscreen (syntax error in module), but I cannot call the subscreen during that time either. Is there a way to include the F4-Help from the included subscreen? Thank you in advance, Stefan | | Reply to this email to post your response. __.____._ | _.____.__ |