cancel
Showing results for 
Search instead for 
Did you mean: 

PaPM On-Premise RFA to Post Account Document - Extension2

0 Kudos
346

Hello,

I have a problem for Extension2 part of the Finance GL Items RFA. I need to post Extension 2 and Value Part1 values. I have defined a structure for the Extension2. I have about 14 fields in the structure and each of this field will come from input function. In order to fill data for this structure I am preparing data by using formula as below:

|{ <ls_data>-field1}{ <ls_data>-field2 }......{ <ls_data>-field13 }|

Technical lenght of these fields (lenght of data elements) is about 50 Char in total. Value Part 1 of Extension 2 has 244 CHAR available in HANA. During activation of the RFA function I got the error message "The line length '269' of line number '231' in the source code is invalid." the part 269 is decreasing when I delete some fields from formula and activates successfully at a certain character lenght but I couldnt find a limitation or information anywhere.

How can I resolve this error, I need the send all values to the structure, otherwise Accounting data is incomplete.

How can I skip this activation error?

Thanks in advance for your helps.

Ahmet

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,

I have investigated that the code generated by the system is limited for each line to about 250 char. Normally I expect system to divide total code into several lines when it is needed. But instead, system automatically trying to have 1 single line for each field.

I have solved the problem by concatanation of the related fields within the source function by a new additional field.

Have a nice day