Hello Gentlemen,
I've uploaded an invoice smartform from an other system and when I run this it stops without a message. With debug I found the error SMARTFORMS No 400 Object /SMB40/SF.
After checking three times my form for this style I found the following section in /1BCDWB/LSF00000011F01:
%SECTION-NAME = '%OUTATTRIB35'. %SECTION-STYLE = '/SMB40/SF'. %SECTION-LANGU = %LANGUAGES-LANGU1. CALL FUNCTION 'SSFCOMP_BEGIN_SECTION' EXPORTING SECTION = %SECTION EXCEPTIONS OTHERS = 1. IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.
This is located in the main section of the items table in window main between two different programms from the invoice form.
Questions:
Where is the source for the generated programm? Can I change this?
How can I create or upload /SMB40/SF? In my current system the name space and the style are missing ?
Do you have another idea to solve this issue?
Thanks a lot and regards
Stefan