2011 Jul 21 5:55 AM
Hi all.
I have a problem about call transaction.
I create Zprogram that have 2 call transaction.
first: call transaction IW52
and after it finished, call transaction IW34
my code is below:
-
...
W_OPTION-DISMODE = 'N'.
W_OPTION-NOBINPT = SPACE.
W_OPTION-UPDMODE = 'S'.
W_OPTION-DEFSIZE = 'X'.
CALL TRANSACTION 'IW52' USING T_BDCDATA
OPTIONS FROM W_OPTION
MESSAGES INTO T_MESSTAB.
CHECK SY-SUBRC = 0.
...
W_OPTION-DISMODE = 'E'.
W_OPTION-NOBINPT = 'X'.
W_OPTION-UPDMODE = 'S'.
W_OPTION-DEFSIZE = ''.
CALL TRANSACTION 'IW34' USING T_BDCDATA
OPTIONS FROM W_OPTION
MESSAGES INTO T_MESSTAB.
-
1st batch input runs in back ground.
it is no problem.
2nd batch input runs ONLY first and second screens in back ground.
after that, A user inputs values and save manual.
my problem is about 2nd batch input.
When IW34 screen display, the screen size is changed to standard size.
Although I set the value '' to BDCoption-DEFSIZE at 2nd batch input, it changed.
I don't know why.
does anyone have a similer problem?
If you have any idea, please let me know.
Regards,
Rie.
2011 Jul 21 6:02 AM
Hi,
What is the error that you are getting.
Thanks,
Venkatesh.
2011 Jul 21 6:02 AM
2011 Jul 21 6:08 AM
Hi, venkatesh333 .
my problem is that 'IW34' screen doesn't display full screen size.
it display 'standard screen size', it is only when BDCoption-DEFSIZE is seted 'X'.
Regards,
Rie.
Edited by: Rie Nagakura on Jul 21, 2011 7:08 AM
2011 Jul 24 10:08 PM
Hi Rie,
did you check SAP note 1395085 CTU: No standard screen size at end of BDC data with NOBIEND
It is very close to your issue. You'll have to install a kernel patch.
Otherwise, contact SAP support.
BR
Sandra
2011 Jul 26 6:28 AM
Hi Sandra,
Thank you for your comment.
I checked the note 1395085, and I contacted SAP support.
my problem is SAP note 1282686.
It's also an error in the kernel .
Thank you for your idea.
It helped me!
Regards.
Rie.
2011 Jul 21 10:06 AM
Hi,
While recording the BDC in SHDB -> New Recording when the popup comes
Check the chek box Default Size and Not a batch input session ie 1st and 3rd check box
Your porblem will resolved
Regards
Bikas
2011 Jul 21 12:06 PM
you need to remove the default size = 'X'.
So that you can view full.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |