Tips N Tricks


Add a few tips for SAP





14 comments:

  1. REUSE_ALV_LIST_DISPLAY ABAP List viewer (LIST DISPLAY)
    REUSE_ALV_GRID_DISPLAY ALV GridControl full screen
    REUSE_ALV_FIELDCATALOG_MERGE Create field catalog from dictionary structure or internal table

    ReplyDelete
  2. Trigger workflow
    CALL FUNCTION 'SWE_EVENT_CREATE'
    EXPORTING
    objtype = p_g_f_objt "Obejctno
    objkey = l_f_objkey "Object
    event = p_g_f_event "Event
    EXCEPTIONS
    objtype_not_found = 1
    OTHERS = 2.


    Object key can be Object created using SWO1

    ReplyDelete
  3. FM for F4
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'MSEHI'
    dynpprog = sy-repid
    dynpnr = sy-dynnr
    value_org = g_c_s
    callback_program = sy-repid
    callback_form = ' '
    TABLES
    value_tab = g_t_unit
    return_tab = g_t_return2
    EXCEPTIONS
    parameter_error = 1
    no_values_found = 2
    OTHERS = 3.

    ReplyDelete
  4. tcode for table maintenance = se56

    ReplyDelete
  5. Here we have shown how to find FM for a tcode
    Example :Tcode – SCAL (Display factory calendar )

    1. Go to SCAL -->System -->Status

    2. Now click on the program or go to the se38 -->give the program name SZC_FACTORY_CALENDAR_MAINTAIN

    3. Go-->attributes -->get the package SZC


    4. Go to se37 -->F4-->give package name

    Will get a list of FM

    ReplyDelete
  6. MM flow

    1. Purchase requisition
    2. Vendor selection
    3. Po creation
    4.PO monitoring
    5.Good receipt
    6.Payment

    ReplyDelete
  7. Materials planning can be set to automatically generate?

    ReplyDelete
  8. Anonymous said...

    Materials planning can be set to automatically generate?

    PO

    ReplyDelete
  9. T code
    STMS - Transport management system
    CJi3 - Project actual cost line items

    ReplyDelete
  10. i am facing a problem with TR released from on system t1 to t2,the same TR is shown in T2 but in program its not showing ??What would be the problem

    ReplyDelete
    Replies
    1. One solution is re import the TR again to the Target system

      Delete
  11. How to check for RFC connection is working or not ?

    ReplyDelete
  12. SM58 check for connection trigger

    ReplyDelete
  13. Register for free sap Access

    http://www.ides.consolut.eu/user_request

    ReplyDelete