cancel
Showing results for 
Search instead for 
Did you mean: 

smartform problem with text element

Former Member
0 Kudos

Hi,

In smartforms text element, we have this variable; &V_TEXT2(L)&.

My question is, what does the 'L' means there? what is it's purpose?

when we pass on numeric values into it, it's converted to something else. It does not show the correct output.

example:

v_text2 = 6245183

shown on the report is HEIS57YR18MO3 DY.

thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you search for 'SAPscript formatting options' you'll probably find this;

http://help.sap.com/saphelp_47x200/helpdata/en/d1/8034d4454211d189710000e8322d00/content.htm

Regards,

Nick

Former Member
0 Kudos

Thanks Nick.

Do you know where does it gets its converted value?

Former Member
0 Kudos

Hi,

Check the code in function module CONVERSION_EXIT_JPDAT_OUTPUT. This is for edit mask JPDAT

Regards

Answers (1)

Answers (1)

former_member559067
Participant
0 Kudos

Freishz,

Please refer below link.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf

page 72.

Regards,

Anmol Saxena.