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

How can i modify PRPS table from a function module?

Former Member
0 Likes
726

Hi,

I need to modify PRPS table with some data.

How do i modify it.

Can you provide me some logic to modify?

I have used this Fm for reading CJDW_PRPS_GET.But it is not returning any values.

i have used FM CJDW_PRPS__MODIFY , but in both cases not_found message i am getting.

Please provide me some way to modify the table PRPS.It is very urgent.

Thanks in advance.

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
583

Did you try the BAPI MAP2I_BAPI_BUS2054_CHG_TO_PRPS ?

~Suresh

Read only

andreas_mann3
Active Contributor
0 Likes
583

Hi,

make a bdc to CJ12

or check fm CJ2054_WBSELEMENT_CHANGE_STRU

A.

Read only

Former Member
0 Likes
583

may be u can use SE38 wherein u can write a code and u can modify the PRPS table.