Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Home arrow Forums
Forums
SCN : Discussion List - ABAP Objects
Latest Forum Threads in ABAP Objects

  • Sap Query dump after upgradtion

    Hi,

     

    My client upgrading from  Ecc 5.0 to Ecc 6.0, programs which are related to sap Quey(dump of Program name Ex :- AQ09SYSTQV000005MISSINGBOM==== )

    are going for dump. kindly tell me the solution.

     

     

    Thanks in advance,

     

     

    Regards,

    Chaitanya.



  • Local exception class in global class

    Hi,

     

    in SE24, tab "local types", the comment given by SAP says:

     

    *"* use this source file for any type declarations (class
    *"* definitions, interfaces or data types) you need for method
    *"* implementation or private method's signature

     

    Now I've defined a local exception class in this tab:

     

    CLASS lcx_my_exception DEFINITION INHERITING FROM cx_static_check.

    ENDCLASS.

     

    So far no error occurs.

     

    But when trying to use it in the signature of a private! class, it is not known and I'm asked wether I like to create it as a global exception class.

    Why isn't the exception class recognized?

     

    My mistake or a bug?

     

    Regards,

    Dirk

     



  • To delete PO(Purchase order) is there any BAPI.

    Hi friends,,

     

    As per my requirement i need to delete PO automatically my writing report program.

    Pls provide me any BAPI (or) FM regarding that issue.

     

     

    Thanks & Regards

    Phani



  • Regarding calling message class using Raise Exception

    Hi All,

     

    I have created a ZCX exception class with a Z message class.

     

     

    When I use this exception class in any other class using ' RAISE EXCEPTION TYPE zcx' , I want directly call the message number from the message class which I have created.

     

    Instead of passing custom message using

     

    RAISE EXCEPTION TYPE zcx

    Exporting

    message = ' '.

     

    I want to directly call the message class , message number and pass the parameters.

     

    Thanks and Regards.

    Rajender patyal



  • How to use Widening Cast?

    Hi,

     

    I have 2 class: cl_crm_mktpl_cpg_fusg_coll and zcl_crm_mktpl_cpg_fusg_coll.

     

    Class zcl_crm_mktpl_cpg_fusg_coll inherit from cl_crm_mktpl_cpg_fusg_coll.

     

    I wannt to do Widening Cast, but i get casting exception.

     

        DATA: lr_fuh_coll   TYPE REF TO cl_crm_mktpl_cpg_fusg_coll, "Fund Usage Collection,
                  lr_zfuh_coll  TYPE REF TO zcl_crm_mktpl_cpg_fusg_coll. "Fund Usage Collection

      lr_fuh_coll ?= ir_mktproject->get_assignment_collection( cl_crm_mktpl_constants=>asg_type_fusg ).

      lr_zfuh_coll ?= lr_fuh_coll. <---- Casting Exception Runtime.

     

    Some idea?



  • Mass table updates using Transaction object services(OS)

    Hello SDNers,

     

    I have a requirement where i have two tables ZTABLE(holds current data) & ZTABLEH(holds history data) - similar to MARD & MARDH tables.

     

    When the update program will run:

     

    1. ZTABLE contents will be moved to ZTABLEH.
    2. ZTABLE contents to be deleted.
    3. ZTABLE to be updated with the new data.

     

    I can do this by implementing all the DB changes in an update module(CALL FUNCTION IN UPDATE TASK). I am curious to know if i can use the Transaction OS to achieve this?

     

    My gut feeling is that Transaction OS is not for mass changes, wanted to know what fellow ABAPers think about it?

     

    BR,

    Suhas



  • Remove scroll bars at custom containers

    Hello all,

     

    I created a html page with cl_gui_html_viewer and i put this html into custom container. I did this to see a value in big fonts.

     

    My problem is, i cant get rid of vertical scroll bar from custom container. Even i change to size of the container, scroll bar doesnt dissappear.

    Is there a method for that?

    cc1.jpg



  • BAPI to upload G/L Account posting

    Hi Experts

    I am having a requirement to upload G/L  Account posting (F-02), please let me know which method is suitable.

    1) BAPI  or

    2) BDC  or

    3) LSMW

     

    and let me know suitable bapi for creation  G/L  Account posting.

     

    Thanks in advace ..

     

    Best Regards.

    Naresh



  • How to set authorizations for Posting date & Document date in MIGO Transaction.

    Hi Friend,

     

     

    As per my requirement i enabled posting date & Document Date in MIGO Transaction Using OMJX.

    Many users are using MIGO Tcode so there is possibility of changing document date, posting date.

    so i need to give authorization to change the date only for one user for rest of the users it should be restricted(it should be in disable or display mode). 

    wanna know how to give authorization to a single user for doc date & posting date in MIGO tcode?

     

    Please reply as soon as possible.

     

    Thanks & Regards

    Phani



  • Update Valuation Type in MIGO

    Hi,

     

    I am using transaction MIGO to post a GRN.

    Based on my BATCH number system is picking up Valuation Type by default ( Example - ABC ).

    Using some logic I changed this default value to my required value ( Exampe - XYZ ).

    But still the system is updating ABC instead of XYZ.

    What can be the possible solution for the same ?

     

    Regards,

    Vaibhav



  • List contains no data for SDo1 transaction

    Hi ,

     

    When ever iam executing Sdo1 t code and when i enter created on and cretaed by...iam getting message List contains no data.

     

    But corresponding records exists in database.




Google Ads