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

RFVDEDIT - SAPScript Editor Call-up

Former Member
0 Likes
615

We have some text maintained which I can view through RFVDEDIT program by giving the Object, Text ID.

However I want to create a new text id, could anyone let me know how to create a new text id and its contents

thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
572

Hi,

Text IDs (and text objects) can be maintained in view V_TTXIDI.

Regards,

Nick

Read only

Former Member
0 Likes
572

Hi Nick,

Thanks, but I want to maintain around 100 lines of text for that text ID, they have already maintained many other textx which I can view through program RVFDEDIT and RFVDEDIT_RE, the text interface will be similar to standard textx SO10 , can anyone help me how to create that text which I can view through RFVDEDIT program, I dont want to maintain in SO10, as the existing process is to maintain in RFVDEDIT

Read only

0 Likes
572

Hi,

If you can't use SO10 for some reason, RFVDEDIT can be used to create a new text.  Specify an existing Object and ID and the name of your new Text, press execute and you get an empty text editor.  Paste, Save and you're done.

regards,

Nick

Read only

Former Member
0 Likes
572

Hi Prince,

What you need to do is Select any existing object from V_TTXIDI or Create you own object as similar to any existing one and Go to the program RVFDEDIT and provide that object name (From  V_TTXIDI Newly created or existing one),  and any name you want to give to your text(Ex: New_Text) and Id(From  V_TTXIDI ) and Language as EN or your own choice and execute the program, Now select the radio button OFF and click on choose, in the next screen you can write your 100 or more lines and click on save. Do remember your Object, ID, Name and Lang to edit or display it later using the RVFDEDIT program.

Regards,

Ameen.