‎2008 Jul 29 10:06 AM
Hi,
I am using function module FI_BL_BANKCHAIN_ASSGNP_MAINT for loading data into table TBCHAIN2 .
I am not able to save the data after getting all required fields filled.
Does anyone know how to save the data using this function module or any other method to load the data into this table except the FIBPU transaction.
Thanks.
‎2008 Jul 29 10:17 AM
Hi,
That table TBCHAIN2 is having a maitainance view V_TBCH4, write the code in your custom program to validate the data what you receive from the file and then upload the same into that view by locking and unlocking the view, that should solve your purpose.
Thanks,
Mahesh.
‎2008 Jul 29 10:17 AM
Hi,
That table TBCHAIN2 is having a maitainance view V_TBCH4, write the code in your custom program to validate the data what you receive from the file and then upload the same into that view by locking and unlocking the view, that should solve your purpose.
Thanks,
Mahesh.
‎2008 Jul 29 11:02 AM