Question:
Hi all,
i have problem when creating a bdc program for tcode me22n for one document there is okay but when i try to change 2 document or more the next screen after change the first document become display and i can't save the data but sometimes it running well.
My question is how i can know that screen in display or change.
thx for the advice
rudi
Answer:
You're going to have more problems than that if you try and run your BDC in the background.
The majority of Enjoy transactions (ie those with 'N' on the end) rely on OCX controls that are installed on the PC. If you run this in the background, the OCX controls are not present and the transaction will blow up.
Rather than using ME22N, have a look at using the bapi BAPI_PO_CHANGE.
_________________
Regards
R
Abap KC
SFMDR
Answer:
Thank's for the advise
Answer:
Rudi,
Although it is not supported by SAP you may try using transaction ME22 instead of ME22N in your bdc. It works in 4.6C but SAP may drop it at any time. Could be something to think about if this is a one time maintenance and you are pressed for time.
Russell