cancel
Showing results for 
Search instead for 
Did you mean: 

SEGW Service: Runtime Objects are not recorded in Transport Requests

former_member190939
Participant
0 Kudos

Hi Experts,

I have a small problem when I make any changes & record my Gateway Service Module(SEGW) into a Transport Request. Whenever I change my service (in SEGW) and hit "SAVE" & "GENERATE", only the SERVICE is recorded in my TRANSPORT REQUEST, but not the RUNTIME OBJECTS(Classes/Methods).

1. I change a service module (in SEGW) - Chnaged the length of one of the properties of an Entity Type.

     Changed the length of the property "CUSTOMER" from 8 to 10.

2. Then, I hit SAVE & GENERATE. Then, I can see below objects in my TR.

    

3. When I transport this, I can see only the SERVICE MODULE changes. But, not the RUNTIME OBJECTS(INTERFACES/CLASSES).

Any idea how can I include the GENERATED RUNTIME OBJECTS also, so that all of them are recorded in my TR... something like below...

Thanks in advance.

Seyed Ismail MAC

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ismail,

I tried to reproduce your issue but as expected it works for me.

Whenenver I touch the model (for example by changing the length of a string) I am prompted to assign these changes to a new task of a transport request.

After pressing generate you should find her:

      Class (ABAP Objects)

          ZCL_ZNW_SEACO_PORTAL_1_DPC
          ZCL_ZNW_SEACO_PORTAL_1_MPC

      Gateway Business Suite Enablement - Service Builder Project

          ZNW_SAECO_PORTAL_SECPGW1_5

What I am wondering whether you might have authorization problems?

Can you create and change classes in SE24?

Best Regards,

Andre

former_member190939
Participant
0 Kudos

You are right Andre. I debugged and came to know that the runtime objects alone were locked inside another transport request. Now, I released it and redone the process. All good now.

Thanks for your help. You're doing great job here.

Thanks

Seyed Ismail MAC

Answers (0)