2012 Jun 22 2:19 AM
Hi Experts,
i knew that through se75, we can get the text object, text id details.
but i would like to actually edit the text maintained for a particular text-Id. i could not find that text through SO10.
My object is VBBP, no where i could not find the actual text maintained for my text-id.
so, kidnly can someone direct me where can i find the text?
Thanks in Advance,
Sankar
2012 Jun 22 10:31 AM
How do you want to edit text.
- Transaction is VA02 but i suppose you know it (But I cannot recommend BDC)
- If you want to edit it programmatically, then use the FM : READ_TEXT, EDIT_TEXT, SAVE_TEXT etc. filling the key with OBJET = 'VBBP', NAME = order + line, ID = 0001 and correct language. (Many threads exist on those FM)
- You could also consider BAPI_SALESORDER_CHANGE (look at parameters ORDER_TEXT)
Remarks:
- Texts are stored in a cluster type table, you can find readable information on STXH (filter with 'VBBP' and order number as for READ_TEXT) but STXL data will look like hexadecimal garbage.
- SO10 is intended for STANDARD texts, not for applicative texts which are maintained thru application's transactions.
Regards,
Raymond
Hi Sankar,
Did you check the available information.Check in tables Check in stxh and stxl.
Regards,
Madhu.
2012 Jun 22 4:43 AM
Hi Sankar,
Did you check the available information.Check in tables Check in stxh and stxl.
Regards,
Madhu.
2012 Jun 22 5:41 AM
HI Madhu,
Thanks For the reply.
i have checked the tables like stxh, stxl, sxtb etc.., but i could not reached to text location where i could edit it.
Thanks,
Sankar
2012 Jun 22 6:02 AM
2012 Jun 22 10:31 AM
How do you want to edit text.
- Transaction is VA02 but i suppose you know it (But I cannot recommend BDC)
- If you want to edit it programmatically, then use the FM : READ_TEXT, EDIT_TEXT, SAVE_TEXT etc. filling the key with OBJET = 'VBBP', NAME = order + line, ID = 0001 and correct language. (Many threads exist on those FM)
- You could also consider BAPI_SALESORDER_CHANGE (look at parameters ORDER_TEXT)
Remarks:
- Texts are stored in a cluster type table, you can find readable information on STXH (filter with 'VBBP' and order number as for READ_TEXT) but STXL data will look like hexadecimal garbage.
- SO10 is intended for STANDARD texts, not for applicative texts which are maintained thru application's transactions.
Regards,
Raymond
2012 Jun 25 3:19 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |