‎2012 Jun 03 7:55 PM
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.
‎2012 Jun 04 7:06 AM
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.
‎2012 Jun 04 7:06 AM
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.
‎2012 Jun 06 8:08 PM
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.