‎2011 Aug 22 11:22 AM
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
‎2011 Aug 22 12:04 PM
‎2011 Aug 22 11:55 AM
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.
‎2011 Aug 22 12:03 PM
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?
‎2011 Aug 22 12:32 PM
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?
‎2011 Aug 22 12:53 PM
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?
‎2011 Aug 22 1:25 PM
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
‎2011 Aug 22 12:04 PM
‎2011 Aug 22 12:14 PM
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
‎2011 Aug 22 12:16 PM
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