‎2007 Apr 16 4:43 PM
Hi, I'm using transaction PP02 (Maintain Plan Data) to create a new plan data. On the second dypnro you can create or edit a generic description test (there's a subscreen where you can do that). For that I execute registration in SM35, but when I execute the BI (in foreground), it give me an error at the point when editing in the text area (sort of index error). There's a solution in editing a generic text area using BI? Thanks for answers.
‎2007 Apr 16 4:56 PM
The text related information must be separately saved using SAVE_TEXT against recording the screenflow. YOu cannot record the screen flow for uploading/modifying the texts. If you BI employs a call transaction or session, the text information canot be saved using the normal BDCDATA structures.
Regards,
Ravi
‎2007 Apr 16 4:56 PM
The text related information must be separately saved using SAVE_TEXT against recording the screenflow. YOu cannot record the screen flow for uploading/modifying the texts. If you BI employs a call transaction or session, the text information canot be saved using the normal BDCDATA structures.
Regards,
Ravi
‎2007 Apr 17 1:27 PM
Ok, but in my situation (managing an infotype) , how i must fill the import parameters in this FM?