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

    Send csv file to FTP Server

    HiI wants to send a autogenerated csv file to FTP server but getting the command error while sending the file.Kinldy find the below codes.   CALL FUNCTION 'FTP_R3_TO_SERVER'    EXPORTING      HANDLE               = HANDLE        -----------1      FNA...

    ipravir by Active Contributor
    • 2968 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    How to check delivery status and billing status of a sales order?

    Hi all,Can u please help me in getting the delivery status and billing status of a sales order. I know about all the tables like VBAK, VBAP, LIKP, LIPS, VBRK and VBRP. But the issue is that I want to check a single slaes order and then check the deli...

    Resolved! Accepted Solution

    Values in internal table

    Hi all,I am developing a report for Bank Deposit. I have a following selection screen SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE text-001. PARAMETERS: p_cocd  TYPE febko-bukrs OBLIGATORY. SELECT-OPTIONS: s_hbkid FOR febko-hbkid,              ...

    Resolved! Accepted Solution

    Reading PDF file ocntent to an internal tabel to scan soem specific text

    Hi Team,Can you please help me know the logic , Functions or classes or a sample program that may demonostrate , how to read a pdf file contents to an internal table and look for some specific values in it , or print its contents.Early responses are ...

    Purchase Requsition

    Hello All, do you have any experience, how to link Purchase Requsition Number to Asset Card Number? From my point of view, it would be the best to create function module, but I cannot find the key how to join data from tables EBAN (Purchase Requsitio...

    Resolved! Accepted Solution

    function &memory

    When we call a function, SAP will be the current functions of all the elements in the set of loading into the abap memory.Problem is when I finish this function how to clear the memory.FOR EXAMPLE : BAPI_OUTB_DELIVERY_CONFIRM_DEC                     ...

    How to delete items from a table using BOPF Code?...

    Hi Experts,                I am trying to delete contents of a table using BOPF code in a report program. I have created Custom Business Object and trying to delete the contents through abap report program.Ex: Course(ROOT)            -> Batches      ...

    Resolved! Accepted Solution

    Behaviour of SLIN wrt Literals. To be or not to be saved in Text Pool?

    Hello Experts,My question is regarding the "Character Strings" check of Extended Syntax Check (SLIN). Say you have a code like:DATA: GW_VAR(20) TYPE C.GW_VAR = 'X'. When you check this on SLIN (make sure that the "Character Strings" checkbox is check...

    Resolved! Accepted Solution

    User Exit for FD32 ?

    Dear Friends,I want to enhance the functionality of FD32 as per our requirement.Whenever user create credit limit for customer and save the record in FD32and if the customer is having C001 payment terms in the customer master (XD02), then in FD32it s...

    Resolved! Accepted Solution

    Create a dynamic checkbox in a screen with data from internal table

    I have a scenario of creating a dynamic checkbox in a screen in module programming.where the number of checkboxes to be created comes from a internal table likeLanguageDescriptionEEnglishSSpanishDGermanFFrenchSo my screen should look like<chkbox> Eng...

    Resolved! Accepted Solution

    how to display a image in module pool program

    CALL FUNCTION 'DP_CREATE_URL'       EXPORTING         type     = 'IMAGE'         subtype  = cndp_sap_tab_unknown         size     = pic_size         lifetime = cndp_lifetime_transaction       TABLES         data     = pic_data       CHANGING         ...

    DB02 transaction

    Hello Experts,Developing program for DB02 transaction. I need to display data for "Tablespace_name", "Total size" and "Free Space".Looked into DB02 transaction report and they are using tables "dba_data_files" and "dba_free_space".But i dont find th...

    Resolved! Accepted Solution

    Report to get PR,RFQ,PO,GRN

    Hi all,I'm new to abap programming. i need to create a report for MM module to display PR, RFQ, PO, GRN in a one report in a given company and time period. so i used to eban to get PR numbers. then from eket i get all RFQs for each PR. Using ekpo i f...

    Labels in this area

    Explore this Area