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

BDC_INSERT, screen .&. is invalid

Former Member
0 Likes
982

Hi All

-


I have a problem in LSMW when i want to create batch input for CA02 :

Object 0170 Routing

Method 0001 Batch input

Program name RCPTRA01

Program type B Batch input

RECTY Record type for batch input of task lists

Rule : Default settings

Coding: BI001-RECTY = '99'.

TCODE Transaction code

Coding: BI001-TCODE = 'CA02'.

In step Create batch input session i get the error message.

BDC_INSERT, screen .&. is invalid

can you please help,

rerostami

3 REPLIES 3
Read only

Former Member
0 Likes
624

Hi,

The program RCPTRA01 documentation says it only used for create routings, so it is not possible to change routings using this program.

Use BAPI method in your LSMW.

refer

Regards

Praveen

Read only

0 Likes
624

HI

your right ,Thank you for your answer.

regards

rerostami

Read only

Former Member
0 Likes
624

I should write abap code .