cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Create Delta Function Module with EKKN structure

0 Kudos

Hi Friends,

I need to create one delta function module with EKKN structure. I created one FM using this  RSAX_BIW_GET_DATA . But this is showing error . If anyone has already done this type of function module , Please help me , it will be great help for me.

Thanking you..

Regards

Bibekananda

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member182346
Active Contributor
0 Kudos

Please paste the code of FM.

Also do syntax check and if any issue please share.

As suggested, there is a std extractor 2LIS_02_ACC which do take care of schedule line data (EKKN) table. If possible think of using that too. It captures the delta.

Thank-You.

Regards,

VB

0 Kudos

Dear Experts,

Thanks for response . Yes , I have created the EKKN structure , created the FM by copying the  RSAX_BIW_GET_DATA . For Delta , I have created one timestamp field also .

Error: When I executed RSA3 txn for my custom data source it is not hitting my function module.I kept break point in my Function module but it doesn't hit into that.

Thanking You

Regards

Bibekananda

former_member182343
Active Contributor
0 Kudos

Hi,

What about Function group?

Did you copied RSAX Function Group?

Regards, vijay

shanthi_bhaskar
Active Contributor
0 Kudos

I think you might had not updated your data source name in the function module code it be referring to the SFLIGHT table data source...

0 Kudos

Hi,

Yes , I copied RSAX function group. I set one break point in my function module but it is triggering.

Regards

Bibekananda

0 Kudos

Hi,

I updated my data source in the function module.

Regards

Bibekananda

former_member182343
Active Contributor
0 Kudos

Hi,

Instead of using EKKN whole table , create your own structure at SE11 by getting desired fields from EKKN .

Then you can use this structure in copy of FM  - RSAX_BIW_GET_DATA @ E_T_DATA under Tables Tab.


Try and get back here with status.


Thanks, Vijay

RamanKorrapati
Active Contributor
0 Kudos

Hi,

From Google you may get more help about the same. try to search by using FM name.

When you have issue, you need to share the problem messages.

Please share the error message.

If you take abaper expert help. that might be helpful to you.

Thanks

Former Member
0 Kudos

Hi,

        Why don't you use the business content extractor 2LIS_02_ACC ? It's delta enabled and will provide you details for account assignment.

        Regards

                     Philippe