‎2009 Dec 08 7:01 AM
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 .
‎2009 Dec 08 7:06 AM
You could add your own bdc code to process the ENTER action using the BDC_OKCODE /00.
‎2009 Dec 08 7:10 AM
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...
‎2009 Dec 08 7:24 AM
Nikhil
just check out ..the financial period of previous month is open or not.
If it's closed u cant pass the entry
‎2009 Dec 08 7:09 AM
‎2009 Dec 08 7:20 AM
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
‎2009 Dec 08 8:09 AM
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
‎2009 Dec 08 8:15 AM
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
‎2009 Dec 08 8:24 AM
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
‎2009 Dec 08 8:24 AM
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
‎2009 Dec 08 7:13 AM
Hi ,
Write this after the month field value line
PERFORM BDC_FIELD USING 'BDC_OKCODE'
'=ENTE'.
Regards,
Amit