cancel
Showing results for 
Search instead for 
Did you mean: 

Comp.software "DBM" and " /DBM/VLCVEHICLE" structure

eduardo_linares
Explorer
0 Kudos
233

Hi Experts: I hope you are well! I wanna ask you something. This fields "/DBM/SPART" and "/DBM/STAWN" from /DBM/VLCVEHICLE structure can not be mapped well by SEGW transaction. when i try to generate objects. because it give me an compilation error. by other hand, when i inspect compilation errors! i see that always ask me to rename that fields with an "_" prefix. Only when i do that i can compile de class. Why can this could be happend? this is my software server.

  1. DBM Release 800 SP 5
  2. SAP_BASIS7520001
  3. SAP_ABA7520001
  4. SAP_GWFND7520001
  5. SAP_UI7520002
  6. STPI7400010
  7. SAP_BW7520001
  8. UIBAS0013000001
  9. SAPUIFT1000001
  10. UIX01CA12000002
  11. ST-A/PI01T_7310001

Thanks experts!

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Field names in an OData Service do not contain a namespace.

You usually create entity types by importing structures (that may contain a namespace).

After having imported them as a DDIC structure you will see something like the following (an SEGW project from a S/4 HANA system that uses structures with namespaces).

Within a structure the field names will also have no namespace.

Can you provide a screen shot of your SEGW project?

Regards,

Andre

eduardo_linares
Explorer
0 Kudos

Thanks Mr Fischer! Very clear your explanation!

Answers (0)