Application Development 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: 

Upload Summary Production History data

Former Member
0 Kudos

Hi All,

I want to upload data for summary production history data, scenario is that there is no transaction to upload the data and there is a table called s225 that contains the data related to summary production history data. I can not use any BDC or LSMW. Does any one of you know about any BAPI through which I can upload the data into table s225 or I will have to directly insert the records from data file using a report into table s225. What should be the right approach when there is no transaction defined to upload data and no BAPI is also given.

Thanks

Mahen

3 REPLIES 3

Former Member
0 Kudos

Hi Mahender,

1. Are u sure only one table S225 is involved for this ?

2. If so, then u can directly upload

into this table using

GUI_UPLOAD (upload data into ITAB, same structure as S225)

MODIFY (sql)

ie. Modify S225 from itab

(in one shot)

3. However, it is not recommended

to tamper data of standard tables directly.

sap may stop support due to this !

regards,

amit m.

Message was edited by: Amit Mittal

Former Member
0 Kudos

To answer your question I would say that there are very specific fields that have to be updated in table s225 and all the fields are available in s225, It can be done using Insert statement, this is my perspective what do you say.

Thanks

Mahend

Former Member
0 Kudos

Hi again,

1. If u are sure and confident

about the table and its relation

to sap r/3 transactions,

then go for it. no problem.

regards,

amit m.