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: 

Recent Activity

Resolved! Address field to IT0023

How do I add the Address field to IT0023? The fields exist in the database table PA0023 but are not present in the Front end screen of IT 0023. Neither has the screen been modified to hide the field. How to bring this into front end?Remember this is ...

Message long text

Hi Guys,In one of the program I made I display an error message which flashes on the status bar. Now I wanted to pass some data which the user could see when he/she double clicks in the status bar and long text is displayed. I created a message class...

Resolved! regarding user command

DATA: NUMBER1 TYPE I VALUE 20, NUMBER2 TYPE I VALUE 5, RESULT TYPE I.START-OF-SELECTION. WRITE: / NUMBER1, '?', NUMBER2.AT USER-COMMAND. CASE SY-UCOMM. WHEN 'ADD'. RESULT = NUMBER1 + NUMBER2. WHEN 'SUBR'. RESULT = NUMBER...

Resolved! How to get Destination ?

Hy,Maybe anyone call tell me the simple way, how can I get the destination name for an IP adresse.I already found a FM, which can convert the IP to Hostname? <b>RFC_IP_TO_HOST</b>But I need the destionation name.Thanks a lot in advance,attila

ECC 6.0

hi to all ,i have worked on 4.7 so far. my next project is going to start soon in ECC 6.0.can any body tell me if any coding standards and systax rules in ECC 6.0?Regards ,Kiran.

Resolved! About u0093START-OF-SELECTIONu0094

Hi,Can you tell me why the “START-OF-SELECTION” is necessary in the following report.Actually, without it, the error msg is "Statement is not accessible".PS: when and how to use the “START-OF-SELECTION” rightly.Thank you !Report zmyabap_objectorient...

Resolved! optimize code

please give the optimise code for following and please give reason.2.C4A = '000'. SELECT * FROM T100 WHERE SPRSL = 'D' AND ARBGB = '00'. CHECK: T100-MSGNR > C4A. C4A = T100-MSGNR. ENDSELECT.3. LOOP AT TAB. ...

Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.