SRM7.0, ext.classic - Which function is used to create PO in SRM?

Hello,
does someone of you know, which function will be used to create a PO in SRM out of a SC in an extended classic scenario?
How can the creation of the SRM PO be debugged?
Kind regards,
Thomas

Hello,
Local PO creation occurs in BBP_PD_PO_CREATE. However, this process occurs in background and if you set an external breakpoint while ordering the cart, it won't stop.
You can create a cart in held status, take its header GUID, set a BP at BBP_PD_PO_CREATE and execute BBP_PD_SC_TRANSFER to transfer the cart, providing the header cart GUID.
Regards,
Ricardo

Similar Messages

  • Which function is used for  adding days to given month

    which function is used for  adding days to given month

    Hi Jagrut,
    Good ... Check out the following examples
    <b>Get a date</b>
    DATE_GET_WEEK Returns week for a date
    WEEK_GET_FIRST_DAY Returns first day for a week
    RP_LAST_DAY_OF_MONTHS Returns last day of month
    FIRST_DAY_IN_PERIOD_GET Get first day of a period
    LAST_DAY_IN_PERIOD_GET Get last day of a period
    RP_LAST_DAY_OF_MONTHS Determine last day of month
    <b>Date calculations</b>
    DATE_COMPUTE_DAY Returns a number indicating what day of the week the date falls on. Monday is returned as a 1, Tuesday as 2, etc.
    DATE_IN_FUTURE Calculate a date N days in the future.
    RP_CALC_DATE_IN_INTERVAL Add days/months to a date
    RP_CALC_DATE_IN_INTERVAL Add/subtract years/months/days from a date
    SD_DATETIME_DIFFERENCE Give the difference in Days and Time for 2 dates
    MONTH_PLUS_DETERMINE Add or subtract months from a date. To subtract a month, enter a negative value for the 'months' parameter.
    DATE_CREATE Calculates a date from the input parameters:
    Example: DATE_CREATE
    CALL FUNCTION 'DATE_CREATE'
    EXPORTING
       anzahl_jahre  = 1
       anzahl_monate = 2
       anzahl_tage   = 3
       datum_ein     = '20010101'
    IMPORTING
       datum_aus     = l_new_date.
       Result:
       l_new_date = 20020304
    Example: MONTH_PLUS_DETERMINE
    data: new_date type d.
    CALL FUNCTION 'MONTH_PLUS_DETERMINE'
    EXPORTING
    months = -5 " Negative to subtract from old date, positive to add
    olddate = sy-datum
    IMPORTING
    NEWDATE = new_date.
    write: / new_date.
    <b>Hollidays</b>
    HOLIDAY_GET Provides a table of all the holidays based upon a Factory Calendar &/ Holiday Calendar.
    HOLIDAY_CHECK_AND_GET_INFO Useful for determining whether or not a date is a holiday. Give the function a date, and a holiday calendar, and you can determine if the
    date is a holiday by checking the parameter HOLIDAY_FOUND.
    Example: HOLIDAY_CHECK_AND_GET_INFO
    data: ld_date                 like scal-datum  default sy-datum,
          lc_holiday_cal_id       like scal-hcalid default 'CA',
          ltab_holiday_attributes like thol occurs 0 with header line,
          lc_holiday_found        like scal-indicator.
    CALL FUNCTION 'HOLIDAY_CHECK_AND_GET_INFO'
      EXPORTING
        date                               = ld_date
        holiday_calendar_id                = lc_holiday_cal_id
        WITH_HOLIDAY_ATTRIBUTES            = 'X'
      IMPORTING
        HOLIDAY_FOUND                      = lc_holiday_found
      tables
        holiday_attributes                 = ltab_holiday_attributes
      EXCEPTIONS
        CALENDAR_BUFFER_NOT_LOADABLE       = 1
        DATE_AFTER_RANGE                   = 2
        DATE_BEFORE_RANGE                  = 3
        DATE_INVALID                       = 4
        HOLIDAY_CALENDAR_ID_MISSING        = 5
        HOLIDAY_CALENDAR_NOT_FOUND         = 6
        OTHERS                             = 7.
    if sy-subrc = 0 and
       lc_holiday_found = 'X'.
      write: / ld_date, 'is a holiday'.
    else.
      write: / ld_date, 'is not a holiday, or there was an error calling the function'.
    endif.
    Checking dates
    DATE_CHECK_PLAUSIBILITY Check to see if a date is in a valid format for SAP. Works well when validating dates being passed in from other systems.
    Converting dates
    DATE_CONV_EXT_TO_INT Conversion of dates to SAP internal format e.g. '28.03.2000' -> 20000328 Can also be used to check if a date is valid ( sy-subrc <> 0 )
    Function to return literal for month
    he table you want to use is T247. You can also use the function MONTH_NAMES_GET.
    You can also try table T015M. It has the month number in it's key.
    Formatting
    DATUMSAUFBEREITUNG Format date as the user settings
    Other
    MONTH_NAMES_GET It returns all the month and names in repective language.
    Good Luck and thanks
    AK

  • How to check which function was used in a function based index.

    Hi how can i check which function was used in a function based index created on a column.
    Thanks

    Hi,
    What is your requirement... !!
    Bascially performing a function on an indexed column in the where clause of a query guaranteed an index would not be used. From Oracle 8i onwards introduced Function Based Indexes to counter this problem.
    Any how check this..you will get an idea..
    http://www.akadia.com/services/ora_function_based_index_2.htm
    http://www.oracle-base.com/articles/8i/FunctionBasedIndexes.php
    -Pavan Kumar N

  • How to find out which keywords were used to create a smart album?

    Hi,
    I actually have 2 questions;
    a) Short of scrolling down my very long list of password on the HUD - is there an elegant way to do it - How to find out which passwords were used to create an existing smart album? It's a recurring challenge for me.\ 'cause I like using smart albums, but once in a while need to check or chane the passwords.
    b) With annoying regularity when I try to get to this forum and choose Aperture, I get the following message - in pink, no less: It appears you're not allowed to view what you requested. You might contact your administrator if you think this is a mistake.
    Any clues?
    Thanks guys,
    Raphael
    <Edited by Host>

    b) With annoying regularity when I try to get to this forum and choose Aperture, I get the following message - in pink, no less: It appears you're not allowed to view what you requested. You might contact your administrator if you think this is a mistake.
    Any clues?
    Raphael,
    that message may occur for four reasons at least:
    Most frequently, when you are using an outdated link to a post that no longer exists, for example from an email notofication. Sometimes our community host will remove posts, that are in violation of the terms of use: see:
    Apple Support Communities Terms of Use
    Or you are using the edit button or a bookmark to an "Edit" window, after the fifteen minutes allowed for editing are up.
    Or you want to view a page in a restricted section of the ASC - soem perta are only open for members of level 6 or higher.
    Or it is one  of the unexplained problems with the forum software right now.
    a) Short of scrolling down my very long list of password on the HUD - is there an elegant way to do it - How to find out which passwords were used to create an existing smart album? It's a recurring challenge for me.\ 'cause I like using smart albums, but once in a while need to check or chane the passwords.
    I really like Kirby's suggestion with the IPTC rule Keyword is. This is very useful for smart albums global to the library.
    Frequently a different approach helps for my smart albums. Many of my smart albums are local to projects or folders.  In this case the smart HUD will only show those keywords that have been used for the images in the selection. So if I only have tagged the images with the keywords "birds" and "slideshow", the smart settings HUD will only show these two keywords and the list is very short.
    My Keywords HUD, is organized hierarchically; this way I can collapse large sections at once, and it is easier to focus on the keywords needed for a specific task.
    I use the search field in HUD a lot, to filter the set of keywords shown.

  • Which FM to use while creating a Profit Center using LSMW BAPI

    Which FM to use while creating a Profit Center using LSMW using BAPI: BUS0015

    Hi,
    For creating Profit centre using LSMW bapi method.
    You need to give this values in the 1st step of LSMW.
    Business Object       BUS0015
    Method                    CREATE                                    Create
    Message Type         PROFITCENTER_CREATE          Create profit center
    Basic Type              PROFITCENTER_CREATE01      Create Profit Center
    In We20 port creation use process code as BAPI
    Regards,
    Shan

  • Which trasaction we use for creating delivery againest STO?

    Hi
    I need to know which trasaction we use for creating delivery againest STO with 641 movement type?
    Please provide the complete steps of this process.

    Hi,
        Try it in VL10B for creating p.o delivery in background....
    From sas....

  • Which function module used

    Hi all,
    The function module C1CA_SD_INTERFACE_TO_EHS_NEW is used to generate messages to the workflow inbox.
    From this function module how or which function module is used to get the information to the inbox documents..
    Please reply to my above question...
    Thanks & regards,
    Sunil.

    Hello,
    I don't understand the question. What sort of messages? Where did you get that function name from?
    regards
    Rick Bakker
    hanabi technology

  • Which function to use for labeling 3D objects? (Acrobat 3D or Acrobat 9 Pro Extended)

    I want to label parts of a 3D model (e.g. "Rough finish", "Glossy" etc.). I want the labels to be present even when the model is rotated, zoomed and turned etc. I tried using the comment feature (text box with a line) in Acrobat 3D (v. 8) but the problem is that the labels disappear as soon as the model is turned or zoomed. They reappear only when the saved "view" is "on".
    Any suggestions on how this can be done, preferably using Adobe Acrobat 8 (or toolkit)? If its absolutely impossible in this version of Adobe I will try to use trial version of Adobe 9 Pro Extended.
    Please advise.
    Thank you.

    Hello,
    You can create 3D comments linked to the geometry within Acrobat Pro Extended 9
    - Import your 3D model
    - Activate 3D then right click and select Tools/Add 3D comment
    - Pick an element on your 3D Part (insert your text) then press ok
    Hope it helps
    Best Regards
    William Gallego

  • Can i use malloc function while using DLL created from C program

    Hi,
    I have written a simple program in C , which uses malloc function for allocating memory for the array.When iam calling that DLL using call library function node in labview, it is not giving any output, my doubt is can we use malloc function in C program from which we will create DLL and is called in labview? I am attaching my C code and DLL and also labview file please tell me where i am doing wrong?
    Thanks & Regards,
    Vishnu
    Attachments:
    first.zip ‏1010 KB

    Hi Vishnu,
    There's no problem using the Malloc function in C and call it as a DLL in LabVIEW.
    But LabVIEW has a different memory management than C.
    It is probably not recommended to allocate array memory in C for labVIEW arrays
    You can use initialize array in LabVIEW instead.
    Good luck
    Van L
    NI Applications Engineer

  • Function modules used to create ibase and iobjects

    Hi,
    Could you please suggest me the function modules from which the ibase and iobjects are created.
    Thanks in advance,
    Riya

    Hello Riya,
    Use following FMs in sequence to create ibase or iobjects in CRM:
    GUID_CREATE
    COM_PRODUCT_UI_MAINTAIN
    COM_PRODUCT_UI_SAVE
    COM_PRODUCT_UI_REFRESH
    I have used it successfully to create iobjects in my developments.
    I hope this helps.
    Thanks
    Vishal
    Edited by: Vishal Kesar on Nov 24, 2010 6:43 PM

  • Partition Ext.l HD already in use to create separate partition for backup

    I have a 500 GB firewire external drive which has about 80 GBs of photos on it connected to a laptop. I want to make a 100 GB partition to use as a backup for my startup drive. Can I make this partition without reformatting entire HD? or Should I copy the 80 GBs to a 250 GB USB HD and then reformat & partition the 500 GB and then can I recopy the 80 GBs of photos back to the firewire drive without losing anything? When I have a partition for a backup Will Superduper make continuous backups once the startup drive has been cloned or would Carbon copy cloner be better?

    Can I make this partition without reformatting entire HD?
    If the drive is in the GUID partition table format, the Disk Utility can repartition the drive without erasing its content.
    (28863)

  • Which controls to use to create tabbed UI?

    I am creating a app using sapui5 and wanted to create something like this(visible in the background):
    How could do this? Which controls should be used? Would be really glad if some one could help out.

    Hi,
    you can use TabStrip control. refer SAPUI5 SDK - Demo Kit
    and example TabStrip - sap.ui.commons
    Regards,
    Chandra

  • Can swipe and pinch to zoom functionality be used in creating an interactive pdf through indesign?

    A client is telling me that there is a way to add these functionalities to an existing indesign file but I cannot figure out how. They would like to have the exact same features that an iBook has, but on a standalone pdf. Is this possible through indesign, or do I need a 3rd party software? I did manage to speak to a company that does this, and all they told me was that they take the indesign file, which is a horizontal layout of a book, and add the swipe and zoom functionality that exactly mimics those of ibooks.

    Not in PDF. That sounds like DPS.

  • Which acl is used for creating a new Context?

    When I do something like this....
              Properties h = new Properties();
              h.put(Context.PROVIDER_URL, "t3://localhost");
              h.put(Context.SECURITY_PRINCIPAL, "cdanek");
              h.put(Context.SECURITY_CREDENTIALS, "cdanek");
              h.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
              Context ctx = new InitialContext(h);
    It obviously doesn't work unless 'cdanek' is a weblogic user. I'm
    working on a custom realm, and I'd like to know what acl is checked
    for the above code. I've currently removed all realms from this
    instance, I'm assuming the only one left is the default fileRealm
    (fileRealm.properties). Anyone?

    Chris,
    Not sure what you are asking here..
    If you have no other realms installed, WLS defers to the filerealm.
    Is this what you are asking?
    Chris Danek wrote:
    When I do something like this....
    Properties h = new Properties();
    h.put(Context.PROVIDER_URL, "t3://localhost");
    h.put(Context.SECURITY_PRINCIPAL, "cdanek");
    h.put(Context.SECURITY_CREDENTIALS, "cdanek");
    h.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
    Context ctx = new InitialContext(h);
    It obviously doesn't work unless 'cdanek' is a weblogic user. I'm
    working on a custom realm, and I'd like to know what acl is checked
    for the above code. I've currently removed all realms from this
    instance, I'm assuming the only one left is the default fileRealm
    (fileRealm.properties). Anyone?--
    Tom Mitchell
    [email protected]
    Very Current Stoneham, MA Weather
    http://www.tom.org

  • Determine which function uses DSP on LabVIEW FPGA Code

    Hello All,
    I need some help, during optimization of our code on FPGA (sbRIO 9606) we faced with problem where we need to know which function is using DSP and which function is not using DSP (we are talking about on board DSP48's).
    Now my question is: Is there any way to find which function is exactly using DSP (for example add, sub, mul and so on) and how many, in which cases it's using it?
    Thank you with best regards.
    Orbel

    Hello Orbel,
    I found this thread, I think it is going to be useful for you.
    Is there an obvious way to prevent an FPGA multiply from using DSPs?
    You are going to find a KB and a CAR associated to that forum. Please check this document linked below, it is also useful (explicit use of DSP).
    An Introduction to High-Throughput DSP in LabVIEW FPGA
    Regards

Maybe you are looking for