We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-dev] Update Master Data of CLASSIFICATION (ct02)

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from R. N. Wilhite on Aug 22 at 8:23 AM
Why not use a BAPI?

---------------Original Message---------------
From: INBUMA
Sent: Wednesday, August 22, 2012 4:13 AM
Subject: Update Master Data of CLASSIFICATION (ct02)

Hi,

When i have a lot of classifications to load i take the report RCCLBI03. (It is very fast)
You have to prepare a file with 2 structures (BIKSSK/BIAUSP)
CLEAR BIKSSK.
BIKSSK-STYPE = 1.
BIKSSK-TCODE = 'CL20N'. (Transaction-name)
BIKSSK-MAFID = 'O'.
BIKSSK-KLART = '001'.
BIKSSK-OBJEK = ##MATNR##. BIKSSK-CLASS = ##CLASS-Name##.
BIKSSK-OBTAB = 'MARA'.
*
TRANSFER BIKSSK TO Z_FILE_NAME LENGTH 132.

CLEAR: biausp.
biausp-stype = 2.
biausp-atnam = 'DESCRIPTION_2'.
biausp-atwrt = 'test'.
*
TRANSFER BIausp TO Z_FILE_NAME LENGTH 68.

To check your file you can list (or change) it with transaction CLB3.
~
The information are from :
Transaction SXDB Menue "DX Tools"
Object type BUS3060 Program type DINP ?.

You can also look in the function group CLBPA to get Function modules.

Kind regards
IB

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2012 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
R. N. Wilhite  
Senior Project Manager
24 achievements
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language