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

    'FTP_SERVER_TO_R3'

    hiI have a particular requirement in which I need to transfer files from FTP to R/3 Application Server Directory.For this purpose I am using the following Function Module FTP_SERVER_TO_R3CALL FUNCTION 'FTP_SERVER_TO_R3' EXPORTING handle ...

    Resolved! Accepted Solution

    Background Job Scheduling

    Hi SAP Minds,When ever a job is scheduled after successsful execution(ran), it will sent the output to spool. But my requirement is the output should be sent to the concerned user without writing ABAP code. It should done through Job scheduling itsel...

    PO net value

    Hi,I am trying to get the PO net value . me23n - header section - tab 'Conditions' - field 'Net'on reading old threads i got some function modulesME_FILL_KOMK_POME_FILL_KOMP_POME_DETERMINE_NET_PRICEMM_NET_PRICE_CALCULATEME_GET_PRICE_CONDITIONME_DETE...

    Resolved! Accepted Solution

    Deleting the changes

    Hi,Last week, we made some changes to an already existing custom program which is in production now and we added few new fields to an already existing structure also. The transport request with the program changes and the structure changes is not yet...

    Resolved! Accepted Solution

    Background scheduling

    Hi SAP Minds,When ever a job is scheduled after successsful execution(ran), it will sent the output to spool. But my requirement is the output should be sent to the concerned user without writing ABAP code. It should done through Job scheduling itsel...

    ALV in background

    My first post! I am running a report in the background. The report is written in ALV, but the spool file offers no ability to use any ALV functionality. Is there any way to do this? Someone suggested that I send the report through SAP inbox inste...

    Resolved! Accepted Solution

    issue in BAPI_PO_CREATE1

    hi all,i need to create PO using BAPI_PO_CREATE1. But the problem is, in me21n we added user defined screen using BADI in the header and made some fields in that screen as mandatory. When i try to test the BAPI to create PO it is not creating - since...

    Resolved! Accepted Solution

    Production Order Download

    I have a requirement where I need to download the Production Order Data into a custom table for the external interface to access the data.Can someone tell me if there is some UserExit or BADI or BTEs which gets all the Production Order data when its ...

    Resolved! Accepted Solution

    Skip loop step

    Hi,Is there an instruction to skip a loop step??My code looks like that: LOOP AT it_matnr. IF it_matnr <> matnr. CHECK 1 = 0. ELSE. * Do something.... ENDIF. ENDLOOP. The instruction CHECK 1 = 0 works but It isn't "elegant"... is there anoth...

    Resolved! Accepted Solution

    SMART Forms , paragraph format.

    Dear Expert,First of all, please refer to this. [here|http://wkokwei.googlepages.com/paragraph.jpg]I am trying to eliminate blank lines of the Text in the smart forms.example:&text1&&text2&&text3&&text4&Those text are variable, if it have no value, i...

    kowong by Participant
    • 385 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    FTP

    Hi Friends,Currently in my company they are using FTP. Basically i want to know , What is FTP? and which kind of scenarious it is used. Can any one explain me in detail.Regards,Niki.

    Labels in this area

    Explore this Area