cancel
Showing results for 
Search instead for 
Did you mean: 

How to used BAPI in SUP 2.0 ?

Former Member
0 Kudos

Hello Experts,

I am using SUP 2.0 and want to develop a simple SAP Application like Displaying Sales Order,

So which BAPI will be used for it ?

And i want to develop via blackberry so how can i verify or test this application because in SUP 2.0 , it doesn't provide DAD and with the tutorials , i follow it but in Generating Code files, No any Public static void main(String args[]) method in it ? so how to used those Code files in Blackberry Java plug-ins ?

Please Reply.

Thanks & Regards,

Tapan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi amit,

I used BAPI_SALESORG_GET_DETAIL for displaying Orders. But after using that how to display it in Blackberry Device ?

And thanks for your reply. From your reply i got some BAPI's name.

Thanks & Regards,

Tapan

Former Member
0 Kudos

Hi Tapan,

Try:

SD_SALESDOCUMENT_CREATE or BAPI_SALESORDER_CREATEFROMDAT2

Please ensure you get form functional / ABAP guidance on the type of Sales Order you want to create based on the use case(to ensure that you do not get blocked by errors)

Additional info on the way to use these bapi's can be fond on the forum.

e.g.:

Regards,

amit