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

Does program RAALTD11 (LSMW) support tcode AS92 ?

Former Member
0 Likes
928

I need to mass change legacy assets. So I use LSMW, with program RAALTD11. Here are the error infomation:

AS92 E AU 261 Transaction code not specified or invalid.

Does this program support t-code as92? Thank you.

2 REPLIES 2
Read only

Former Member
0 Likes
576

Hi ,

Check the OSS notes it gives clear information for your query.

OSS NOte 94218 - RAALTD11: no change to existing master recs - AS92

Symptom

The purpose of Transaction AS92 is to change individual fixed assets once they have been transferred/taken over. This is the reason the function 'Change old data' (AS92) has not been implemented in program RAALTD11.

Nevertheless, if you attempt to transfer a file with Transaction code AS92 per RAALTD11, you find up to and including maintenance level 4.0C that error messages are generated, the reason for which is not particularly clear.

Additional key words

Data acquisition, AS92

Cause and prerequisites

The system lacks this function.

Solution

If old data is to be changed automatically, program RAALTD01 must be used.

To prevent RAALTD11 immediately terminating when you use AS92 and not running up against errors, you can implement the advance corrections as set out in the attachment.

In addition, call up Transaction SE80 "Object Browser".

Select Single object -> Other objects -> Edit

Select 'Message number', and enter 'AU' under message area and '261' under the message number.

Select Create.

Under short text enter "Transaction code not set or invalid".

Then Save the short text.

Select long text.

Enter the following text under "Diagnosis":

In the input file data record, either the transaction code (field BALTD-TCODE) was not transferred or an invalid value was.

Enter the following text under "System activities":

The fixed asset cannot be created.

Enter the following text under "Procedure":

Transfer only valid transaction codes in the input file. Transaction codes which can be processed by RAALTD11 are:

AS91 - Create old asset

AS94 - Create old asset sub-number

AS81 - Create old group asset

Save the long text.

Source code corrections

Cheers

VJ

Read only

Former Member
0 Likes
576

Thank you so much.