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

Problem in doing BDC recording for Tcode FAGLSKF

Former Member
0 Likes
1,015

Hi All,

I need to make postings for Statistical key figures. For this I need to make postings using transaction FAGLSKF.

Now my problem is that when I try to make recording for transaction FAGLSKF I could not see the values recorded for ITEM Data Table control.

Any one having any idea as what I am missing. Your suggestions would be really helpful.

Regards,

Lalit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
924

Hello,

The problem is when you do manually the screens are little bit different from recording.

So when you do it manually u will find all the options but at the time of recording also you will find the same options but the screen formate is little bit different so please check it properly at the time of recording the Tcode. You will find the option at the item level.......

Hi All,

I need to make postings for Statistical key figures. For this I need to make postings using transaction FAGLSKF.

Now my problem is that when I try to make recording for transaction FAGLSKF I could not see the values recorded for ITEM Data Table control.

Any one having any idea as what I am missing. Your suggestions would be really helpful.

Regards,

Lalit

5 REPLIES 5
Read only

Former Member
0 Likes
925

Hello,

The problem is when you do manually the screens are little bit different from recording.

So when you do it manually u will find all the options but at the time of recording also you will find the same options but the screen formate is little bit different so please check it properly at the time of recording the Tcode. You will find the option at the item level.......

Read only

0 Likes
924

Hi Santosh,

I tried recording using all options but still the values for ITEM data is not captured in the recording.

Am I missing some thing like checking some check box or making some settings. Could you please help me in this.

Regards,

Lalit

Read only

0 Likes
924

Instead of BDC try using the below FMs

FAGL_COEJRA_UPDATE

FAGL_COEPR_UPDATE

FAGL_STATKEYFIG_CALC_FI

FAGL_FAGLSKF_PN_POST

FAGL_FAGLSKF_POST

Read only

0 Likes
924

Hi Poorna,

Thanks a lot for the valueable feedback.

I checked the FMs mentioned by you. These FMs make the SKF posting but these FMs do not perform any kind of validations.

Like for example if I use tcode FAGLSKF and try to make some posting. In case I am giving some invalid input to this transaction ( e.g. wrong Statistical Key Figure Value ) , this t code does not allow us to post and immediateley thorows some error.

Where as I use FM FAGL_FAGLSKF_PN_POST, this FM makes an entry in the table FAGLSKF_PN without any validations.

This FM simply insert an entry to the table FAGLSKF_PN.

Any Idea how to overcome this. I want to make the validations in the same way as done using Tcode FAGLSKF.

Thanks a lot for your valueable inputs.

Regards,

Lalit

Read only

0 Likes
924

HI

I am running into the same issue, did you figure this out?