‎2007 Dec 27 6:28 AM
Hi,
Is it possible to get value what user can insert manually in bdc program running through all display (A)
mode?
Regards,
Zankruti
‎2007 Dec 27 6:33 AM
Hi,
Do u want to save the value entered by user, if yes then its not possible.
if something else, kindly explain the req.
tc
saji
‎2008 Jan 04 1:59 PM
I am running the BDC in 'E'(error mode) and asking ther user to enter a mandatory on run time. I need the value he has just entered in the screen after the BDC completes to be printed in the smart form that follows...
Is there a way of doing?
‎2008 Jan 04 3:59 PM
Hi.
No you can't get that value immediately.
You can however do the following. When the program flow returns back from the CALL TRANSACTION.... statement you have just called in BDC_MODE 'E', you could possibly get the document number created (or changed) from the respective parameter IDs and with these values access the DB appropriate DB tables and SELECT the value of the field that the user has entered manually.
Regards,
George
‎2008 Jan 07 7:05 AM