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

    Entry recto

    Declaring entry recto using nash already declare in processing routine given code for migoFORM ZENTRY_NEU  USING ENT_RETCO ENT_SCREEN.   migo_no = nast-objky.   nast_key = nast-objky.   migo_no = nast_key-migo_no.   ent_retco = 0 .Program not view th...

    dwarade by Explorer
    • 1500 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Password service error

    Hi Experts,currently working with GRC 5.3 SP19, we struggled with self-provisioning a user password, the system sends the password to an address mismatch.validate the address assigned to the user in transaction SU01 and the active directory to which ...

    Resolved! Accepted Solution

    Compare char fields

    Hi, I have some doubt about how it works, the comparation between fields with the type C.For example with the field type KOSTL it is a CHAR 10. Data types (C, D, T, X), the comparison runs from left to right. The first character from the left that is...

    Resolved! Accepted Solution

    Grey Out the Short Text in ME21N/ ME22N based on Material Type and PO type

    Dear Experts,Can I have a requirements wherein I have the Grey Out the "Short Text" field in ME22N and ME21N based on Purchase Order Type and the Material Type.I have searched for BADI and User Exit but unable to find any suitable, kindly suggest.Tha...

    Resolved! Accepted Solution

    Project definition greyed out for input-only selection from the pop-up.

    Dear Experts,I have a requirement where we need to gray out Project Definition in tcode CJ01/CJ06/CJ20N. For input only one can choose from pop up. Could anyone please let me know where to write the code for this. Any standard exit/badi is available?...

    Resolved! Accepted Solution

    Activity Type Translation with BAPI BAPI_ACTTYPE_CHANGEMULTIPLE

    Hi,I tried to translate activity types with bapi BAPI_ACTTYPE_CHANGEMULTIPLE.I filled the following parameters.coarealanguageactivitytypelist - valid_from                      - valid_to                      - acttype                     - name      ...

    FM RSPO_OUTPUT_SPOOL_REQUEST produces a information message window

    Hello Experts,While calling FM RSPO_OUTPUT_SPOOL_REQUESTCALL FUNCTION 'RSPO_OUTPUT_SPOOL_REQUEST'       EXPORTING *       COPIES                         = 0        DEVICE                         = wa_padest-padest *       DIVISION                    ...

    Resolved! Accepted Solution

    EXTENSIONIN table to pass Oil specific data in BAPI_MATERIAL_SAVEDATA

    Hi all,I am using BAPI_MATERIAL_SAVEDATA Function module, in that I didn't find the fields for Oil specific view in BAPI_MARC but those are there in MARC table(UOMGR- Unit of measure group, UMRSL - Conversion Group).What i did is i have appended thos...

    Resolved! Accepted Solution

    Currency format USD – is missing the “,” delimiter when it is applicable...

    I want to add commas to field in USD currency.For eg.16000000.00 should be 16,000,000.002000000.00 should be 2,000,000.00 Code for currency conversion - DATA : lcurr LIKE tcurc-waers .       IF wa_ekko-waers NE c_usd.         CALL FUNCTION 'CONVERT_T...

    Labels in this area

    Explore this Area