5.12.10

SAP OSS Notes

10 comments:

  1. i have one doubt in sap, plz clear off my doubt.i.e in a month how can we define posting periods(ob52) in days wise and
    in a month if a day is cut off day,after business transaction will be posted on next month. (for example sep-25th is a cut off day, can that be transactioned in oct month.) if possible plz clear my doubt.plz send solution dis mail.raghu.poosala@gmail.com

    ReplyDelete
  2. Mr.raghu it's simple take data format i.e.,sy-datum check that with the transctional close data i.e,
    if sy-datum(assume the date stored in this data filed) = transcational end date .
    sy-datum-month is incremented by 1.
    and
    sy-datum-day is 01 i.e the starting date of month.
    endif.

    ReplyDelete
  3. Hi,

    I get a dump (Assertion Failed), if I have tested a rule (ruledetails - F9) from InfoSet to DSO in a transformation.

    Example: InfoSet contains only one DSO

    ________________________________________________________________________________________
    Dump: Assertion Failed:
    Programm CL_RSTRAN_T_TEST==============CP
    Include CL_RSTRAN_T_TEST==============CM007
    Zeile 352
    Modultyp (METHOD)
    Modulname GEN_DDIC_STRU

    Coding:
    l_s_dtel-length_ = l_s_fields-leng.
    l_s_dtel-decimals_ = l_s_fields-decimals.
    CALL METHOD cl_rsar_formulas=>get_dataelement_by_naming
    CHANGING
    c_s_field = l_s_dtel
    EXCEPTIONS
    failed = 1
    others = 2
    .
    IF sy-subrc = 0.
    l_s_dd03p-rollname = l_s_dtel-dtelnm.
    ENDIF.

    l_s_dd03p-position = l_v_col_pos.
    l_s_dd03p-intlen = l_s_fields-intlen.
    l_s_dd03p-leng = l_s_fields-leng.
    l_s_dd03p-decimals = l_s_fields-decimals.
    l_s_dd03p-datatype = l_s_fields-datatype.
    l_s_dd03p-inttype = l_s_fields-inttype.

    ELSE. "dataelement found
    CALL METHOD cl_abap_elemdescr=>describe_by_name
    EXPORTING
    p_name = l_v_dtelnm
    RECEIVING
    p_descr_ref = l_r_typedescr
    EXCEPTIONS
    type_not_found = 1
    OTHERS = 2.

    ASSERT sy-subrc = 0. "invalid call

    l_r_elemdescr ?= l_r_typedescr.
    CALL METHOD l_r_elemdescr->get_ddic_field
    RECEIVING
    .....
    _________________________________________________________________________________ .....

    There is no dataelement found. Why? I activated a InfoSet with only one DSO and use this InfoSet to DSO in a transformation.
    In the transformation I have rules between the InfoSet "InfoObjects" and DSO "InfoObjects". If I test all rules, i have got a dump (Assertion Failed)


    Could you help me, please?

    Thanks and kind regards,
    vijay

    ReplyDelete
  4. Hi All,
    I am getting GETWA_NOT_ASSIGNED error and then dump
    while printing data from print option in alv grid. Can
    any one guide.

    Thanks in advance.

    ReplyDelete
  5. Hi all,
    can any one please tell me what is sap note 1604950.

    ReplyDelete
  6. Hi we are getting Error " document being distributed changes are not possible".

    Can any one suggest me how solve this

    ReplyDelete
  7. When we save the document it is showing document being distributed chnages are not possible.

    ReplyDelete
  8. Hiii.. Please help me... during in my practice by mistake i deleted Standard materials type (i.e ROH - Raw materials), request help me how to recover the standard materials type (ROH). Please help me on this.

    Thanks,
    Deepak.

    ReplyDelete
  9. Hii MM Guys, How to recover deleted material type (ROH)? Please help me.

    Thanks,
    Deepak.

    ReplyDelete