Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

    sheenamk by Developer Advocate
    • 96131 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Fields of itab

    hi experts,i have an internal table ITAB. it has 10 fields. I have to fill all the fields of itab with some constant.but i dont wanna do like this.itab-field1 = 'const'.itab-field2 = 'const'.;;append itab.any alternative solution for this? coz in rea...

    Resolved! Accepted Solution

    Very Urgent: VOFM Problem

    Hi Guys,I tried creating a new pricing requirement 824 and was able to generate include program RV61A824. The problem is it is not used in any function group. I would have expected it to be added in function group V61A like what happened when I creat...

    Resolved! Accepted Solution

    User Authorization

    Hi All, I need to restrict Transaction SE38 from end user execution.?Transaction SE38 is not available in the roles assigned to end user, but still it is available for the end user to execute.Points1. Enduser is having some reports for execution at E...

    Resolved! Accepted Solution

    client creation

    hi, i am new to sap.i have created a new client using scc4 with user id sap* n password pass.i have created a user using su01.with that new user i logged in but when i give tcode su53 it is giving as u r not authorised to use this transaction....

    Resolved! Accepted Solution

    top implementation partner

    hi,can i get list of Top SAP implementation companies..i just checked in sdn community...top companies list..it is saying that who contributed for this SDN forums, isn't it? and also where can i find for which company who implemented SAP?Thanks in ad...

    BKPF and BSEG?

    Hi Guys, I have the above 2 tables i need to dump all the columns in the above 2 ables in to 2 files.But this had to be done daily.here comes the problem for BKPF we have create and changed date of dcoument number .but for BSEG we dont ...

    Resolved! Accepted Solution

    ABAP statement

    I didnt giev exact requirement.my requirementis REGUH table has fields azbukr ahbkid ahktid avblnr azaldt aznme1 a~rwbtr awaers azbnkl a~rzawePAYR has fieldsbchect bchecf b~gjahrcommon fiels is vblnrreguh can have 10...

    Resolved! Accepted Solution

    ABAP query

    Hi,I need to extract data from two tables REGUH and PAYR common key is vblnr.fields are zbukr hbkid hktid vblnr from REGUH and CHECT from PAYR,could anyone help me to write the sql statementJeff

    Resolved! Accepted Solution

    TO display pop_up on selection screen And chosse that field in 'SELECT' sta

    Hello,I want a pop up on selection screen when user clicks the push button on selection screen pop up should come on selection screen and display the all field of YTLEA table. when user checks few or all field from pop up then data for that field is ...

    Resolved! Accepted Solution

    where clause

    i have an itab ITAB1 , with a field NAME which is supposed to have many A's, buti have to report error if all entries are A's.LOOP AT ITAB1 WHERE NAME ..................... WRITE: / 'ERROR'. EXIT.ENDLOOP.what do i put in the where clause.plz help

    FM for RESB

    Hi everyone, I need a FM or BAPI in order tu insert or update the RESB table. I allready have the order and activity number.In fact the only thing I need is to insert some materials numbers and qty's to the reservation of an activity. How can I do ...

    Resolved! Accepted Solution

    unable to interpret

    hello friends,i was trying to execute the following .read table itab1 with key name NE 'A'.if sy-subrc = 0.write:/ ' error'.endif.it says " Unable to interpret 'NE'. possible causes of error : incorrect spelling.can any one tell what my mistake is.

    Resolved! Accepted Solution

    Movement types

    Hi,I am trying to move the stock using 'BAPI_GOODSMVT_CREATE'. I have 2 issues:1. i get a msg deficit in SL for material in plant BP01. I see the error in the 143 rd record of my file which moves stock for this material from storage location X to Y. ...

    Resolved! Accepted Solution

    ABAP HR

    Hi Experts, In which table in HR or infotype can I find POSNR field i.e fund id . Is there any way that if we know the field name we can find the tables in which this field is present.Thank you.Regards,AdmirPonits will be rewarded.

    Resolved! Accepted Solution

    Hello

    Hello gurus,I have a "," delimited text file, and i have to upload that to an internal table of two columns as as follows.example:-Text file:Book,Pencil,penkumar,ramesh,srini,ram,lakshman.Intenal table should get populated as follows:-Book pencilBook...

    Resolved! Accepted Solution

    Field Symbol

    Hi !I want to do a dynamic assignment for a variable. I want to assign to variable L_AUX1 a value, but the output is empty. Any ideas? REPORT Z_output. data: L_AUX1(50), L_AUX2(50). FIELD-SYMBOLS: <fs1>. L_AUX2 = 'L_AUX1'. assign ...

    Labels in this area

    Explore this Area