Application Development and Automation 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

    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...

    Criticality.png

    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...

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 92963 VIEWS
    • 212 REPLIES
    • 39 Likes

    Problem on BDC

    Dear All,In my program, transaction F-22 (create customer invoice) is called thru BDC:CALL TRANSACTION 'F-22' USING bdc_tab MODE 'E' UPDATE 'S'.The related customer has withholding tax info entered in the customer master. Hence when calling F-22 thru...

    Resolved! Enqueue/dequeue

    Hi Experts,If i lock an object using Enqueue and before i do the dequeue, it goes to short dump...then what will happen to the object. The lock will be realease automatically or we need to unlock it manually.Regards,Raman

    sap script

    hi all,i am seeing the print preview in tcode recpa520, giving company code,f8,press print preview. i am seeing the invoice print preview,i want to find the output type,application type,form name for this.in this tcode there i no messages option to s...

    Resolved! Performance Improvement

    When we split the single internal table into multiple table and processing each table seperately, how improves the performance?In what way the performance is getting improved by this?How to debugg and see the different internal table content in this...

    hai all, its very urgent

    hai all,my requirement is, when i execute the transaction co02 or covh , it should trigger the user exit (PPCO0021). from there i need to call the bapi ( BAPI_PRODORD_GET_DETAIL) .but i tried with the exit, its not triggering. please help me . how t...

    selvi1 by Explorer
    • 348 VIEWS
    • 1 REPLY
    • 0 Likes

    Resolved! calculate date

    Hii look for Fm that i give here start date and number of week and the FM will calculate start date + number week(in days)for example 30/12/2007 ( the month end in 31 )i will give one month or 4 week the answer will be 27/01/08Thankshave a nice day

    Resolved! Performance

    Hi ,We need to analyze the performance of our ABAP team and their various reports based on performance , SE30 , ST05 will give some results , How to measure a program and say it is performance wise good ? Take for example you have 4 reports and say w...

    p291102 by Active Contributor
    • 776 VIEWS
    • 4 REPLIES
    • 0 Likes

    Resolved! T-code

    Hi ,Is there any T-code available in ECC version to find the all tables used for a given transaction?For example...for T-code XK01 i want to find waht are all tables updated during XK01?Regards

    Resolved! smartforms

    hi ,pls help me,i have a tcode to run a report , i find the report name for that transaction.the report is to print payslip,this a driver program to run the smartform.so,now i want to know the name of the smartform for that program ?how can i know th...

    Resolved! O/P needed like this

    Hi SDN'si had created the dynamic internal table for the below req. now wht i wnt is how do i sum up the amounts and move amounts to respective columns based on the Charge CodeAlloc no|ChargeCode |Amount | --------------------------------- A119 |301 ...

    Resolved! Languages

    Hi experts, I have a problem. On my screen I use 2 languages - Polish and English. I want to do the following: 1) when user is logged in on Polish version - screen should be in Polish 2) when user is logged in on English version - screen should be in...

    Resolved! Tab Delimited File

    Hi,I need a tab delimited file.My internal table, itab is populated.Then I have declared another internal table i_download as char(1000)Then,Loop at itab.Concatenate f1 f2 f3 into i_download separated by '\t'.Endloop.Then I have used the FM GUI_DOWNL...

    Labels in this area