Application Development 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: 

Obsolete ABAP commands

Former Member
0 Kudos

hi friends,

Is it poosible to find out what are the Obsolete ABAP commands and Statements by comparing two different versions? an old version and an advanced version??

Is it stored in any table?

Pls Help

Regards

Dinesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Just check this link

http://www.nikat.org/www.geocities.com/victorav15/sapr3/abapobs.html

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb33cc358411d1829f0000e829fbfe/content.htm

You may have an overview wirth Solution Browser tool (at the solution point of view) in order to compare functionality between your current system and the ERP 2005.

at:

http://solutionbrowser.erp.sap.fmpmedia.com/

You can get the detailed release information from the following link.

http://service.sap.com/releasenotes.

A release note is a brief explanation of new features or changes to the system since the last software release. A release note typically describes a new function or an existing function that has been enhanced or changed.

Regards,

Padmam.

8 REPLIES 8

Former Member
0 Kudos

Hi,

Just check this link

http://www.nikat.org/www.geocities.com/victorav15/sapr3/abapobs.html

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb33cc358411d1829f0000e829fbfe/content.htm

You may have an overview wirth Solution Browser tool (at the solution point of view) in order to compare functionality between your current system and the ERP 2005.

at:

http://solutionbrowser.erp.sap.fmpmedia.com/

You can get the detailed release information from the following link.

http://service.sap.com/releasenotes.

A release note is a brief explanation of new features or changes to the system since the last software release. A release note typically describes a new function or an existing function that has been enhanced or changed.

Regards,

Padmam.

Former Member
0 Kudos

There is no such list for all Obsolete Statements.. but you can check individual statements with its F1 Help

thanks,

Chetan Shah

Former Member
0 Kudos

Former Member
0 Kudos

Hi <b>Dinesh</b>,

No literals over several lines

No continuation of field names beyond the end of the line

Type Definitions and Data Declarations

TABLES statement not allowed

Statement NODES not allowed.......................

No common data areas..................

No LIKE reference to Dictionary types...

No implicit specification of type, length, and decimal places.

Incorrect length specification in declaration

Operational Statements Not Allowed in Structure Definitions

Anonymous Components of Structures Not Allowed.

NON-LOCAL not allowed

No definition of field groups in methods

FIELDS not allowed

STATICS not allowed in instance methods

you can so many things like this and go...

<b>additional info :</b>

there is a <b>pdf file</b> available in sdn - obsolete abap user statements. kindly search if not i will send it 2 u..

<b>Reward pts if usefull :)</b>

regards

Sathish

0 Kudos

Hi Sathish,

Is the pdf file named "Obsolete ABAP Language Constructs" ??

Former Member
0 Kudos

Hi Dinesh ,

I feel doing an extended program check will give you a list of obsolete statements used in the program.

Regrads

Arun

0 Kudos

Hi Arun , Chetan and Padmam,

Thanks for your timely replies

So, the only option is Extended Program Check and F1 help. I'll do that.

Thanks

Dinesh

Former Member
0 Kudos

thanks guys !!!!!