Number of BDC in a package.

Hi all.
I want to find out number of BDC created, in a package.
Regards
Prajwal

hi,
goto se80.
give ur package name.in any 1 bdc program double click on bdcdata structure now select where used list icon .
there select programs check box and also click select area button at bottom.
their give ur package name and press enter it will show all bdc in ur package.

Similar Messages

  • Max. number of records in a package

    Hi,
    I was asked an interview question of 'what are the maximum number of records a BW package can have?'
    Can some one please answer?
    Thanks
    Sarah

    Hi
    Maximum size of a data packet in kByte                            20000
    U can find this in Scheduler(Maintain Info package) screen. In this screen in the menu go to Scheduler ---> DataS.Default Data transfer
    regards
    kiran

  • Asking for Serial Number after Apple Remote Desktop package installation.

    Hello guys,
    I just finish making a package of Sketchup 6, it works fine and everything but is asking me to enter the serial number and this is after i have already enter the serial number before i made the package......correct me if I'm wrong but i thought that when u make the package it would keep that information, I know i copy all the files and checked the permissions many times so I'm not sure what is it that I'm doing wrong, can anyone help me pls and thank you in advance.
    ~X

    Some software keeps it's serial number in a hidden file that can be very difficult to locate. If you're not including that file in the package, that would explain the problem. You might want to ask the developer of the product about this; they might be able to help you with a workaround.

  • Unable to update the serial number through bdc in Sales Order

    Hi experts,
    I written the inboud FM for to update the 3rd party items serial number to the sales orders through BDC Call transaction Method.
    Here i am facing a problem when i have the 19 item Quan ,it is updating correct through idoc , when ever there is moe than 19 and at that if any serial number repeated for that if i am changing at that time it is loosing the control of the BDC and giving the control to the salesorder screen.
    how can i handle that control again has to come to BDC prgrm......
    Thnks,
    Regards,
    Bharani

    Hi,
    Can you please let me know the segment in ORDERS05 Idoc to process the Payment card information and if the standard Function Module can handle the creation of a Sales Order with data for Payment Card.
    We have a requirement to map the Tokenized Number of the Credit Card send from a store front end to ECC mapping via SAP-PI.
    Thanks in Advance,

  • How to put value of specific line number in BDC

    Hi all,
    I am working on a BDC (MI04)which has 3 fields as header:
    Document Number:
    Date:
    Fiscal Year.
    After entering I get a screen having default Material Number, its description and its serial number. There is one field named QTY where I need to push the value through BDC.
    But the issue is that I am not able to reach to that Material Code to push the qty value. I am getting the Material Code and its serial number in the text file from user.
    May some times the given material code in on the NEXT PAGE (P+). So dont know how to go to the next page and push the qty in front of the correct material code..
    Please help. Its very very urgent.
    Thanks in Advance.
    -=Maddu=-

    Try something like
    perform bdc_dynpro      using 'SAPMM07I' '0731'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ISEG-ERFMG(01)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=KLA'. " Menu goto/position
    perform bdc_dynpro      using 'SAPMM07I' '1701'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RM07I-ZEILE'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENT2'.
    perform bdc_field       using 'RM07I-ZEILE'
                                  '8'. " give the "iseg-zeile" of the record to fill
    perform bdc_dynpro      using 'SAPMM07I' '0731'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ISEG-ERFMG(01)'. " fill line 1 displayed
    Regards

  • Counting the number of IDocs in a package of IDocs in BPM

    Hello All,
        I need a solution where I need to count the number of EDI_DC40  segments (The IDoc Count) in a package of IDoc's. The following is the scenario
    1) We are receiving a package of IDoc's in receive step using the XI File Adapter. I was wondering if there is a way that I can count the number of IDoc's in the BPM using a container operation or some other Method. I appreciate any help.
    Thanks.

    HI,
    We have two ooptions,
    one as explained above , yu can use standard count function and that can be used.
    Second one is we have count option in file adapter to count the msgs.
    see the below link
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/0b/9a50465ccf84479e39a6d50c90fb3f/content.htm
    Regards
    Chilla

  • Getting Material Doc number from BDC

    Hi ,
    Iam updating the materail using MSCN tcode in BDC.
    When the material is updated successfully through BDC.
    I have to capture the Material document number of that particular material.
    Please suggest me how to get the material documnet number of material which is updated through 'BDC'.
    Thnaks in advance.

    Hi,
    After writing the call transaction,use the FM FORMAT_MESSAGES.
    LOOP AT t_msg INTO fs_msg.
        CALL FUNCTION 'FORMAT_MESSAGE'
          EXPORTING
            id        = fs_msg-msgid
            lang      = sy-langu
            no        = fs_msg-msgnr
            v1        = fs_msg-msgv1
            v2        = fs_msg-msgv2
            v3        = fs_msg-msgv3
            v4        = fs_msg-msgv4
          IMPORTING
            msg       = w_message
          EXCEPTIONS
            not_found = 1
            OTHERS    = 2.
           WRITE:
             / W_message.
      ENDLOOP.                     
    Declare the fieldstring fs_msg and table t_msg,then the values will be populated.
    Regards,
    jaya

  • Call child package x number of times from parent package

    I have a child package that I need to call x (10 or less) number of times and have those all run at the same time. The parent package should kick them off either simultaneously or one after the other, but the parent package should not complete until all
    child packages have completed. I will be sending a different parameter value to the child package for each process.
    How can I do this in SSIS without hard-coding several Execute Package Tasks with the same package but different parameter values?

    This is an odd distributed computing with SSIS, but I think you can try placing the children package into a ForLoop. But it will run sequentially. Another option is to generate/start Agent jobs with SSIS step(s) that runs the package(s), but then there is
    no master package as such and it all completes whenever.
    PS: In my experience this design/approached is more often ends with hands thrown out into the air after all the hair is pulled than it actually works.
    Arthur
    MyBlog
    Twitter

  • Getting the Order number in BDC

    Hi ,
    I have written on BDC where I am creating the sale orders, bu I would like to konw how to get the sale orders created.
    belos is sample code.
    Loop itab.
    BDC processing.
    Call transaction va01.
    ***here I need to get the created order number above.
    endloop.
    Regards,
    vinesh

    data: it_msg type standard table og bdcmsgcoll,
             lf_msg    type string.
    loop at it_msg into wa_msg.
    call function  format_message
       exporting
       id  =  wa_msg-msgid
      lang = sy-langu
      no   =  wa_msg-msgnr
    v1   =   wa_msg-msgv1
    v2  =   qa_msg-msgv2
    v3   =   wa_msg-msgv3
    v4  =   wa_msg-msgv4
    importing .
    msg  =   lf_msg.
    try with this peace of code.
    Regards,
    Raji

  • Customer contact ( VAP1 )  add pager number with BDC

    hi ,
        While creating Customer Contact for Pager number entry there is a POP alv , from where Pager need to be selected . while recording BDC it doesnt copy that Okcodes for the POP UP ALV  .
       So how to Add Pager number for mass upload .
    Ashok

    This has been noted by a few people, must have been either a mistake or Blackberry's way of cutting down on the drug trade. Do drug dealers even use pagers anymore? Just kidding!
    I would call the issue into your Carrier's Blackberry support team so that it gets officially recognized and fixed in a future release.
    As a workaround for now I can suggest moving the pager numbers to any other type of telephone field.
    -: DrewRead :-
    Can't find an app on Blackberry World yet? Tweet the developer and ask when they will #GetWithBB10 !!
    "Like it" if you like it.

  • Problem in getting serial number after BDC of IQ04.

    Hi all,
    I am doing a BDC recording of IQ04 t-code and generating serial number internally passing material number,equipment category
    and no. of serial number to be generated.
    Serial number is getting generated and i am getting BDC message 'Serial numbers generated for material xyz'.
    But my problem is i want to capture that serial number generated.
    I tried get parameter id but it is not working.
    Can anyone help me.
    Thanks,
    Nidhi.

    Its not getting capture in message table of BDC.
    This is only the problem....Because while running std transaction IQ04 also we will get only one message  'Serial numbers generated for material xyz'. So not able to capture it.
    Please suggest.
    Regards,
    Nidhi.

  • ODS Activation - Number of Records Per Data Package

    Hello,
    We are using the default Global ODS Setting called "Min Num of Data Records"... which defaults to 10,000.
    However, when I activate the ODS and look at the job log, I see that less than 10,000 records are in most of the data packages.  Below is part of the job log.  If the setting says the minimum must be 10,000 then why am i seeing data packages with less?
    Thanks!
    Data pkgs 000027; Added records 2,536; Changed records 0; Deleted records 0
    Data pkgs 000028; Added records 2,436; Changed records 0; Deleted records 0
    Data pkgs 000029; Added records 1,171; Changed records 0; Deleted records 0
    Data pkgs 000030; Added records 1,743; Changed records 0; Deleted records 0
    Data pkgs 000031; Added records 1,552; Changed records 0; Deleted records 0
    Data pkgs 000032; Added records 8,048; Changed records 0; Deleted records 0
    Data pkgs 000033; Added records 10,001; Changed records 0; Deleted records 0
    Data pkgs 000034; Added records 10,001; Changed records 0; Deleted records 0
    Data pkgs 000035; Added records 10,001; Changed records 0; Deleted records 0
    Data pkgs 000036; Added records 10,001; Changed records 0; Deleted records 0

    Hi Fong,
    The settings for 'no of data records' specifies how many records should be transfered in a data package to BW for processing .
    However added records specifies how many records of that data package actually loaded to your data target .
    This may be because of
    1.Key fields:  Your key field settings may lead to elimination of any duplicate records
    2.Update rule: Your update rule may have some filteration of records.
    Hope this makes you clear.
    Regards,
    Prema

  • How to find CR Request Number inside a package

    Hi Folks,
    how to find the CR Request Number list present inside one package.
    Reg,
    Hariharan

    Hi ,
    i had gone through the Transaction se03 Search for Object in Request/Task, in the selection screen no option for Package can you just breaf about the Selection Screen Step.
    Reg,
    Hari.

  • Pacman -U reports package needing a crazy number of blocks

    I'm testing a package provided by a reliable 3rd party and it fails to install on one system, but succeeds on another (both 32-bit systems). On the failing installation, pacman reports that the package requires a crazily huge number of blocks:
    # pacman -U <package>
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): <package>
    Total Installed Size: 6.54 MiB
    Net Upgrade Size: 0.02 MiB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [####################################] 100%
    (1/1) loading package files [####################################] 100%
    (1/1) checking for file conflicts [####################################] 100%
    (1/1) checking available disk space [####################################] 100%
    error: Partition / too full: 2552376766501889 blocks needed, 2089921 blocks free
    error: not enough free disk space
    error: failed to commit transaction (not enough free disk space)
    Errors occurred, no packages were upgraded.
    Running pacman -U --debug shows (snipped):
    debug: partition /, needed 2552325226889216, cushion 5121, free 2090145
    error: Partition / too full: 2552325226894337 blocks needed, 2090145 blocks free
    debug: returning error 7 from _alpm_check_diskspace : not enough free disk space
    I can install other packages with pacman fine and have never encountered this problem before. My root filesystem is not full:
    # df
    Filesystem 1K-blocks Used Available Use% Mounted on
    rootfs 25761332 17398388 7052040 72% /
    dev 509384 0 509384 0% /dev
    run 511272 572 510700 1% /run
    /dev/sda2 25761332 17398388 7052040 72% /
    tmpfs 511272 132 511140 1% /dev/shm
    tmpfs 511272 0 511272 0% /sys/fs/cgroup
    tmpfs 511272 44 511228 1% /tmp
    namcap showed nothing unusual about the package (which is not open source), and checks on my hard drive show nothing amiss.
    Would be grateful for any pointers to solve this unusual problem!

    Leonid.I wrote:Can you actually extract the package and measure the occupied disk space? Also what does pacman -Qpi <package> say?
    Yes - extracted it to a temporary directory and it occupied 6.2M of disk space, according to the du -h command. Directories and files looked fine.
    pacman -Qpi =>
    Compressed Size: 2485.82 KiB
    Installed Size : 6692.00 KiB
    All seems reasonable, but .... !
    (Also re-archived all the extracted stuff into a .pkg.tar.xz archive and got the same problem.)
    Edit: But both the .tar.gz and .tar.xz packages install without error on a second system, upgraded with pacman -Syu today to exactly the same level as the first system!
    Last edited by ninian (2012-08-06 18:34:05)

  • How to determine line number on Table control in BDC

    Hi,
    I am uploading changes for CG02 using BDC. I have to change data to specification type which are listed in a table control having some of the fields as IDCAT, IDTYPE, LANG, ORD, IDENT etc.
    For a particular substance number, there can be variable number of idtypes. Since there were 8 Idtypes already created for the substance number I was working with while recording and I created 9th Idtyep(Z_SARADOT#) while recording (Using SHBD), I am getting the code like ...'ESTRI-IDTYPE(09)....ESTRI-IDCAT(09).....'RCGRIIOT-IDENT(09)' which indicate that while recording, the values were added on 9th line of table control.
    Now this line number can vary for other substance number. How can I know
    (1) The last line of table control
    (2) Line number based on Value of field
        Example - here I want to know line number corresponding to IDTYPE Z_SARADOT# if it was created so that I can change the value of field IDENT of the table control.
    The piece of code I got after recording is:
              perform bdc_field       using 'ESTRI-IDTYPE(09)'
                                            'NUM'.
              perform bdc_field       using 'ESTRI-IDCAT(09)'
                                            'Z_SARADOT#'.
              perform bdc_field       using 'RCGRIIOT-IDENT(09)'
                                            '1175'.     
    Please help friends.
    Thanks & Regards,
    Surya

    There are around 800 Substance numbers and for each substance number there are around 10 IDtype. So It would be a costly processing.
    If there no other way doing it?
    I think, I need to follow this way as We can not determine the line number untill BDC is running.

Maybe you are looking for