cancel
Showing results for 
Search instead for 
Did you mean: 

FM background task

Former Member
0 Kudos

Hi everybody,

                        .

CALL FUNCTION 'ZPPR_RAW_MASTER'

   EXPORTING

     P_WERKS         = '7504'

  IMPORTING

*   WA_FINAL1       =

     IT_FINAL1       = it_final1.

CALL FUNCTION 'ZPPR_RAW_MASTER_NEW' in background task destination 'RFC_SENDER_DS'

   TABLES

     IT_FINAL1 = it_final1.

commit work and wait.

For the above FM i am getting an output in it_final1 and when i go and check in SXI_monitor for the inbound message, i am getting an empty value.

Please find the screenshot.

Peculiar here is i am getting 7 values in internal table, those 7 lines r visible in inbound message with empty values.

Please Help me.

Thanks and Regards,\

Vijay

-

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Vijai,

Are you using an RFC sender with SAP PI?. If you have changed the RFC signature recentlly you can refresh the CPA cache because this cache will have the old version.

http://<host>:<port>/CPACache/refresh?mode=full

With PIDIRUSER.

Are you debugged the program and to check that you are really  passing values to the internal table?

Regards.

Former Member
0 Kudos

Hi Inaki Vila,

You answer was quite helpful. But i found the problem myself.

The problem is with RFC Dest connection.

IN RFC , i hv to click the unicode radiobutton than Non Unicode..

Thanks for your Help.

Regards,

vijay Vikram

Answers (0)