cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a financial draft in SAP B1 Standard Form using VB.NET

Former Member
0 Kudos

Hello,

I'm a newbie at SAP SDK, so beforehand, I would like to apologize if my question is a bit off.

I would like to open an existing payment draft, but how do i do it using VB.NET?

The situation is I'd select an incoming payment draft, then open the Incoming Payments form of SAP which shows the data of the selected draft.

Is this thing possible? If yes, can anyone please help me?

Thank you very much.

View Entire Topic
Former Member
0 Kudos

This has been solved. I created an imaginary(undisplayed) form using UI API and then opened the Payments Draft using the said form. I created an imaginary textbox where to write the DocEntry and linkedbutton which is connected to the Payment Drafts form.

Getting the DocEntry have been done with playing with the displays (sequence numbers) as well as the users.

Thanks & regards,

Ariel

edy_simon
Active Contributor
0 Kudos

Hi Ariel,

Your solution should work fine.

But if your SBO Version support,

this one line would give you what you need :

SBO_Application.OpenForm(140, "", DocEntry);

Regards

Edy