Application Development and Automation 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: 
Read only

Edit a text area in a Batch Input process.

Former Member
0 Likes
856

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

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

2 REPLIES 2
Read only

Former Member
0 Likes
512

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

Read only

0 Likes
511

Ok, but in my situation (managing an infotype) , how i must fill the import parameters in this FM?