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

Characteristics Upload in E&HS using LSMW

Former Member
0 Likes
1,282

Hi Gurus,

I am using Standard LSMW ( Standard batch/direct input) to upload characteristics in E&HS.

The Details about the standard batch/direct input are :

Object : 0150

Method : 0000

Program name : RCCTBI01

Program type : B

While uploading the characteristics, I am not able to update the field CLASS TYPE (i.e. KLART) in the restriction tab( last tab in the characteristics display). I couldn't find any field to map with the source field in the standard program.

Could you please help me out in this scenario?

Any sap note needed to be inmplemented for this?

Edited by: narenovernet on Aug 22, 2011 12:51 PM

1 ACCEPTED SOLUTION
Read only

0 Likes
1,127

use the program-RCCLBI02

8 REPLIES 8
Read only

JL23
Active Contributor
0 Likes
1,127

use BAPI method in LSMW:

business object BUS1088

method CREATE

SAP wrote in OSS note 213120:

As of Release 4.6A, the transactions of the class system are no longer suited for batch input.

If you have batch inputs from previous releases, you can continue using these since the old transactions still exist.

Where possible, use BAPIs or Direct Input instead of batch input. The old transactions will be eliminated in one of the future releases, so that the batch inputs will have to be converted anyway.

Read only

Former Member
0 Likes
1,127

HI Jürgen,

Very thanks for the quick response.

I have used BAPI method also, but further more it's generating the IDoc, which is not desirable for me.

Could you please help me out? how to go with BAPI method whichout generating the IDoc?

Read only

JL23
Active Contributor
0 Likes
1,127

what is the problem with an IDOC?

All BAPIs that I used in LSMW are creating IDOCs.

But if the IDOC does what you want, why then not using it?

Read only

Former Member
0 Likes
1,127

Hi Jurgen,

ok. Please guide me what will be the next procedure after generation of the IDOC? will the characteristics gets created after generation?

Could you please explain me the further procedure?

Read only

JL23
Active Contributor
0 Likes
1,127

when you choose BAPI or IDOC import method, then SAP will give you all extra steps in LSWM automatically.

step 13 - Idoc generation

step 14 - Idoc processing

step 15 - create Idoc overview

step 16 - IDoc Follow-Up

if all idocs are posted succesfully, then you dont need step 15 and 16.

before you use IDOCs you have to activate Idoc processing.

It is directly in the first screen when you call LSMW, before you go into your object, choose from menu settings > Idoc Inbound processing.

details can be read: http://help.sap.com/saphelp_nw70/helpdata/en/d4/0a43a124e8924ea890cf0855860db5/frameset.htm

Read only

0 Likes
1,128

use the program-RCCLBI02

Read only

0 Likes
1,127

Hi Vijay,

This program is used for Class creation & not for Characteristics creation. Any Other reference ?

Edited by: narenovernet on Aug 22, 2011 1:15 PM

Read only

0 Likes
1,127

Hi,

Use the below combintaion which will create classification and characteristics at a time.

0130 Classification

0001 Batch Input

RCCLBI02

B Batch Input

vijay Gurav