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

Insert field display autotextlist

Former Member
0 Likes
2,186

Hi expert,

when i insert a field &gv_2d& in smartform, it display autotextlist, it should display as &gv_2d&

how to fix? thanks

Hi expert,

when i insert a field &gv_2d& in smartform, it display autotextlist, it should display as &gv_2d&

how to fix? thanks

5 REPLIES 5
Read only

Former Member
0 Likes
2,049

Please find attached.

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,049

I don't know what { ... }, what is AUTOTEXTLIST, and why you see this:

{ AUTOTEXTLIST &GV_2D& }

you should see this:

&GV_2D&

Maybe a Word macro issue for SMARTFORMS / incompatibility with your Microsoft Word version. Search "SAPSCRIPTWORDINTEGRATION2" in SAP notes. Open a ticket at SAP support if you don't find any relevant note.

Workaround: use the little button at bottom left of the "Insert field" button to enter the SAPScript text editor to fix the error manually.

NB: in my 7.52 system, if I use the button "Insert field" and I enter &GV_2D&, the line &GV_2D& is correctly inserted without that { AUTOTEXTLIST ... } stuff...

Read only

former_member753791
Participant
0 Likes
2,048

Hi Victor,

This is an SAP setting issue. You should ask your IT-support team to re-install this SAP Smartform feature and you'll be good to go.

Also don't use Insert field, instead press CTRL + Shift +F4 key to enable the Field list on/off and drag your variable gv_2d in the required text area element maybe from import interface or global declarations among the various options in Field list on/off.

Regards,

Rohit

Read only

2,048

Hi All experts,

I re-installed the word, the issue solved. thanks very much.

Regards

Victor

Read only

0 Likes
2,048

vic90- Thank you for the feedback. To help other people with the same issue, you could post it as an answer and mark it as best answer/accepted. Thank you!