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: 

Uploading Planned Independent Requirements

Former Member
0 Kudos

Hi Wizards,

Could anyone please help me out in uploading Planned Independent requirements for PP module? I have tried using the Direct Input method with:

Object: 0180

Method: 0000/0001

Program name: RM60IN01

Program type: D (Direct Input)

However, it is telling me that the sequential file could not be found. I tried by copying the name of the logical file name created during specifying the file name. but that also does not help.

The recording method does not work.

Please help.

Regards,

Abhik

3 REPLIES 3

Former Member
0 Kudos

Hi Abhik Dattha,

cool! no need to send me the program because I'm done with it already. I used it to update PBED and PBIM tables related to MD61 also. That was in my previous implementation project.

so you also implement the same.

see this links too

http://www.quadrate.co.uk/knowledge-base/md62-(change-planned-independent-requirements)-%E2%80%93-re...

http://help.sap.com/saphelp_scm50/helpdata/en/58/39df3a6610696ae10000000a11402f/content.htm

help.sap.com/bp_autov1500/Auto_JP/Documentation/BP_Auto_Function_List_EN_JP.xls -

thanks

sagar

reward me points if usefull

0 Kudos

Hi,

I did not send you the program. I just requested a solution for uploading the planned independent requirements. Also, I am using SAP R/3 ECC 6.0 hence the links for APO is of no use.

Is there any other way of doing this?

Regards,

Abhik

Former Member
0 Kudos

Hi,

This is Eswar.

here we have a requirement to uplaod PIR into sap when the data is given in an excel file.

i used 2 bapi's for this purpose.

1.BAPI_REQUIREMENTS_CREATE

CALL FUNCTION 'BAPI_REQUIREMENTS_CREATE'

EXPORTING

requirements_item = is_ritem

do_commit = 'X'

update_mode = 'X'

TABLES

requirements_schedule_in = it_sline

return = it_return.

2.BAPI_REQUIREMENTS_CHANGE

CALL FUNCTION 'BAPI_REQUIREMENTS_CHANGE'

EXPORTING

material = w_material

plant = w_plant

requirementstype = c_lsf

version = c_00

reqmtsplannumber = w_req_number

vers_activ = c_chk

do_commit = c_chk

update_mode = c_chk

TABLES

requirements_schedule_in = it_sline

return = it_return.

Hope this will help u.

Thanks

Eswar rao. Akasapu