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

FM/BAPI for PLFV Table Update

Former Member
0 Likes
648

Hi All,

I need to update Characteristics value in PLFV table,

Currently I am using FM "C2_DB_PLFV_UPDATE" to update the Characteristics Value.

Even thou, it is a Standard FM, but it is not released.

Further more, this FM is not doing any Data Validation for the fields that we need to change.

Even if a comptly wrong value is passed, the FM is updating it in PLFV table.

Do I need to write the Logic to validate Characteristics Value from CABN Table ?

This FM does not returns any Status of Execution.

Is there any other FM/BAPI that can be used to Update PLFV Table ?

Since PLFV is an importabt table, so could you please suggest me,

Can I update PLFV table using "C2_DB_PLFV_UPDATE" FM ?

Any one, who have worked on similar Issue, please suggest some help idea.

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
545

I see functions called sequentially in include LC4DIFAZ in tow routines PLFT_APPEND & PLFT_UPDATE

C2_BT_PLFT_APPEND

C2_BT_PLFT_READ_WITH_INDEX

C5_DI_PLFV_RECORDS_ADD

C2_BT_PLFT_UPDATE

I checked for bapi's and did not find any.

Better go for BDC.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
546

I see functions called sequentially in include LC4DIFAZ in tow routines PLFT_APPEND & PLFT_UPDATE

C2_BT_PLFT_APPEND

C2_BT_PLFT_READ_WITH_INDEX

C5_DI_PLFV_RECORDS_ADD

C2_BT_PLFT_UPDATE

I checked for bapi's and did not find any.

Better go for BDC.

Read only

0 Likes
545

Hi All,

Finally my problem got solved.

While debugging I got another Standard FM to validate my data, to be updated in PLFV Table.

Any body having any problem on the same issue, please post.

Thanks All.