cancel
Showing results for 
Search instead for 
Did you mean: 

Unloading point data saving in MDG-Customer

Former Member
0 Kudos

Hello everybody,

We are having a weird requirement to save unloading data after completion of change request. The user dont want to enter anything/ not even want to see it in application.

Basically the fields of unloading point they dont want it in data model. Is there anyway to save the data in R3 tables of unloading point just after activation of change request. They want some default values should be save aftr completion of create change request.

Is there any possibility that we can save these data without having it in data model.

Table: KNVA

Regards,

Raj M

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Himanshu,

Yes we did it.

If the unloading point data are defined in data model, you can default it in handler class as suggested by Ashwini but our requirement was like defaulting the value without having in data model.

So to solve our purpose we debugged the activate method and found a BADI.

BADI class: CUSTOMER_ADD_DATA

Method: PRESET_VALUES_SAREA

Please put a breakpoint and check. Let me know in case of any issue.

Regards,

Raj

Former Member
0 Kudos

Hello Everybody,

Still waiting for your replies.

Any help/Clue to proceed further.

Regards,

Raj M

Former Member
0 Kudos

Hi Raj,

Did you get any clue for this requirement, as we too are facing the same issue.

Regards,

Himanshu

ashwincap
Explorer
0 Kudos

Hiding the field from screen will block the user from viewing it or updating it.

Default the field with the 'default value' in the custom handler class.

Does it serve your purpose?

Thanks

Ashwini