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

T-code BDBG( Any side effects)

Former Member
0 Likes
533

I have to post Invoice which has with GL tab items in MIRO screen. Idea was to use the BAPI BAPI_INCOMINGINVOICE_CREATE to post the invoice . So, want to create new interface by filling object field with bus2081 and method with CreateFromData. What are the complications involved. Does thies work??. Or was it better to copy the object and method into a Zobject and Zmethod and build the interface for the custome ones.

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
459

Better to copy them in Zobject and Zmethods and then use the BDBG to generate the ALE interface for that.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
459

Hi naimesh

Nice to hear from you, Does creating Zobject will have the same functionality??. And when iam creating the new interface it is asking SAP net access key will it ask for the Zobjects also?

Read only

0 Likes
459

Yes it will have the same functionality and it will not ask for the key.

But you need to change your interface to handle so you can call this newly created Inbound message type created via BDBG.

Regards,

Naimesh Patel