cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in LSMW for Routing. Urgent

Former Member
0 Kudos

Hello all,

I am doing LSMW for Routing. The object attributes are

Object 0170 Routing

Method 0001 Batch inpu

Program name RCPTRA01

Program type B Batch input

The material number MATNR and the plant WERKS is not getting filled up in the initial screen (CA01 tcode). The fields are RC27M-MATNR and RC27M-WERKS. But all other fields are getting filled up.

I have given the structure relation to BI001, BIMPL, BIPKO, BIPFL, BIPPO.

When I checked the program RCPTRA01, I could able to find out the below code which actually passes space to the above fields.

  • Material

BDC_TAB-FNAM = 'RC27M-MATNR'.

BDC_TAB-FVAL = SPACE.

APPEND BDC_TAB.

CLEAR BDC_TAB.

  • Werk

BDC_TAB-FNAM = 'RC27M-WERKS'.

BDC_TAB-FVAL = SPACE.

APPEND BDC_TAB.

CLEAR BDC_TAB.

How to go about this.

Awaiting your reply,

Thanks in advance,

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

former_member214131
Active Contributor
0 Kudos

Former Member
0 Kudos

Hi,

Im trying to load long text for Operations using the program RCPTRA01 however the screen sequence dosn't even enter the long text area, is there is anything specific that i would have to do to make sure the long text gets in

Answers (0)