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

Data upload in IW51 screen

Former Member
0 Likes
407

Hi All..

I am creating a Service Notification (Tcode: Iw51).

The data required to create the Notification will be in a Notepad file in the server.

Now my interface will fetch the data from Notepad File and creates the Notification using BDC (Recording Method). Its working perfectly..

NOW, i need to run this object in the Background mode, as its going to be a scheduled job..

In background mode, the system is throwing RunTime Error at the line, where i upload the TEXT data in the field "Notification Text". (you can see the Text input icon in IW51 screen, just right side of Notification Number)...

Now to avoid this error, i thought of finding a Function Module, which can get the Text data from Notepad file and dump it in the screen, so that rest of the process of creating Notification will be running through BDC (Recoring Method)...

Is there any Function Module to handle above scenario..??

Please Help me, as your Inputs will certainly help me..

Thanks and Regards

Pavan

Hi All..

I am creating a Service Notification (Tcode: Iw51).

The data required to create the Notification will be in a Notepad file in the server.

Now my interface will fetch the data from Notepad File and creates the Notification using BDC (Recording Method). Its working perfectly..

NOW, i need to run this object in the Background mode, as its going to be a scheduled job..

In background mode, the system is throwing RunTime Error at the line, where i upload the TEXT data in the field "Notification Text". (you can see the Text input icon in IW51 screen, just right side of Notification Number)...

Now to avoid this error, i thought of finding a Function Module, which can get the Text data from Notepad file and dump it in the screen, so that rest of the process of creating Notification will be running through BDC (Recoring Method)...

Is there any Function Module to handle above scenario..??

Please Help me, as your Inputs will certainly help me..

Thanks and Regards

Pavan

1 REPLY 1
Read only

Former Member
0 Likes
335

Can any one throw some light on my Issue...???

Regards

Pavan

Message was edited by: Pavan Sanganal