Application Development 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: 

how to create real estate sales order using bapi?

Former Member
0 Kudos

Using HBS0 Transaction Code i need to create sales order using BAPI or Custom BAPI ?

1 ACCEPTED SOLUTION

former_member209120
Active Contributor
0 Kudos

Hi SG,

See this link for solution

http://scn.sap.com/thread/3195999

7 REPLIES 7

Former Member
0 Kudos

Business Entity: VBAK-SWENR

Sales Unit: VBAK-SMENR

The above fields are mandatory to create sales order .

former_member182485
Active Contributor
0 Kudos

What is the T-code HBS0 ??

For creating sales order BAPI's are avilable.

BAPI_SALESORDER_CREATEFROMDAT1

BAPI_SALESORDER_CREATEFROMDAT2i

BAPI_SALESORDER_CREATEFROMDATA

First check these if it does not suffice your need you can go ahead with a custome one

Regards

Bikas

Former Member
0 Kudos

hi ABAP SG,

    Have you fixed this issue plz, i have the sam problem here ,need your advice, thanks.

former_member209120
Active Contributor
0 Kudos

Hi SG,

See this link for solution

http://scn.sap.com/thread/3195999

0 Kudos

I knew the BAPI for normal SO creating , but for T-code HBS0 - The RE sales order type, which is integrated with the RE module (Pakage = DI_HBS), after create the RE-SO, the Sales Unit status will be changed automatically.

Just wondering any SAP existed BAPI for RE-Sales Order creating, thanks.

0 Kudos

Hi Well Tan,

                I dropped the plan to create BAPI. instead of BAPI i used BDC its working well now.

Note:

i received advise it takes more time and team work.i am only one abaper in my inhouse team so

i used BDC itself.

Regards ,

SG

0 Kudos

thanks.

I am working with our ABAP team, they are advising the BDC solution as well, thank you so much.