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

Loading data

Former Member
0 Likes
861

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
652

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.

2 REPLIES 2
Read only

Former Member
0 Likes
653

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.

Read only

0 Likes
652

Thanks a lot. It solved my problem.