on 2025 Mar 25 12:22 PM
I want to set nobinpt so that it does not get set as X when the BDC report is getting called. Currently, we are using bdc_transaction because we are also skipping the initial screen of PA30. Now, in this, we cannot set nobinpt so, I tried to set this via ctu_params and use the following instead of bdc_trasaction.
CALL TRANSACTION ‘PA30’ USING bdc_data OPTIONS opt MESSAGES INTO mess tab.
now, the issue is that binpt is getting properly set, but the initial screen is not getting skipped, even though I have mentioned it properly in bdcdata.
Any suggestions on how to achieve this would be appreciated.
Request clarification before answering.
Did you try to use opt-dismode = 'N' or 'P' so dynpros wont be displayed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you also set opt-nobiend if you want to see the dynpro for input/action at end of bdc table?
User | Count |
---|---|
84 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.