Application Development 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: 

Smartform Error : Field 08 Does not exist

former_member1050074
Participant
0 Kudos


Hi Friends

We are facing one strange issue in smartform " Field 08 does not exist".

Same form is working for some invoices but not for all the invoices.

Not sure which field input is missing, Is there any way to find the field name

Right now it shows field 08 is missing in output log.

Any inputs will be appreciated.

Thanks

Gowrishankar

1 REPLY 1

naimesh_patel
Active Contributor

There must be some variable in some text with &08&. This might be wrapped in some condition so it doesn't happen for all invoices.

The error is coming from the FM SSFRT_SYMBOL_VALUE. Search for error message 604 and put the break point in the FM. Try to generate the output again and see from where you are getting the error.

This may be helpful once you know the the node or the text name which has the value &08&

Trick to Find Any Node in Smartforms - ABAP Help Blog

Regards,
Naimesh Patel