Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get value in BDC

Former Member
0 Likes
582

Hi,

Is it possible to get value what user can insert manually in bdc program running through all display (A)

mode?

Regards,

Zankruti

4 REPLIES 4
Read only

Former Member
0 Likes
503

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

Read only

0 Likes
503

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?

Read only

0 Likes
503

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

Read only

Former Member
0 Likes
503

Thanks a lot to all.