Abap fresher's doubt

SELECT distinct vbeln vbtyp vkorg vtweg  spart vkgrp kunnr kostl
      FROM vbak
      INTO TABLE gt_vbak
      WHERE vbeln in s_vbeln-
      or vkorg = p_vkorg or
       vtweg = p_vtweg or
        spart = p_spart.
here: s_vbeln is select-option for vbak-vbeln.
problem with above query is that:
   if i enter only '5000' in s_vbeln then also it is giving additional fields like '50000011'

Moderator message - Welcome to SCN
Unfortunately, this forum is not a place to learn ABAP. I suggest that you get one of the good ABAP books that are out there and maybe join an internet forum that caters to beginners
post locked
Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], How to post code in SCN, and some things NOT to do... and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again.
Rob

Similar Messages

  • ABAP Fresher resume

    Hi,
    I'm a Technical Writer with 2+ yrs of experience in IT. I'm pursuing a certification course in SAP ABAP/4. Can anyone guide me regarding the scope of getting a job as ABAP developer?
    Can anyone provide a sample ABAP fresher resume?
    Thanks,
    Arathi

    Hi,
    Go to this link and post your question for certification. Not in this forum-
    /community [original link is broken]
    Regards,
    Sujit

  • ABAP FRESHER WANT TO KNOW WHAT ARE ALL THE MANDT FUNCTION MODULES

    WHAT ARE THE FUNCTION MODULES WANT TO KNOW AS A ABAP FRESHER, AND WHAT THINGS WANT TO LEARN THAT FUNCTION MODULES  PLEASE GIVE ME SOME BRIEF PROCEDURE.
    Moderator message: I suggest you read the Rules of Engagement of this forum first.
    Edited by: kishan P on Nov 23, 2010 1:45 PM

    Hi jyothi,
    Thanks for your reply.
    I know how to read the text elements, For the FM you said, i have to pass each langu (form t002) for each text element and check if it is maintained in that langu or not.
    that was not my question, i should first know all the langu, so that i can use the READ statement for only those langu to get the texts.
    checking for all the langu causes redundancy is what i feel.
    Regards,
    Sowjanya

  • Plz help ABAP fresher

    i created selection screen lik this:-
    S_BEGDA FOR P2001-BEGDA,   
    S_ENDDA FOR P2001-ENDDA,
    S_BTRTL FOR P0001-BTRTL.   
    ZWSOABS is a table having only one field "  ABSTYP ".
    <u><b>CAN ANYONE SEND THE CODE FOR THIS:-</b></u>
    1.     Get Date(P2001- BEGDA and P2001- ENDDA) using selection criteria from selection screen
    2.     Get Personnel sub area from the table PA0001
    3.     Number of Occurrence is the Total number of Absences, which were recorded, in the specific period.
    4.     Get all the Absences from the table ZWSOABS which were recorded in the specific period (P2001- BEGDA and P2001- ENDDA).
    5.     Number of Workers is the Average number of workers who worked in the recording period excluding those persons who were absent from work on paid/unpaid leave for the entire period.
    6.     Get the Number of Workers from PA0000 using the following:
    -     Select Count (*) from PA0000 where PA0000-ENDDA = ‘31/12/9999’ and PA0000-STAT2 = ‘3’
    7.     Perform the report
    I WANT TO DISPLAY THIS FIELD (INCIDENT RATE) where
    incident rate = Number of Occurrences in the period /   Number of Workers * 100
    <u><b>YOUR HELP IS APPRECIATED.</b></u>

    I would suggest award points to the many people who have helped you in this other post first.   Also, mark this one as closed, as now you have duplicate posts.
    please help me for ABAP Fresher ..it's very urgent
    Regards,
    Rich Heilman

  • ABAP Proxy creation doubt   -  Pls Help

    Hi Friends ,
                          I have referred the following blog for abap proxy creation
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
                      as per the previous replies , <b>we have to generate proxiy from R3 syetm</b> . <b>But</b> in this weblog they are <b>generating from XI server</b> ?
                          The  have doubt  in the following passges
    1.
    <i>We use two clients of XI here. <b>Client 100 acts as XI server</b> .<b>Client 105 acts as a client ABAP proxy</b> which sends employee information as a message to XI which routes the info to a file. Logical flow is depicted as shown below. Note that conversion of sending system format to XI specific format is not done at the outbound side of the XI server.</i>
    <b>
               a.  i have webAS 6.40 . i have  R3 6 . So i can generate proxy from R3 it self right ? then how to procedd further .
                b. So Proxy and report to call proxy also from R3 SIDE ?
                c. If No sender agreement  required then in IR only receiver determination and receiver agreement is enough ? 
                d. Then in receiver Detrmination , do i need to give Business system as sender service ?
                  </b>
            <b>    can u please explain this a little bit more ?</b>
    Regards.,
    Shyam

    Hi Shyam,
    <b>we have to generate proxiy from R3 syetm . But in this weblog they are generating from XI server ?</b>
       In this blog, Ravi has taken two different clients in the same system. As the abap code is client independent so it can be generated anywhere irrespective of clients. But while executing the report we cannot do it from the same client as of the IS.So we need to trigger the report from the client 105 which is considered as the client proxy.
      check Triggering ABAP PROXY in the blog.
    <b>c. If No sender agreement required then in IR only receiver determination and receiver agreement is enough ?</b>
       Yes.
    <b>d. Then in receiver Detrmination , do i need to give Business system as sender service ?</b> 
    You can create business system for the R/3 and use it in RD.But the business system dont have any sender communication channel and no need of sender agreement as the data will directly hit the IE of XI.
    Regards,
    Prasanthi.

  • ABAP list display doubt

    Hi ABAP guru's,
            I have a new requirement , in report i have Two internal tables populated with data . when iam executing program. data  in the first internal table should be displayed ( suppose 1st internal table  has 10 records). In the output list screen i kept one button in toolbar . buy pressing that i need second internal table should be displayed from next line. that is second internal table should be displayed from (suppose )11th line of same list output.
           2nd internal table should not displayed immediatley after executing program. once i press button in toolbar. 2nd internal table should be displayed below the first internal table.
                  please reply soon.
    Points guaranteed. 
    Thanks®ards,
    Hemanth.

    Hi atish ,
                Thanks for quick reply, but my requirement is not that, I should not go to secondary list , i have to display the 2nd internal table in the same list. below the the 1st internal table but after i push the button in menu.
                      I hope someone reply's the my query. points are gauranteed.
    Thanks&regards,
    Hemanth

  • Hi Gurus ABAP FRESHER RESUME

    Hi gurus,
    i want ABAP Freshers sample resume.
    please help me.
    Please send the resume to this mail id [email protected]
    Thanks & Regards
    raja

    Name : XXXXXXXXXX
    Phone No. XXXXXX
    Email ID :XXXXXXx
    Objective
                  Looking far ward for an opportunity in a challenging environment, where I can utilize my experience and skills and contribute to the success of organization and also for improving my personal skills.
    ACADAMIC QUALIFICATIONS:
    &#61607;     ………………………………………..
    &#61607;     M.P.C form Board of Intermediate.
    &#61607;      S.S.C from Board of Secondary.
    SOFTWARE SKILLS:
    Programming Languages      :     C, C++, and Java.
    Operating System           :     MS-Dos, Windows.
    Package                :     MS-Office.
    DBMS                     :     Dbase 3Plus, SQL.
    Methodologies           :     UML, Rational Rose.
    Concepts                :     DBMS, Software Engineering.
    Web Technologies               :         HTML, Dhtml, Dream weaver, FrontPage.
    ERPs:
    SAP R/3-ABAP 4.7C
    &#61607;     ABAP Workbench tools (Data Dictionary).
    &#61607;     ABAP-Reports (Classical & Interactive).
    &#61607;     ALVs with Function Modules.
    &#61607;     Interfaces, File Handling, Call Transaction, Dialog Programming, Performance Tools.
    &#61607;     SAP Scripts, Smart Forms.
    &#61607;     User Exits / Enhancements.
    &#61607;     Conceptual Knowledge of ALE, IDOCs, EDI, BAPI, Workflow.
    PROFESSIONAL NON-SAP EXPERIENCE:
         Project #1:  
    Title               :     XXXXXXXXXXXXXXX
    Client               :     XXXXXXXXXXXXXXXX.
    Environment          :     XXXXXXXX
    Duration          :     Dec’2003 to Mar’2004
    Description: The main objective of this project is to achieve a secure data communication. In this project I have used TCP/IP socket programming for exchange of data. The process overall work asynchronously have also provide security for the data being transmitted using the encryption and decryption algorithms. The data to be transmitted is first passed through the encryption algorithm to provide cipher text is then transmitted serially using TCP/IP sockets. The received data cipher text at the other end is passed through the decryption algorithm to get the actual data.
    Project   #2
    Title                  :      XXXXXXXXX
    Web site            :     XXXXXXXXX
    Client            :      XXXXXXXXXXX
    Organization     :     XXXXXXXXXXXXX.
    Environment          :         HTML, Dhtml, Dream weaver.
    Role               :     Involved in coding, design and development.
    This is an informative web site planned by XXXXXXXXXX, XXXXXXX Authorities to give information to the people about department activities, tourist information, and business opportunities.
    PERSONAL PROFILE:
    Name                    :     XXXXXXXXXX
    Father’s Name          :     XXXXXXXXXXXXXXX
    Date of Birth               :     XXXXXXXX
    Mother Tongue          :     XXXXXXX
    Languages Known          :     XXXXXXXXXXXXXXX
    Gender               :     XXXXXXXXXX
    Hobbies               :     Watching Cricket, Listening to Music
    Strengths               :     Honest & Self-Confidence
    Address                :     XXXXXXXXXXX

  • ABAP SCREEN PAINTER DOUBT

    Hi friends,
    Any one can tell me the solution to resolve the error maximum number of internal sessions reached  .
    regards,
    p.varadarajan

    Hi
    Ossnote .... 34154 is very interesting.
    This is concerned with internal sessions: The R/3 System offers the option to change from one information level to another: by branching in the menu path (for example "Goto" or "Information system"), double-clicking in ABAP lists, cross-references in hypertext and so on. Technically speaking, you call one program/transaction from within another one (ABAP/4 statements CALL DIALOG or CALL TRANSACTION, but not CALL SCREEN). For the user, it is desirable that this process is reversible, that is, that you can also go back step by step. The whole path is therefore stored in a stack of so-called internal sessions. If the maximum number of internal sessions is reached, you cannot go any further.
    <b>This maximum number is hardcoded as 9, and this cannot be changed.</b>
    Regards
    Raj

  • Abap fresher

    Hi,
    please help me i m new to sap. can any one help me to learn abap reports with real time programming.
    Moderator Message Take a classroom course. This is not a Training Forum.
    Edited by: kishan P on Dec 1, 2010 9:42 AM

    Hi,
    please help me i m new to sap. can any one help me to learn abap reports with real time programming.
    Moderator Message Take a classroom course. This is not a Training Forum.
    Edited by: kishan P on Dec 1, 2010 9:42 AM

  • Urgent  job needed as abap fresher

    hi all guys i urgently need a job i ab an abap certified consultant lookin 4 a job very desperately.
    mail me at [email protected] if anybody have any openings.

    Hi,
    you can do this in two ways
    1) In the select Query itself you mention under where clause
    indicator = 'N'. i.e select * from db
                                          into table itab
                                           where indicator = 'N'.
    2) in the loop include the same  where clause like this.
       loop at itab into wa where indicator = 'N'.
         write : / fl1,
                    fl2,
                    fl3.
        endloop.
    do it anyways your problem will be solved.
    Reward some points.
    Bye,
    Anomitro

  • Please help me for ABAP Fresher ..it's very urgent

    In my selection screen ...i wrote like this:
    SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
        SELECT-OPTIONS : S_BEGDA FOR P2001-BEGDA,   
                         S_ENDDA FOR P2001-ENDDA,   
                         S_BTRTL FOR P0001-BTRTL.
    SELECTION-SCREEN : END OF BLOCK B1.
    Flow of the Report:-
    1. Get Date(P2001- BEGDA and P2001- ENDDA) using selection criteria from selection screen
    2. Get Personnel sub area from the table PA0001
    3. Number of Occurrence is the Total number of Absences which were recorded in the specific period.
    4. Get all the Absences from the table ZWSOABS which were recorded in the specific period (P2001- BEGDA and P2001- ENDDA).
    5. Number of Workers is the Average number of workers who worked in the recording period excluding those persons who were absent from work on paid/unpaid leave for the entire period.
    6. Get the Number of Workers from PA0000 using the following:
    - Select Count(*) from PA0000 where PA0000-ENDDA = ‘31/12/9999’ and PA0000-STAT2 = ‘3’
    7. Perform the report
    Further Information:- The Incidence rate is the number of occurrences of injury/disease for each one hundred workers employed. The following formula should be applied:
    Number of Occurrences in the period /Number of Workers * 100
    The “number of occurrences in the period” refers to all cases of lost time injury/disease, which were recorded in the specific period. The “number of workers” is defined as the average number of workers who worked in the recording period. Persons who were absent from work on paid or unpaid leave for the entire period should be excluded from this calculation.
    CAN ANYONE PLEASE SEND ME THE CODE?
    YOUR HELP IS DEFINITELY REWARDED BY POINTS

    In my selection screen ...i wrote like this:
    SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    SELECT-OPTIONS : S_BEGDA FOR P2001-BEGDA,
    S_ENDDA FOR P2001-ENDDA,
    S_BTRTL FOR P0001-BTRTL.
    SELECTION-SCREEN : END OF BLOCK B1.
    PLEASE SEND THE CODE FOR THIS:-
    Flow of the Report:-
    1. Get Date(P2001- BEGDA and P2001- ENDDA) using selection criteria from selection screen
    2. Get Personnel sub area from the table PA0001
    3. Number of Occurrence is the Total number of Absences which were recorded in the specific period.
    4. Get all the Absences from the table ZWSOABS which were recorded in the specific period (P2001- BEGDA and P2001- ENDDA).
    5. Number of Workers is the Average number of workers who worked in the recording period excluding those persons who were absent from work on paid/unpaid leave for the entire period.
    6. Get the Number of Workers from PA0000 using the following:
    - Select Count(*) from PA0000 where PA0000-ENDDA = ‘31/12/9999’ and PA0000-STAT2 = ‘3’
    7. Perform the report
    Further Information:- The Incidence rate is the number of occurrences of injury/disease for each one hundred workers employed. The following formula should be applied:
    Number of Occurrences in the period /Number of Workers * 100
    The “number of occurrences in the period” refers to all cases of lost time injury/disease, which were recorded in the specific period. The “number of workers” is defined as the average number of workers who worked in the recording period. Persons who were absent from work on paid or unpaid leave for the entire period should be excluded from this calculation.
    ZWSOABS contain only one field AWART(SAP FIELD).
    CAN ANYONE PLEASE SEND ME THE CODE?
    YOUR HELP IS DEFINITELY REWARDED BY POINTS

  • ABAP-HR small doubt

    Hi,
    HRP1000-OBJID and PA0001-PLANS whether these two or same or not.
    please let me know.
    if these two or not same, can you please provide the logic how to link between these two fields.
    Regards
    Raj.

    Hi Raj
    HRP1000-OBJID is a collection of all OM objects, but P0001-PLANS is particularly Positions in PA of HR. P0001-PLANS is a subset of HRP1000-OBJID. For example even P0001-ORGEH, P0001-STELL is also linked to HRP1000-OBJID. These org,. objects are differentiated in HRP1000 table through the field HRP1000-OTYPE. This will take different value like 'S' for P0001-PLANS, 'O' for P0001-ORGEH, 'C' for P0001-STELL etc ... Hope it is what i explained here.
    To link HRP1000-OBJID and P0001-PLANS we can do some thing like
    HRP1000-OTYPE = 'S'
    HRP1000-OBJID =  P0001-PLANS
    ~Ranganath
    Reward points for all useful answer !!

  • Regarding career as a SAP ABAP fresher

    Hi All ,
    My name is Rohit Prakash, I had done my certification from ATOS Bangalore in june 2012. After Struggling a lot I was able to find a contract to hire position for one of the MNC's in Bangalore. As the project is going to be over , I am again left in fix . I am having a relevant experience of 8 months .
    Having knowledge on DDIC ,Reports,Enhancements, BAPIs , Dailog programming and web dynpro.
    So please guide me and assist me if any suitable opening for 0.8 months experience candidate.
    mail id : [email protected]
    Contact no : 07760570955.
    Thanks n Regards

    Dear Rohit,
    Don't loss hope first of all. There are still no. of job vacancy in the Market for real good developer, you just need to do some things. Like never stop learning. Participate on SCN, try to resolve PR's issues.
    Keep practicing your concept, brush-up your skills.By this i won't miss a single interview opportunity.
    And for that interview opportunity keep yourself update with job portal sites(career's of company, other sites like naukri.com )  and try to involve with person on LinkedIn and some FB groups is also there.
    If i got some link, will share with you for sure...
    All the very best.
    Good Day..
    --ChanS

  • ABAP-FI(Have Doubt to clarify with the experts!)

    Hi all,
       Hope all fine there!!
       Here i have an issue that "Tax number type is derived from table KNA1-STCDT.But the values available in the field is not sync with particular country(Ex:Peru) legal requirement.The values available in the field is sync with another country (Ex:Argentina). "
      So the table used in KNA1 for "Tax number type" is not country specific.
       How to make the table as country specific?
      Experts!!..Please guide me to solve this issue.
      Advance New Year Wishes to all !!
    Thanks in advance,
      Raja.

    Hi Sujeet,
      Thanks for the reply you made.
      Here am posting the issue which am facing exactly now.
    In the report 'ZRJ_PE', field "Tax numbere type" is derived from
    KNA1-STCDT.  But the valus available for that field in the customer
    master is not in sync with Peru legal requirement.
    The table is used in customer master for tax number type in 'ZRJ_1ATODC'
    and has argentina tax type, not Peru value and this table is not
    country specific.
    Is there any bug in the logic?.
    Let me know that "Anyone want to see the codings?".
    Thanks for all, giving your valuable  time to me!!!
    With Regards,
    Raja.

  • Abap report103 movement type is done and 105 is NOT done.

    HI,
    Requirement need materials for which 103 movement type is done and 105 is NOT done.
    Scenario: - Material comes in company means we do movement 103 for that. after that we do movt. type 105 for that material. I want those material document list that had 103 but not 105.
    Means material has enters in company but movt. type 105 not done.
    Please advice am abap fresher
    Regards..
    R.Sudhakar

    Is possible Query in sap to get this only 105 not release report ?
    ANS:
    Quary table MSEG,
    Check the table content with BWART = 105
    Get the EBELN Nos.
    Pass the EBELN into EKKO Table, Get the value of Field FRGKE.
    if FRGKE <> 'G'.
    ie. Document not yet released.

Maybe you are looking for

  • MacBook HDMI output

    Went to Apple store and they recommended that I use a DisplayPort to DVI-D adapter with a DVI-D to HDMI cable to drive my Panasonic TH-42PX500U. Well I hooked it up and got a great picture which did not feel my screen. My ATV works great at either 72

  • How do i make favorties list

    Can i make a favortie list

  • Photoshop Elements 8 Organiser crashes on startup

    Hi, I have had a stable installation of PE8 for over a year but today when I came to run the organiser it crashed immediately on startup and has resolutely continued to do so whatever I've tried.  I de-installed it (and Premiere Elements 8) and have

  • Generic collections. It's a bug?

    I'm new in Java 5 and I have seen that we can insert elements of any type in a typed collection!! , so, its not sure to use them? Have I to check all the elements in the collections received from parameters ? public static void main(String argv[]){  

  • BROADBAND USAGE DATA WRONG / HORRIBLE CUSTOMER SER...

    I’ve been with BT for 3 months & so far they charged me for the free service I was supposed to get, They have cut me off (phone and BB)instead of moving me and now charged me £55 for extra BB download usage I did use (I know that as all my computers