‎2013 Sep 27 9:58 AM
Hi,
Is there a table where I can do a search to look for a string from a sapscript?
I'll describe my problem....I need to update the name of a company in a series of sapscripts.
If a do a FBZP and take every company one at a time and check by hand if the name was updated, it will take awhile as there are hundreds.
I'm hopping that there is a table where the text from the sapscript is stored and where I can do a search for the string that I want updated and do a SM30.
Regards,
Nick
‎2013 Sep 27 11:02 AM
Hi
The text of sapscript is stored in a cluster table so you can't update it by SM30, so you can update i b SE71
Max
‎2013 Sep 27 10:47 AM
Hi,
Not fully understand your question.
can you please check table TTXID / STXH / STXL / TTXOB ?
Thanks
Gourav.
‎2013 Sep 27 1:05 PM
‎2013 Sep 27 11:02 AM
Hi
The text of sapscript is stored in a cluster table so you can't update it by SM30, so you can update i b SE71
Max
‎2013 Sep 27 1:02 PM
Thanks Max for your answer...I though the same too...but since I'm kind of new to SAP, I hopped it was some table that I can use to update them all at once.
‎2013 Sep 27 2:51 PM
Hi
But the company name is set in a master data table (T001) so if it changes the name in the table, the sapscript automatically should be displyed the new name.
If you need to change the name in the sapscript, it means the name was hardcopied....not good job
Max
‎2013 Sep 27 3:20 PM
Hi,
exactly...the name was hardcopied...I though at the same thing too...It should have read the t001 table and take the field from there...
Nick