cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

values of characteristics in property tree through BAPI_BUS1077_CREATE

Former Member
0 Likes
665

Hi Experts,

I am exploring BAPI_BUS1077_CREATE to upload mass specifications with associated property tree, I am able create specifications and associated property tree Can you please guide me how to insert values in characteristics of property tree . I have referred the thread
http://scn.sap.com/thread/741589.

Thanks in Advance

Regards

Kapil

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Likes

Dear Kapil

your topic is very old and has been discussed often here. Check e.g.

http://scn.sap.com/docs/DOC-41109

In a lot of other threads I have entered the link to some SAP examples (delivered by SAP and which are part of EHS); by checking how they do it is should be easy to use thies functionality

Check therefore the threads available There are lots of hints

C.B .

PS: Check e.g

PPS: the thread you have mentioned refers as well to the SAP examples; these SAP examples are a good starting point to learn

Former Member
0 Likes

Hi Christoph,

Thanks for your reply, I have checked the thread you have specified in reply and tried to resolve my issue, I am using the same flags and similar values for this BAPI but still my issue is as it is.

I am not calling this BAPI through code, right now I am exploring it directly by executing, can you please provide me some direction for this issue.

Thanks and Regards

Kapil

Mark-Pfister
Active Contributor
0 Likes

Hi Kapil,

You need to call it through coding - because you have to call the SAVE BAPI (BAPI_BUS1077_SAVEFROMBUFFER) and the BAPI_TRANSACTION_COMMIT

Without the save no changes / creates / deletion will ever be written to the database.

Regards

Mark

Former Member
0 Likes

Hi Mark,

Thanks for your reply, I am only getting problem in entering values of characteristics of property tree, I am able to create property tree and specification by executing that BAPI directly. So I just want to confirm that you are suggesting that if I call that BAPI through code this issue will get resolve but it is not possible by direct execution of BAPI_BUS1077_CREATE. Direct execution will only create specification and property tree.

Regards

Kapil

christoph_bergemann
Active Contributor
0 Likes

Dear Kapil

I can remember that in a different thread the "same" topic has been discussed; conclusion; in this case it was "better" to use BAPI_BUS1077_change

May be check:

How to Modify the property tree data using "Bapi_bus1077_change" ., 1077->BAPI...

BAPI to change Specification in EH&S, 1077->BAPI_BUS1077_CHANGE |&n...

C.B.