cancel
Showing results for 
Search instead for 
Did you mean: 

How to read hazard inducers with BAPI_BUS1077_GETDETAIL

Former Member
0 Kudos
437

I want to read the Hazard Inducers data: I pass flg_prop_data = 'X' and prop_data = lt_prop_data.

I receive EHS data but not the hazard inducers which are relevant for the transportation.

Can anyone help?

Thx in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Hello

I assume that the data you get is really related to the REAL_SUB (e.g. you can detect that you can read the "density"; i assume on top that as well there is some data present iin the corresponing property and you have defined the parameter in the BAPI as well /use the right value assignment typ)

Now potentially. if i remember correct you define the "read usage" as well in this BAPI call. I assume this is fitting as well to the data as present

The "transport Hazard inducers" are "special" You will only get (if you succed) back a list of specifications in correlation with a regulation. I assume this might not be what you would really like to get.

In any case: I believe in the example reports delivered by SAP (correct use of BAPis) there might be an example existing fpr "DG data" read. Not sure for "Hazard inducer"

If needed: execute debugging to detect at whcih place the data is "lost" (if data is present)

C.B: