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

RCS12001 stop working

Former Member
0 Likes
667

Dear Memebers,
I have used RCS12001 (BOM) in my abap code. It give the rows for BOM against material. But suddenly yesterday it stop working, now it did not get any row against material. Now this message is shown in screen.

500001415//PP01 no BOM is available

The Code is as under...

SUBMIT ZRCS12001
WITH PM_MTNRV EQ SO-MATNR
WITH PM_WERKS EQ SO-WERKS
WITH PM_CAPID EQ 'PP01'
WITH PM_DATUV EQ SY-DATUM
WITH PM_EMENG EQ SO-KWMENG
AND RETURN.


IMPORT ALV_STB FROM MEMORY ID 'ALV'.

Please help me how to resolve this issue.

Dear Memebers,
I have used RCS12001 (BOM) in my abap code. It give the rows for BOM against material. But suddenly yesterday it stop working, now it did not get any row against material. Now this message is shown in screen.

500001415//PP01 no BOM is available

The Code is as under...

SUBMIT ZRCS12001
WITH PM_MTNRV EQ SO-MATNR
WITH PM_WERKS EQ SO-WERKS
WITH PM_CAPID EQ 'PP01'
WITH PM_DATUV EQ SY-DATUM
WITH PM_EMENG EQ SO-KWMENG
AND RETURN.


IMPORT ALV_STB FROM MEMORY ID 'ALV'.

Please help me how to resolve this issue.

0 REPLIES 0