2008 Oct 30 5:52 AM
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
2008 Oct 30 6:12 AM
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.......
2008 Oct 30 6:12 AM
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.......
2008 Oct 30 6:58 AM
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
2008 Oct 30 7:07 AM
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
2008 Oct 30 7:36 AM
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
2009 Aug 13 10:35 PM