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

    Issue in LSMW for updating existing BOM & adding new item from same file

    Hi All,I am having a problem in creating LSMW for BOM change. I want to change existing BOM item detail & add new BOM item in single LSMW recordiing. But how the system will know which BOM items are to be change & which BOM items need to be added fro...

    IE02 BDC program

    Hi,I am working on BDC to change equipment cat for some equipment's...I have only two fields in file...and i have recorded IE02 tcode...in the first screen i have given equipment number and clicked on enter...in the next screen i have to follow edit-...

    Resolved! Accepted Solution

    IN bdc uploading program select the data from db

    hi friends,   iam write the bdc uploading program for transaction fd32, in this uploading file iam having fields below like this       customerno   controlarea   creditlimit            1               1000          30000            2                1...

    Resolved! Accepted Solution

    SQL select

    Hello Experts,I have table where one of the columns is called COL1.Suppose this table has just one record where the column COL1 has the value 56006*.I want to select the above record even when I look up this table for records with COL1 value = 560068...

    Resolved! Accepted Solution

    Better to use 'WAIT UP TO...' or 'ENQUE_SLEEP'?

    Hi,I am looping on and processing IDOCS, i.e.:LOOP AT lt_edidc INTO ls_edidc.SUBMIT rbdapp01 WITH docnum = ls_edidc-docnumAND RETURN.*   wait up to 100 seconds. *    CALL FUNCTION 'ENQUE_SLEEP'*      EXPORTING*        seconds              = 100.ENDLO...

    Resolved! Accepted Solution

    enhancment

    Hi all ,plz anyone can u tel me , where sud write the custom code and how to implement for   disable screen field values in va01 tcode within order tab and inside the ship to party .thanks

    Resolved! Accepted Solution

    Getting syntax error while converting internal table data to XML

    REPORT  ZCREATEXML_FROMITAB.    DATA: BEGIN OF carrier_wa,            carrid   TYPE sflight-carrid,            carrname TYPE sflight-connid,            planetype      TYPE sflight-PLANETYPE,          END OF carrier_wa,          carrier_tab LIKE TABLE...

    Resolved! Accepted Solution

    How to change language only for address node in Thai for Smartform ?

    Hi all.          I have a requirement for Smartform in which I need to display only the address in Thai language. Remaining everything will be in English.I used an address node for the same and tried with "Fixed Language for Country Indicator" and "D...

    Resolved! Accepted Solution

    Adding new fields to FBL5N

    Hi, I am adding new invoice fields to FBL5N.I have added fields to the report by adding fields to structure RFPOS & RFPOSX. To populate values to these fields, I tried some BADIs and User Exits ( Package FREP, Enhancement F1040001) . But its not woki...

    Resolved! Accepted Solution

    FM "LVC_VARIANT_SELECT " raising exception wrong input for layout with filters

    Hello All,I have an issue while executing an ALV Report.The report is not working for Layout with filters.Function Module "LVC_VARIANT_SELECT" which raises an exception for wrong input.the code is :  CALL FUNCTION 'LVC_VARIANT_SELECT'    EXPORTING   ...

    Labels in this area

    Explore this Area