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

BDC PROBLEM

Former Member
0 Likes
1,194

hiiii everyone ...

i have made one bdc for FB75 for the settlement of customers . it is working fine when i put the date for the current month

and post the customers the message is displayed that they are posted , but when i enter last month date there it takes me to the transaction FB75 then i have to manually press enter and then it post the customers and this i dont want to happen ..

any idea why it is doing so ??

Thanks in advance .

10 REPLIES 10
Read only

Former Member
0 Likes
1,160

You could add your own bdc code to process the ENTER action using the BDC_OKCODE /00.

Read only

0 Likes
1,160

thanks but i dint get you ....

like after all processing i dun know y it is taking me to FB75 transaction this is only is case when i put the date of previous month

y it is so i am not able to understand...

Read only

0 Likes
1,160

Nikhil

just check out ..the financial period of previous month is open or not.

If it's closed u cant pass the entry

Read only

Former Member
0 Likes
1,160

Try running BDC in Mode 'N'

Nag

Read only

0 Likes
1,160

ya thanks naga mohan when i used the mode 'N' it is not going to that transaction it is ok ..

but can u just tell me that y it was happening that when i put the date of previous month it takes me to the FB75 and when i put the date of the current month it shows posted ..

Thanks

Read only

0 Likes
1,160

Hi Nikhil,

In Mode "N" - All Information (I) and warning messages (w) would be suppresed. Hence It take Enter as default and proceeds further.

Nag

Edited by: Naga Mohan Kummara on Dec 8, 2009 9:09 AM

Read only

0 Likes
1,160

hi naga hohan,

earlier it was 'E' but now i made it to 'N' it is suppressing tht screen but when it was 'E' it was going to tht screen bcoz there was a error so i want correct tht error . why there is a error when i put tht the previous month date . do u think is there any problem with the recording ..?? any idea

Thanks & Regards

Read only

0 Likes
1,160

Hi Nikhil,

No this is not problem with recording. Posting always depends on the posting period. If the posting period is close.. it throughs warning/error (depends upon config) before posting document.

In your case it was throughing a warning message. So Mode 'N' .will overwrite the warning and proceeds further...

Nag

Read only

0 Likes
1,160

Hello,

Do the recording in SHDB for the same scenario with the previous month and check if you are getting the warning message while recording . If it still occurs, its not a problem BDC recording, but the functionality with which you are calling the transaction with the input data.

Vikranth

Read only

Former Member
0 Likes
1,160

Hi ,

Write this after the month field value line

PERFORM BDC_FIELD USING 'BDC_OKCODE'

'=ENTE'.

Regards,

Amit