How the backend confirmation comes to EB

Hi experts,
In ECS scenario we can do confirmation directly in the backend system. How the GR number along with other details comes to the EBP system in this case. Is it through bbp_get_status_2 job . I have gone through this program but  there is a mention of PO updation . There is no mention of GR or invoice explicitly.
please clarify.
thanks
sankar

Hi
Why you need these details ? Any specific requirement ?
Coming most probably from BAPI or IDoc. [Which is called either from this report program or some other program ]
Incase you need the name of the BAPI / Idoc will let you now.
Regards
- Atul

Similar Messages

  • I wanna know  how the support issues come to a development/support develope

    Hi Guys,
    I want to know that how the support issues comes to development system from client? what is the flow of opening a ticket in the system which is sent by client ?
    Its very urgent, please reply for this post.

    Hi,
    That will be taken care by your Project Manager or Team Leader.  Your Project Manager will receive the issue, discuss with functional consultants and will come to you with the functional spec if it is a straight development.  Otherwise, if the issue is a functional issue and a work around to be developed through ABAP they will come to you asking the fesibility or suggestion how it can be solved.
    Regards,
    Hema

  • How do I connect to the backend database?

    I have both the infrastructure and the mid-tier installed on the same machine. I have created an omniportlet with specific connection information (username/password/connection info) to connect to a back-end (customer) database. Is this the correct methodology to use for connecting to the back-end database? I am concerned that when the portlet is moved to a production system then the connection information will be invalid and the portlet will not work.
    Also, I have created a dblink to the backend database in the PORTAL schema, which exists in the iasdb (also sometimes referred to as the infrastructure repository, infrastructure instance). The iasdb obviously also holds the metadata repository. I can use this link within a DAD to connect to the backend database. My intention was to use this link to get round the problem of invalid connection info when the development system is moved to production, but the link does not work with omniportlets.
    I am confused as to how the backend database is connected to by OAS. Can someone please explain to me how this is done in a system which has separate machines for client, infrastructure, middle (portal) tier and backend database?

    Managed to figure out that I just have to let tnsnames resolve this issue.

  • How the system will caluclate price in billing doucment

    hi gurus
    In billing doucment.( Invoice) how the price will come. 
    2)  What is the use of document pricing procedure in billing document ( vofa) controling fields.  Where do we use this document pricing procedure In which scenario this (document pricing procedure) will be use ful.
    3)  can we see pricing in delivery.
    Thanks in advance

    HI,
    A sales document belongs to a sales area. PP is determined in SD on customer PP + Doc .PP and sales area. Docpp is field in sales doc or billing type. PP of sales order and invoice is same if doc. pp is same. The same gets copied in invoice. But, u can have diff pp for billing doc also.
    Generally, in delivery u can have frt or pkg charges.Pricing is delivery is not recommended.
    Hope it clarifies your doubts.
    Thanks,
    Pramod

  • Does the Procurement Confirmation Wizard work through DI-API?

    Is it possible to create a Purchase Order with a Sales Order as its base document through the DI-API similar to how the Procurement Confirmation Wizard works?

    Hi,
    The answer is NO. This is not exposed to DI-API yet.
    Thanks,
    Gordon

  • How do I add multiple tickets under the same confirmation number from the American Airlines app to Passbook?

    I have a confirmation number from American Airlines for a flight with my family all under my name and for some reason I cannot add all of our tickets to Passbook. To clarify, I went to the American Airlines app and put in the confirmation number along with my name which pulled up my boarding pass only. Although I was able to add this boarding pass to Passbook, I was not able to add any of the other boarding passes for my children to Passbook that should have also been under the flight reservation. In fact I couldn't even see them in the American Airlines app. I tried to use their names and the same confirmation number but nothing happened, and nothing else seems to be working. How can I add all of these boarding passes to my Passbook?

    Fair enough.
    I started doing this before unlimited data and emails on phones was a common commodity, on my Samsung Blackjack.
    I then continued it due to its convenience. My only counter argument is this:
    Even when emails are set to immediately push, I am always notified earlier by this forwarding message (sometimes by several minutes/hours due to the fact that it is not dependent on my being connected to 4G or wifi to receive it.
    Also, to contradict snozdop's point that both methods use data and battery, I say this - when I use the forwarding method, the information comes in a pure text format and therefore uses considerably less information than an HTML and CSS rich email, with embedded images and such -also, unlimited text messages aids curve costs.
    I will, however, give this method a go. In any case, a solution to my original question would still be greatly appreciated.
    Thanks guys.

  • How can I remove the pictures in photo stream? I have already turn off my photostream at the settings but when i turn it on again, the pictures still come out?

    How can I remove the pictures in photo stream? I have already turn off my photostream at the settings but when i turn it on again, the pictures still come out?

    Ok you can reset the stream from www.icloud.com
    Goto www.icloud.com
    Login with your iCould username and password.
    and login
    Then click on your name in the top right hand side of the screen next to sign out,
    it opens a window Account details with Language, Time Zone, Advanced
    Select Advanced - Then click Reset Photo Stream. and confirm, the stream will be reset and totally deleted
    I still think you should be able to remove individual pictures though, a blured image etc is a problem

  • How to find the backend  SQL query of the JSP page in OIC

    Does anybody how the best way to find the backend SQL QUERY of OIV JSP page?

    How To Generate Trace Files in in HTML/JSP (using Profile Option)
    •     • Note: This requires proper responsibility to set SQL Initialization statement using Profile option.      
         Step 1.     Login to the desired Form application.     
         Step 2.     Select +Profile >> System ('Find System Profile Values' screen will pop up)     
         Step 3.     Check 'User' and Type in the Username (in which the account for that user will be trace)     
         Step 4.     Type 'Initialization%' in the Profile box and Hit 'Find' (Click here for preview.)     
         Step 5.     In the User box, type the following statement and Hit 'Save' (Click here for preview)
         BEGIN FND_CTL.FND_SESS_CTL('','','TRUE','TRUE','','ALTER SESSION SET TRACEFILE_IDENTIFIER = TESTING MAX_DUMP_FILE_SIZE = 5000000 EVENTS ='||''''||' 10046 TRACE NAME CONTEXT FOREVER, LEVEL 12'||'''');END;     
         Note:     specify any name you like to identify your trace, in this case, testing is the end name on the trace. You can also specify the amount of data allowable to be in the trace, in this case, 5000000 is the amount set. Make sure you hit 'Save' afterwards.[Quotes in the statement are all 'Single' quotes.]
              specifying TRACEFILE_IDENTIFIER value is mandatory when setting up the trace using the above profile option value
         Step 6.     Login to HTML / JSP page with username/password and start your flow. (Everything you do once login to HTML / JSP will get trace.)     
         Step 7.     Logout of HTML / JSP application once you completed with your flow.      
         Step 8.     Go back to the Profile option in the Form application and delete the Initialization SQL statement, and Hit 'Save'.     
         Step 9.     Log in to the database server or login server and retrieve your trace file.
         Identify and retrieve the trace file using the tracefile_identifier specified in Step 5.
         In this case the tracefile_identifier is “TESTING”. (Click here for Trace file locations) *     
         Note:     If you need to regenerate your trace or tracing a new flow, then repeat Step 1 to Step 8. To avoid self-confusion, choose a different name for your trace identifier everytime you set to trace.     
         Step 10.     See TKPROF section on how to format trace file into readable text.
         Trace Options Definition
         No Trace          Tracing is not activated
         Activities will not get traced.
         Regular Trace
         (Level 1)          Contains SQL, execution statistics, and execution plan.
         Provides execution path, row counts as well as produces smallest flat file.
         Trace with Binds
         (Level 4)          Regular Trace plus value supplied to SQL statement via local variables.
         Trace with Waits
         (Level 8)          Regular Trace plus database operation timings that the SQL waited to have done in order to complete, i.e. disk access.
         Trace with Binds and Waits
         (Level 12)          Regular trace with both waits and binds information.
         Contains the most complete information and will produce the largest trace file.
    ****Send me an email to [email protected],I will share the document with you.

  • How may spool request can I create in the backend?...

    Hi Experts,
    How may spool request can I create in the backend? If yes, is there anywhere in the system can I set this value to increase number of spool request per user.
    Is there any condition which can prevent me create a new spool request?
    Yes all of the answer above is answered, so is there any offfical document from SAP states them.
    Thanks!
    - Anthony-

    Thx for the feedback. But, in fact, what was the real issue, originally?
    I forgot to inform you of that:
    1) [Note 193638 - Calculating spool number from file names as of 4.0A|http://service.sap.com/sap/support/notes/193638] (indicates the algorithm of UNIX file names). This note also indicates "For Release 4.0A, the maximum spool number has been increased from 99000 to 2000000000. The maximum number of output requests per spool request has been increased to 32767 as well."
    2) I think I forgot one of your initial questions:
    > Is there any condition which can prevent me create a new spool request?
    By default, SAP tries to append pages to existing spools with same characteristics. If they are always different, a new spool request is always created. So, you may change some characteristics so that they are identical and SAP will reuse existing spools. See rules in [Note 85318 appending documents to existing spool requests|http://service.sap.com/sap/support/notes/85318].

  • Set Confirmation to "Posted in the Backend"

    Dear SDN,
    due to organizational problems, some Confirmations had to be posted manually in our business.
    With an ABAP'er help, after running FM BBP_PD_CONF_TRANSFER, the Confirmation was successfully posted in ECC, but the status remained as "Approved".
    Please, how to set the Status to "Posted in the Backend" now??
    We've tried to run CLEAN_REQREQ_UP, but we get the message "Buffer table not up to date".
    Also, we ran program BBP_GET_STATUS_2, with success, but the Confirmation status still remains "Approved".
    Please, what is missing in our attempts, or what else can be wrong with the Confirmation?
    (SRM 5.00)
    Appreciate your help,
    Regards

    Hi Fabio
    I have to create confirmations in SRM from PO. I'm using ECS.
    Can you please explain how you have created your confirmations.
    I tried using FM BBP_PD_CONF_CREATE but I'm not getting confirmation number in my header(other details are there) and my item return table is empty and I get an error saying that enter atleast one item(I'm passing item data with open quantities).
    Please help me out.
    Thanks
    Ankit Pradhan

  • How can I confirm the automatic updater of revoked certificates is working?

    There is a
    Microsoft security advisory from a few weeks ago about fraudulent certificates. In the advisory it says it is revoking India's NIC authority certificate and for systems running Windows 7 that are using the automatic updater of certificates that no action
    is needed.
    I don't know if I'm running the automatic updater of certificates. I tried installing the referenced
    KB2677070 but it says "The update is not applicable to your computer." And I don't see it listed as an installed update for this computer.
    I went into certmgr.msc and I don't see India's NIC certificates listed as untrusted.
    I'm running Windows 7 SP1 x64. How can I tell if I'm running the automatic updater of revoked certificates and how can I confirm that it's working? How can I see what certificates the automatic updater has revoked?

    Hi,
    afaik these updates are just coming in over Windows update. Your KB2677070 might be superseeded ba another update, or included in a rollup you installed.
    quote from
    http://technet.microsoft.com/en-us/library/cc734054(v=ws.10).aspx : You can verify that the Automatic Root Certificates Update component is working properly by using a Web browser to open a Web site that requires the Automatic Root Certificates Update
    component. When you open this Web site, a new root certificate is downloaded from the Microsoft Windows Update Web site. If the certificate is downloaded successfully, Event ID 1 in the Microsoft-Windows-CAPI2 event source will be written to the event log.
    Note that if not explicitly turned of, the update is attempted and events are logged as described in http://technet.microsoft.com/en-us/library/cc733922(v=ws.10).aspx
    MCP/MCSA/MCTS/MCITP

  • How to reset your secret question, when you have forgot the answer. And how to change the email where the reset confirmation will be send towards?

    can anybody help with the question below?
    how to reset your secret question, when you have forgot the answer. And how to change the email where the reset confirmation will be send towards?

    You won't be able to change your rescue email address until you can answer your questions, if you don't have access to your current rescue account then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use steps 1 to 7 half-way down this page to update your rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • How to configure portal server with the Backend Oracle database

    Hi Portal Experts,
    we are planning to install Netweaver 04s sp stack 9 full java edition with Oracle 8i on windows platform.
    we have the installation docs of portal but we didn't have any idea about how to configure Portal server with the Backend Oracle database at the time of installation or after ost installation of portal.can anyone provide the documentation about this or guide me how to achieve this.
    PLZ share ur views---your help would be highly appreciable.
    Regds
    Phani.

    HI
    if you r working in Sap enterprise portal use for connection url
    jdbc:sap:sqlserver://ilsql01.tlv.sap.corp:1433;DatabaseName=Northwind
    ilsql01.tlv.sap.corp:1433 this is your portal url with port number
    Northwind is your database name.
    for dirver you need to give
    com.sap.portals.jdbc.sqlserver.SQLServerDriver
    in case if you r working on other than sap say windows along with oracle try to use
    Connection URL as jdbc:oracle:<drivertype>:@<database>
    Driver name as oracle.jdbc.driver.OracleDriver
    ex jdbc:oracle:thick:@localhost:3036:mydb
    Oracle implements two types of JDBC drivers:
    Thick JDBC drivers built on top of the C-based Net8 client, as well as a Thin (Pure Java) JDBC driver to support downloadable applets. Oracle JDBC drivers are used to create JDBC applications to communicate with Oracle databases.
    Oracle extensions to JDBC include the following features:
    Data access and manipulation
    LOB access and manipulation
    Oracle object type mapping
    Object reference access and manipulation
    Array access and manipulation
    Application performance enhancement
    *************if the information is helpful to you please reward points************

  • I have bought a film from itunes and the credit has come out of my account, but i can't find the film anywhere, it said it was downloading, then i left the laptop and on return i couldn't find the film. how do i find the film?

    i have bought a film from itunes and the credit has come out of my account, but i can't find the film anywhere, it said it was downloading, then i left the laptop and on return i couldn't find the film. how do i find the film?

    Maybe it is in the Purchased category of iTunes,
    Try going there

  • TS1702 I cannot get the keyboard to come up on the ipad mini when in the citrix receiver.  Has anyone ran into this and do you know how to fix it?

    I cannot get the keyboard to come up on the ipad mini when in the citrix receiver.  Has anyone ran into this and do you know how to fix it?

    I am not familiar with Citrix Reciever but is it possible it is open or being used in another open app?
    Try quitting all apps then try again.
    Quit all apps: Double tap the Home button and swipe the app preview page up for each open app

Maybe you are looking for

  • How can I uninstall Quicktime completely?

    I want to purge ALL files related to Quicktime so that I can try installing a fresh copy to see if that would get it to working again. See thread about it not working anymore since the latest "upgrade": http://discussions.apple.com/thread.jspa?thread

  • Disable Hold button of Purchase Order

    Hi All, I am using the BADI 'ME_PROCESS_PO_CUST', methods 'PROCESS_HEADER' & 'CHECK' to validate the header of PO, to validate the PO header details and throwing error messasge incase of any validations. The requirement is to disable the HOLD button

  • Converting of documents written in foreign languages

    hello - how to convert pdf documents in word, when they are written in foreign languages? wanted to convert a document written in czech < unreadable!

  • Acrobat pro 6  and standard 7 in windows 7

    Hi!, we can't install acrobat pro 6 and acrobat standar 7 in windows 7 pro 64 and 32 bits. We have problems with de virtual printer Adobe printer. Are incompatible this versions with windows 7?

  • Can We Find AS2 Adapter in XI latest releases

    Hi, Any body is aware of the AS2 adapter in XI latest releases like 7.0 and 7.1 . I heard that this adapter is included  along with the file, rfc, idoc.. etc in latest versions of XI. Is it true. Kindly suggest. Regards, Venkat