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

Reference Characteristics

Former Member
0 Likes
378

Hi All,

What are the Reference (or Object) Characteristics?

How to create them?

What is the use of them?

and How to use them?

Thanks,

Vivek.

2 REPLIES 2
Read only

Former Member
0 Likes
346

Hi,

It's the OOPS(object oriented programming concept).

we create an object with reference to a class and we call the methods using that Object.

reward if useful

regards,

Anji

Read only

0 Likes
346

Hi Reddy,

Thanks for your reply.

Actually my requirement is, i want to use the reference characteristics to access the fields of sales order and then i want to change the item data. The fields that i can change are in structure VCSD_UPDATE. Our functional team is going to be create the reference characteristics.

Now you can tell me how i can use the reference characteristics to change the sales order fields. And they given user exit for this is 'EXIT_SAPFV45S_002 (process changed field values)'.

Thanks,

Vivek.