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

Vendor invoice posting

Former Member
0 Likes
800

Hi All,

While posting the invoice through the transaction F-43(Direct posting) if the reference number is matching with the previous document (i.e. already posted) then it is not allowing me to post another document by throwing error message. Now my requirement is I have some scenarios that I will post two or more documents with the same reference numbers but system is not allowing me to do so. Any suggestions.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
761

Hi Uday,

Do u want this object to be done programatically or else do you want to check in the configuration level.

i think you will be provided some user exits for this type of scenarios. U can use it.

regards,

Sunil Kumar Mutyala

5 REPLIES 5
Read only

Former Member
0 Likes
762

Hi Uday,

Do u want this object to be done programatically or else do you want to check in the configuration level.

i think you will be provided some user exits for this type of scenarios. U can use it.

regards,

Sunil Kumar Mutyala

Read only

0 Likes
761

Hi Sunil,

Yes i have searched for user exits, customer exits and also for BADI's but i didn't find any.. So other than standard program modification are there any ways or shall i do the standard program modification.

Read only

0 Likes
761

No standard program modification is not at all advisable. I think we can do this by configuration. First do one thing go for the debuggin mode and check from where this program is generating error message. Then it might help you.

Regards,

Sunil Kumar Mutyala

Read only

0 Likes
761

Yes we can do it configuration level goto OBA5 transaction and there in the application area give F5(document editing) and i think there u have given Error type i.e. E chnage it to W(warning) then it can solve your problem.

Regards

Sunil KUmar Mutyala

Read only

Former Member
0 Likes
761

Can you exactly tell what error message you are getting (with msg class and no).

As per I can remember OBA5 is the tcode for message customizing. Just check whether that message is defined there as error or not . If it is so change it to Warning or information type.