Dear Gurus,
Please help me solving the below issue.
I'm loading routings via LSMW using standard program RCPTRA01.
Currently I'm facing an issue while loading long texts for operations (structure BIPTX), because these are not created in the batch input session, even if they seem to be converted. Running the session in foreground is possible to see the batch input calling the box for long-texts, this is containing only the operation description (BIPPO-LTXA1), but no further data is filled in before closing the box.
On the LSMW side, after the data conversion the outcome that I can read in "Display Converted Data" is the following:
RECTY | Record type for batch input of task lists | 10 |
PLNTY | Task List Type | N |
PLNNR | Key for Task List Group | / |
PLNAL | Group Counter | 1 |
PLNFL | Sequence | / |
VORNR | Operation/Activity Number | 0010 |
UVORN | Suboperation | / |
PSNFH | Item number of the production resource/tool (batch input) | / |
ZAEHL | Counter (batch input) | / |
TEXT | Text editor text line | Text |
TXPARGRAPH | Tag column | / |
MERKNR | Inspection Characteristic Number (Batch Input) | / |
While creating the batch input session, I see that the 2 lines containing operation texts are transferred for BI:
<<PLPO texts read....... 000002>>
As prerequisite, in BIPPO I've declared "E" on TXTSP (as required in the documentation).
The PLNNR is missing since I'm using internal numbering for task list group.
The set/get option is turned off as specified.
Can you please help me guess why it's not working?
Many thanks in advance, best regards.