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.

Accepted Solutions (1)

Accepted Solutions (1)

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


Answers (2)

Answers (2)

edy_simon
Active Contributor
0 Kudos

Hi Ariel,

I assume you VB.net has access to the SBO_Application object ?

If it is use this method :

SBO_Application.OpenForm(140, "", DocEntry)

Replace the DocEntry with the correct draft entry you are trying to open.

Regards

Edy

Johan_H
Active Contributor
0 Kudos

Hi Ariel,

So far what you describe is basic B1 client functionality (Banking > Banking Reports > Payment Drafts Report).

Could you please tell us in a little more detail what it is that you want to achieve ?

Regards,

Johan