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
    • 95230 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Transaction

    Hi, how can we make a transaction for executable program.I tried se93 to make a transaction. Its working i.e .selection screen is coming but as i pressed f8 to execute it after entering data . it is terminated.please do the needful.Hemant

    Resolved! Accepted Solution

    internal table

    Hi .i have internal table having BELNR in one column and WRBTR in another column. now i want to append these records in another internal table but i want that till BELNR contain same value , WRBTR should be placed in next column on same row. when BEL...

    Resolved! Accepted Solution

    Alv printing

    Hi all, please help me i got the records in alv grid i want to print them so i activated the print icon using menu painter.Now what i have to do please explain to me step by step.Thank You.Regards,Giri.

    Version Check

    Hi All, I want to do version check for list of objects.Say Whether the last version of the program was imported to URP. I know conventional method but it is not useful for me. I need to do version check for set of programs. Do we have any functi...

    Resolved! Accepted Solution

    hr infotype requirement

    hi all,I have a requirement to find out to produce a report for different wage types for an employee during a month.it works as follows.input is profit center.I have to find out the releated cost centers. then i need to go to table PA0001 and find ou...

    f100

    Hi Guys, when i tried to debug f110 by placing a break-point in the EXIT_SAPLIEDP_101 the cursor is not going there andbelow is the error i am gettingProgram RFFOEDI1: No records selectedCan anybody help me out where might be the problem..?Than...

    Resolved! Accepted Solution

    Sy-tabix

    At the end of first loop sy-tabix carries value 3. why its not get cleared when second loop starts. In the second loop value starts from 3+ Monday CLEAR: WA_BPSTAB, WA_BPSTAB2 . LOOP AT GT_FINAL ASSIGNING <GT_FINAL> WHERE DAY = '1'. <b> MOVE SY-...

    replace command

    Hi experts,See the following code.DATA STR(1000) TYPE C VALUE '1#02.11.2006#02.11.2006#1061#AUD##7#SA#Legacy data transfer1#Reference1'.replace all occurrences of '#' in str with space.if sy-subrc = 0.write:/ str.endif.So the o/p is102.11.200602.11.2...

    Code correction

    In the below code, the loop passes for three times. MOVE SY-INDEX TO LV_INDEX. why sy-index is not getting value three here.LOOP AT GT_FINAL ASSIGNING <GT_FINAL> WHERE DAY = '1'. MOVE <GT_FINAL>-MATNR TO WA_BPSTAB-MONDAY. WRITE <GT_FINAL>-MATNR ...

    Resolved! Accepted Solution

    Table Maintenance

    Hi,i created table maint for ZFILE Table using function group ZVENDOR and screen no 9000.now i've created new table maint for ZFILE Table using Funtion group ZFILENO and Screen no 2 and delete the old one.but when i transported into Quality new one i...

    DUPLICATE PROCESS

    Hi,All.I am so sorry that!I asked a question yesterday,but no one completely solved it. still sth wrong with it.That is:there are some records in a IT, if they have the same KEY feilds F1 F2, we call them the same records,that is they are duplicate ...

    smartforms

    how to know the driver programi have selected the daa for header from vbak and kna1 tables and the item data from vbap tablesi have crated the complete layout for the form including the table designing and the loop i have taken the loop for body from...

    Resolved! Accepted Solution

    User Exit in VA01...

    Hi Friends,I have a problem in finding an exit in transaction VA01. The task is, after entering a line item in VA01, I need to take some information from the entered line item and and append another sub item with the heigher level item as the first i...

    Labels in this area

    Explore this Area