Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem with SO_OBJECT_UPDATE function module

Private_Member_15166
Active Contributor
0 Likes
1,759

Hi ABAPers,

Here i have an another question.

i am unable to use this function module 'SO_OBJECT_UPDATE', i am getting dumb after running it. As per my knowledge i am passing the relevant parameters. what are the relevant data to be passed, i want to know that.


object_hd_change                 = lv_object_hd

object_id                        = lv_object_id

I am not clear about object_hd_change that what it does. also tell me about the importing as well as tables parameters.

Regards.

Dhananjay

4 REPLIES 4
Read only

Former Member
0 Likes
1,414

Hi,

please go transaction SE37 and paste your functional module hare . check this code . and run this FM , pass a value and check ur code as per that.

you are passing wrong parameter.

Read only

0 Likes
1,414

hey i did it.

may you tell me something about object_hd_change and object id.

i have declared like this.

      lv_object_hd TYPE sood1,

       lv_object_id TYPE soodk,


is this wrong.

this is value in lv_object_id.


Read only

former_member187748
Active Contributor
0 Likes
1,414

Hi Dhananjay,

please paste your dump here you are getting while applying this functional module.

Read only

0 Likes
1,412

Hi Sanjeev,

I am attaching the image.

i think i am making mistakes in lv_object_hd values.

can you clear it, what to fill and how to fill it??

Regards

Dhananjay