Skip to Content
0
Former Member
Dec 29, 2009 at 07:00 AM

An error occured while communicating with the web in Excel while sending

37 Views

Dear Friends,

Below is the code i have added in the Default logic of my "PLANING" application. This is to push the data to "PLAN_TEST"

application. But am getting an err "an error occured while communicating with the web" while i click on send data from excel.

If i remove this lines data is getting posted.

Also if i try the same code in UJKT i am able to move the entries to the target application but it is not working from my script logic.

*XDIM_MEMBERSET TIME =<ALL>
*XDIM_MEMBERSET CATEGORY = ACTUAL
*XDIM_MEMBERSET RPTCURRENCY = THB
*START_BADI DAPP
DESTINATION_APP="PLAN_TEST"
QUERY=ON
WRITE=OFF
*END_BADI

Thanks

Prem