Application Development 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: 

BDC Problem

Former Member
0 Kudos

Hi All,

I have a BDC for update LR Date...

My prob. is that when we create a invoice no. (for ex. 15.04.2008), if we r taken LR date 20.04.2008...it will upload correctly..but when we insert date below 15.04.2008 (or earlier date from invoice created)....it also update correctly...

I want that it should not take earlier date (LR Date) from invoice no (and Invoice Date)..

what should i take condition for it...

Thanks..

Edited by: Prince Kumar on Apr 21, 2008 9:20 AM

2 REPLIES 2

Former Member
0 Kudos

Hi Prince,

BDC using CALL TRANSACTION or BATCH SESSION can do whatever the original transaction does. So basically the original transaction itself ignores these validations or gives only warning messages.

BDC with No display mode will not display these messages in foreground. So check the original transaction. If the validation is already there and you get a warning message there, Process your BDC in error display mode.

CALL TRANSACTION <tcode> using BDCDATA mode 'E'.

If there is no validation in the original transaction itself, then you will have to identify a user exit to do the validation. that part will be executed even when you are calling it using BDC.

Hope this helps!

Thanks and Regards,

Lakshmi.

Former Member
0 Kudos

Hello Prince,

I would suggest you to go for avlidity check before running the BDC.

Please mention the name of the transcation for which you are running the BDC.

I will investigate more into the transcation and let you know the solution.

Regards.

Abhijit.