‎2009 Sep 05 11:52 AM
Hi All,
I have a custom table. in the program i am trying to update the table with entries, but it hangs at that spot.
I even tried to delete the entries from the table using &sap_edit but the moment i press save button, it hangs again.
Can someone hlp me pls.
Thanks
Rohit
‎2009 Sep 05 12:39 PM
Hi,
Post the code you are trying with to update the custom table. That would be helpful for us to guide you better.
Regards,
Vikranth
‎2009 Sep 05 12:39 PM
Hi,
Post the code you are trying with to update the custom table. That would be helpful for us to guide you better.
Regards,
Vikranth
‎2009 Sep 05 1:07 PM
dear not use &SAP_EDIT .
Please paste the code tht will bettter help us to suggest u . rgds aryan
‎2009 Sep 05 2:46 PM
Hi Rohit,
this is not hair splicing. But to answer your question please let us know what you are talking about:
>
> I have a custom table.
Database table, internal table ? Accessed how, displayed how?
>...it hangs at that spot.
What does 'hang' mean - you get a windows hourglass? - endless looo of program?
> I even tried to delete the entries from the table using &sap_edit but the moment i press save button, it hangs again.
&sap_edit is a command of transaction SE16N. Do you call transtion SE16N in your program?
Kind regards,
Clemens