Regarding Generic programs

hi guys,
In my R3 system i can see below programs. attributes saying that its SAP created. whats this..is it generated program?
1-IF_GUI_DYNAMIC_DATA===========IU
2-%_CCMPWL
We are planning for migration OS and DB, and copy all addon programs there..do we need to execute any Load or Program for automatic generation of programs anywhere..pls advice..
Thanks
Baasha

Hi Bashaa,
There are some system generated programs such as programs generated for dynamic subroutine pool or may be ABAP Query .
If you are doing migration then you need NOT migrate this. If you migrate the root (user defined object/program) and then compile and generate all those objects in the new system , the system would again generate these programs themselves. Similar is the case with Function Modules generated  for Smart forms.etc.
Hope this answers your query!!
cheers
KSQ

Similar Messages

  • Not able to generate bdocs in generic program

    Hi Experts,
    We made a generic program to change the status of leads(order) in SAP CRM 7.0 system.
    It is working fine all leads status is changing but BDocs are not generated for that changes done by generic program.
    Please guide us for solution to generate the BDocs .So that We can fetch data in deltaload in BW system.
    Thanks & Regards,
    Arpit.

    Arpit,
    Please look at these two points.
    Are BDocs to BW generated when you change status of leads manually on Web UI/GUI? If yes then it should get generated from program as well.
    In you custom program, have you done direct table updates or used functions/methods that directly update status. Then BDocs will not get generated.
    Cheers,
    Niraj

  • Regarding Generic Extraction

    Hi Experts,
    I m new to SAP BW, I need a information regarding Generic Extraction as the senario is follows.
    I created a table with fields,
    Customer Id (PK), name, age ***, address
    and i maintained five records in it.
    i created a generic master data attributes data source using above table
    i replicated the data source in bw and run the full update and it is succussful.
    Now my requirement is to add 5 more records in the above table and i hav to get those records in bw using delta update.
    So, can any one can explain how to maintain delta for that generic datasource and how to run delta update in step-by-step process
    regards,
    Ramakrishna

    Check the PDF doc..on how to create generic delta..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Check this doc for more
    http://www.ko-india.com/content/weblogs/generic_delta_explained.pdf
    Regards,
    R.Ravi
    Assigning Points is the way of saying Thanks in SDN!

  • Regards Generic Delta

    Hi Guys,
    I have a small doubt regarding Generic Delta Extraction. In Generic Delta i choose Calday on Posting Date. And  am getting data on Daily basis. Here My doubt is can I use this posting date in field selection in Info package. If not?Please give me clarification regarding the same.
    Thanks,
    Tg.

    Hi Tg,
    If I have understood correctly, Posting date has been chosen as the delta field in datasource.
    I don't think you can use the fiield in infopackage selection because the field is used to extract delta for that generic datasource  and the system doesn't allow us to put a filter on the filed which is responsible for delta .
    If system  wud have allowed us to put a selection on that field then correct delta will not be loaded in BI.
    System can not allow us to play with deltas and hence the field is not avaialble for selection .
    Hope it helps,
    Manish Sharma

  • Help Regarding Generic Extraction

    Hi Experts,
    I m new to SAP BW, I need a information regarding Generic Extraction as the senario is follows.
    I created a table with fields,
    Customer Id (PK), name, age ***, address
    and i maintained five records in it.
    i created a generic master data attributes data source using above table
    i replicated the data source in bw and run the full update and it is succussful.
    Now my requirement is to add 5 more records in the above table and i hav to get those records in bw using delta update.
    So, can any one can explain how to maintain delta for that generic datasource and how to run delta update in step-by-step process
    regards,
    Ramakrishna

    Hi Ramakrishna,
    For doing a delta on a generic extractor you will have to set up any one of the following type of the field as delta attribute and on the basis of this delta records will be extracted.
    - Time Stamp
    - Calendar day
    - Numerical Pointer (i.e. Document Number)
    You can monitor your delta queue via RSA7 transaction.
    Also For delta you will have to do Init load first.
    Hope that helps.
    Regards.

  • E-Tester (Generic programs)

    Hi All,
    Can we write Generic Programs in e-Tester 8.20.0526 version without e-PI(e-Tester programming interface).
    Please suggest us
    Thanks in Advance

    Hi,
    try this : go to options- > Current Script menu
    in the dialog box in the left side navigate to the Results.
    I guess there u will fine some relevent options...

  • Help needed regarding Dynamic Programming

    Hi,
    While doing dynamic programming , we bind the context variable with two types of
    values .
    1 . ddic
    2 . extern
    My doubt is in which case we should use ddic and where to use extern .
    Can anybody help me out regarding this.
    Thanks a lot.

    Hi Ki,
    Predefined, Web Dynpro UI-specific, and user-defined Dictionary types all have the
    prefix ddic:.
    wdContext.getNodeInfo()
    .addAttribute(
    "Visibility",
    "ddic:com.sap.ide.webdynpro.uielementdefinitions.Visbility")
    •Logical Dictionary types from Adaptive RFC models have the prefix extern:.
    Check this links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9214b1e5-0601-0010-fdb0-ec32d43b06e0
    /people/dipankar.saha3/blog/2007/05/31/how-to-create-dynamic-approval-process-using-conditional-loop-block-in-guided-procedure
    Regards,
    Mithu

  • Regarding Generic Object Services (GOS)

    Hi
    Is there any Tcode/Std. Report where I can see the document attached through Generic Object Services (GOS).And which tables are involved in Generic Object Services (GOS).Whenever I attach document entry goes in SOOD table.What are other tables for this.
    Thanks in advance.

    Hi ajit,
    Welcome to SDN.
    Below is the link for complete documentation on GOS,
    http://help.sap.com/saphelp_erp2005/helpdata/en/be/3fe63659241157e10000009b38f889/frameset.htm
    Regards,
    Azaz Ali.

  • What's the general consensus regarding Generics in Java?

    Just curious what folks think about how it's implemented in Java and whether you're in favor of it or not (not that it will make any difference).
    I haven't been using it yet because I am still working on 1.4.x, but I've been familiarizing myself as best as I can with how to use them.
    I realize they fill an important need, but I am not convinced they were/are worth the rather steep price paid for readability.
    Curious to get others opinions on this. Regards,
    ~Bill
    Message was edited by:
    abillconsl

    So "new MyWrapper(aString)" is untyped, we need to
    use "new MyWrapper<String>(aString)" whichviolates
    the principle of Dont-repeat-yourself.I don't think so... what if I wanted to create
    something like this?
    new MyWrapper<Number>(new Integer(4))That's still possible. My problem is that it works exactly as I'd like it to work as long as I call a method, but not when I instanciate a new object. Let's assume for a second that MyWrapper has a static generic method createWrapper() that just calls the constructor:
    public class MyWrapper<T> {
         private T foo;
         public MyWrapper(T foo) {
              this.foo = foo;
         public T getFoo() {
              return foo;
         public static <WT,VT extends WT> MyWrapper<WT> createWrapper(VT foo) {
              return new MyWrapper<WT>(foo);
    }Here WT is the generic type of the returned wrapper (WrapperType) and VT is the type of the value(ValueType).
    Now we see a strange discrepancy on how the object instanciation ("call of a constructor", so to speak) works and how calling another Method works:
    MyWrapper<Integer> i1 = new MyWrapper(Integer.valueOf(1)); //unsafe, not infered
    MyWrapper<Integer> i2 = MyWrapper.createWrapper(Integer.valueOf(1)); //ok, everything fine
    MyWrapper<Number> n1 = new MyWrapper(Integer.valueOf(1)); //unsafe, not infered
    MyWrapper<Number> n2 = MyWrapper.createWrapper(Integer.valueOf(1)); //ok, everything fineIf you compile this code (or simply paste it in any modern IDE) you'll see that you'll get warning in the two lines calling the constructor. While the lines calling createWrapper() seem ok. So somehow the compiler can infer the type information when calling a method but can't do that when calling a constructor. That's what's troubling me.

  • Regarding generic extractors

    hi gurus help me .
                                in ge extraction we have delta loads as . 1. time stamp.2.calenday . 3. numericpointer.
    can u provide details in which situations we use this parameters .and what exactly these are uesd for induvidually
    provide me with an example please
    advance thanks

    HI,
    0calday -- is to be run only once a day that to at the end of the day and with a range of 5 min. Numeric Pointer -- is to be used for the tables where it allows only appending of records ana no change .. eg: CATSDB HRtime managent table .
    Timestamp: using this you can always delta as many times as possible with a upeprlimit .
    CHeck this out:
    [GENERIC EXTRACTION DELTA SETTINGS;
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/9821620553053de10000000a1553f6/content.htm]
    Hope this helps you.
    Regards,
    Ishdeep.

  • Regarding Generic Technology Connector OIM

    Hi,
    With what type of resources can we use a generic technology connector (GTC) for recon and provisioning ?
    Can it be used for recon/provisioning with common resources like AD, ACF2 or simply with resources like flat file, ODS ?
    Kindly reply.
    Kind Regards,
    Varun

    For AD, ACF2 etc quite sophisticated OOTB connectors are already available. GTC is only for Flat File etc.
    GTC is a buggy technology and not recommended to be used.
    Oracle® Identity Manager Administrative and User Console Guide
    Release 9.1.0
    *26 Known Issues of Generic Technology Connectors*
    http://docs.oracle.com/cd/E10391_01/doc.910/e10360/issues.htm

  • Regarding Dynamic Programming in HR-ABAP

    Hi,
         I have problem on the dynamic programming. The Reqirement is like, Infotype
    0008 if shows one Initial screen , into that infotype we have to add five fields this is
    an Enhancement and after we adding that fields into that infotype we should do some logics based on the wagetype , and once we enter an input to that IT 0008
    we get that five field values l. How can i solve this problem please help me.
    Regards,
    Sadanandam

    Please this is and Urgent Requirement

  • Regarding query program

    Hi,
    I have a requirement in which i have to add 1 more column to a ALV reporte that was created based on a query (SQ01). But the problem is that the query was deleted.
    Does anybody know how to rebuild the query from the program? Or could anybody tell me which would be a better solution for this?
    Regards,
    Roberto

    I think it is not possible to create a SQ01 from report. My suggestion will be alter the report as per your needs

  • Regarding ABAP program to read and manipulate data from Excel file....

    Hi,
    I want to write a ABAP program which will read Excel file which has three columns viz: Col A, Col B and Col C.
    If there is no data in Col B and Col C for a given record in Column A, then progam should print all those records on screen with write statement.
    Regards,
    Rajesh.

    Hi
    Check
    PARAMETERS: filename LIKE rlgrap-filename MEMORY ID M01,
    begcol TYPE i DEFAULT 1 NO-DISPLAY,
    begrow TYPE i DEFAULT 1 NO-DISPLAY,
    endcol TYPE i DEFAULT 100 NO-DISPLAY,
    endrow TYPE i DEFAULT 32000 NO-DISPLAY.
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
    EXPORTING
    filename = filename
    i_begin_col = begcol
    i_begin_row = begrow
    i_end_col = endcol
    i_end_row = endrow
    TABLES
    intern = intern
    EXCEPTIONS
    inconsistent_parameters = 1
    upload_ole = 2
    OTHERS = 3.
    After getting Records in INTERN TABLE  You can loop it to check where columns B & C are empty  and store them in another table .
    LOOP AT intern.
    IF INTERN  B and C has value  .
    CONTINUE
    ELSE .
    MOVE THEM INTO ANOTHER TABLE ITAB .
    ENDIF .
    ENDLOOP.
    THEN LOOP ITAB .
    WRITE : ' '
    ENDLOP .
    Hope this Helps .
    Praveen

  • Generic program to SEND an email

    Hello
    Can you help with an ABAP program to sends an email AFTER the Process chain completes. I would like to informational email from process chain as soon as it completes.
    Can you post an generic ABAP program that sends an email and please let me know the parameters that needs to be maintained..
    Also, suggest me, if there is a GOOD another way to accomplish this task.
    Thanks a lot for your help..

    Hi,
    Genarally, you can create a message, by right click and create message then give email ids in Maintain Recipent list (Recipt type =  via internet) and then give message that you want to send in Edit Document.
    Check whether the email address is maintained in SU01 in address tab.
    Configure SMTP server is set up properly ( SCOT). Ask basis team to do it.
    There is also other option to send the mail through program, for this you need to trigger any event or you can insert this program at teh end of the process chain.
    *& Report  ZTEST_FM_MAIL
    REPORT  ztest_fm_mail.
    DATA : is_doc_chng        TYPE sodocchgi1,
           it_objtxt          TYPE STANDARD TABLE OF solisti1,
           is_objtxt          TYPE solisti1,
           it_objpack         TYPE STANDARD TABLE OF sopcklsti1,
           is_objpack         TYPE sopcklsti1,
           it_objbin          TYPE STANDARD TABLE OF solisti1,
           is_objbin          TYPE solisti1,
           it_reclist         TYPE STANDARD TABLE OF somlreci1,
           is_reclist         TYPE somlreci1,
           w_lines_tx         TYPE i.
    Create Message Body
      Title and Description
    *is_doc_chng-obj_name  = 'MAIL'.
    is_doc_chng-obj_descr = 'Auto genareted Mail'.
    main text
    is_objtxt-line = 'This is an automatically generated mail. Please do not reply  to it.'(028).
    APPEND is_objtxt TO it_objtxt.
    is_objtxt-line = space.
    APPEND is_objtxt TO it_objtxt.
      write packing list (main)
    DESCRIBE TABLE it_objtxt LINES w_lines_tx.
    READ     TABLE it_objtxt INTO is_objtxt INDEX w_lines_tx.
    is_doc_chng-doc_size = ( w_lines_tx - 1 ) * 255 + STRLEN( is_objtxt ).
    CLEAR is_objpack-transf_bin.
    is_objpack-head_start = 1.
    is_objpack-head_num   = 0.
    is_objpack-body_start = 1.
    is_objpack-body_num   = w_lines_tx.
    is_objpack-doc_type   = 'RAW'.
    APPEND is_objpack TO it_objpack.
    is_reclist-receiver = 'your email id'.
    is_reclist-rec_type = 'U'.
    APPEND is_reclist TO it_reclist.
    CLEAR is_reclist.
    *This is for SAP system mail box
    *is_reclist-receiver = 'your system login ID'.
    *is_reclist-rec_type = 'B'.
    *APPEND is_reclist TO it_reclist.
    *CLEAR is_reclist.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        document_data              = is_doc_chng
        put_in_outbox              = 'X'
        commit_work                = 'X'
      TABLES
        packing_list               = it_objpack
        contents_txt               = it_objtxt
        receivers                  = it_reclist
      EXCEPTIONS
        too_many_receivers         = 1
        document_not_sent          = 2
        document_type_not_exist    = 3
        operation_no_authorization = 4
        parameter_error            = 5
        x_error                    = 6
        enqueue_error              = 7
        OTHERS                     = 8.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Thanks
    Reddy

Maybe you are looking for

  • How to add a field in FV60 transaction ALV

    Hi, I want to add a new field in FV60 transaction, I know that it can be done adding a new screen variant is this right? and how do i do this? What I exactly want is to add a field in the Table Control Named "Distance" and it should be type character

  • Slide Animations Stopped Working

    Hello, Last night we had a program in which we were screen sharing a Windows Media Player video. The setup I had was a Content Pod with a PowerPoint file in the front, and the Screen Share Pod behind it. In a new layout I had the reverse setup, the C

  • Subinventory Transfer script .

    Hi All, i have developed the following script to bulk sub inventory transfer ,please correct if i done any thing wrong and give me some valuable suggestions . create or replace PROCEDURE XX_SUB_INV_TRN (errbuf OUT varchar2, retcode OUT number,P_SUB_I

  • My Creative Cloud desktop app will not load

    my creative cloud app on my desktop will not load...????

  • IWork serial number not working

    I have iWork '06 on my comp. I went to buy iWork and discovered iWork '08. Great! Bought it and am trying to use my new activation key to get iWork to, well, work and nothing is happening. After I put in the activation key (is that the same thing as