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: 

Error with function modules generated from shdb

Former Member
0 Kudos

Hello

Im writing a series of function modules that will call transactions FD01, FD02 and FD06 (create, update, delete customer master records) Im trying to create them using the transaction recorder SHDB.

The modules <i>seem</i> to get generated ok. However I will eventually get a strange error if i try to activate/test the function module

<i>"The text literal "' %_RFC " is longer than 255 characters. Check whetheit ends correctly"</i>

This error occurs in the include that gets generated automatically. I haven't been able to figure out exactly when this happens, but as far as I can tell it happens when i get my second function module in the function group.

Any ideas will be greatly appreciated!

JRMB

1 REPLY 1

DirkAltmann
Active Participant
0 Kudos

Hi Juan,

is it possible that you has forgotten a closing ' behind '%_RFC in your function modules? Or is '%_RFC a part of a comment, then use " instead of '.

Regards,

Dirk