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

    Resolved! Accepted Solution

    Hello World ADT Elcippse

    Hi i made my first Hello World on ADT Eclipse and it didn't show my user alias... CLASS zpo_hello_world DEFINITION PUBLIC FINAL CREATE PUBLIC. PUBLIC SECTION. INTERFACES if_oo_adt_classrun. PROTECTED SECTION. PRIVATE SECTION. ENDC...

    d4xtian by Participant
    • 3052 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    How to change positioning parameters for a view in SM30

    When I open a view in the transaction SM30, I see an ALV-grid and a button below it, that says position. When I click this button there is a popup where I can type in parameters to position the view on an entry, that matches those parameters. Is it...

    Resolved! Accepted Solution

    Adding line break just before a closing tag in an XML

    I am trying to add a line break before a closing tag in an XML, everything works fine inside ABAP, but once the internal table is transformed to the XML file using the FM 'SMUM_XML_CREATE_X', the line break just before the closing tag gets removed fr...

    UTF-16 conversion problem

    I've a zipped file that contains UTF-16 LE text files. I'm using the standard SAP CL_ABAP_ZIP to unzip, which gives me an xstring. I want to convert that xstring into a string, but the problem is that the Byte Order Marker FFFE is being retained in t...

    matt by Active Contributor
    • 2632 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    WRITE issue to display

    I wrote a program which calulate the third angle of a triangle after the user provide the First Two one. I create a button to made the calculation, but it didn't display it... how to forbid the user to put 0 on any field...of course the "Obligat...

    d4xtian by Participant
    • 2055 Views
    • 8 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Create Sales Order from a contract ( passing net value )

    I need to create a sales order for a sales contract and then create a proforma invoice for that sales order however i am getting a pricing error when creating the proforma invoice Can some tell me what might be going wrong bellow is the data i a...

    Resolved! Accepted Solution

    Getting Error in SO_DOCUMENT_SEND_API1 while sending email in HTML with PDF attachment.

    Hi All, I have developed a custom program and I'm using SO_DOCUMENT_SEND_API1 to send email in HTML format with PDF attachment of SMARTFORM. My program was working fine. Doing everything Converting SMARTFORM to PDF and then to OTF etc. And this pro...

    rmz01 by Participant
    • 7192 Views
    • 6 Comments
    • 0 Likes

    sy-index issur

    I wrote a program to count the number of each vowels in a string character. Here is the code DATA: v_nom(10) TYPE c VALUE 'christian', vowels TYPE string, lenght TYPE i, char TYPE c, occurences TYPE i, ...

    d4xtian by Participant
    • 996 Views
    • 2 Comments
    • 0 Likes

    ​I need to update batch(CHARG) field for an inbound delivery but i am not able to do so.

    I need to update batch(CHARG) field for an inbound delivery but i am not able to do so. I am trying with the below code: *headerls_header_data-deliv_numb = '0180001104'. *header controlls_header_control-deliv_numb = '0180001104' LOOP AT lt_li...

    Is Receiver Type field in SWE2 mandatory when using Class-Method based event handlers?

    See the below SWE2 config for ISUPARTNER BO, we are handling the event in a method within a custom class and it's triggering without any issues even with Receiver Type left as blank except for the following scenario: "In the Service Cloud, a move o...

    shahbhat by Product and Topic Expert
    • 3654 Views
    • 6 Comments
    • 0 Likes
    Labels in this area

    Explore this Area