Please help me with PL/SQL problem

Hi to all
This is my problem. I have a database with several tables. I will mention just some important for this problem. I have a table called Invoice, where I have following atributes
sifrac number(9) not null primary key,
datrac date default sysdate,
sifkup number(5),
sifprod number(5) not null,
ukcena number(5,2)
Then I have table called History of customer where I have
constraint pk_istkup primary key(sifrac,sifkup),
sifrac number(9) constraint fk_sifrac2 references racun(sifrac),
sifkup number(5) constraint fk_sifkup3 references kupac(sifkup) this is primary key in a table customer,
datrac date default sysdate,
ukcena number(5,2) this is total price of purchased stuff per one invoice.
What I would like to do now is make a trigger before insert or update table Invoice which check table History of customer and make a calculation of all total prices per one customer and if that customer made a purchase which is more than 1000 dollars then it have to make a calculation of total price*discount percent.How can I do that.
Thanks to all in advance

Billy  Verreynne  wrote:
LKBrwn_DBA wrote:
This type of functionality (a business rule to compute discount) would normally be added at the application level and not in a trigger. Why? Does business rule code need Java to be expressed correctly? Does Java (or whatever application layer language) used provide a better set of instructions for doing business rules than PL/SQL? Is business code written using a special keyboard and a pretty font?
And what happens when new system feeds invoice data for new department/division directly into the database, bypassing the app layer? What happens to that app layer business logic now?
It is a fallacy that business rules and logic needs to reside in a separate layer as that is somehow better. I disagree. LKBrwn_DBA didn't mention Java as an application layer. And he was not strict about it. So yes it is possible to use a trigger. But business logic tends to be changed fequently. So the rules for the logic might change. I would implement such logic using a pacakged pl/sql api. Triggers I would use for data validations and checks that are less likely to be changed.
As always it depends. But the general advice to have a certain level of business logic (e.g. apis) and another level of data integration and consitency layer (e.g. constraints and triggers) is a good advice.
As for bypassing the application layer. If an new system is able to do that, it can wreck even more havoc. A good anti mechanism is to expose only the APIs layer in a separate schema. The new system will have access to the schema and to the packages that are specified there. But it won't have direct dml to the tables.
Main question for me would be: Is that a business rule or is it a data integration rule (e.g. keep redundant data in different tables harmonized). This influences where the logic will be implemented.
Edited by: Sven W. on Oct 2, 2009 8:59 AM

Similar Messages

  • Please help me with scsi HD Problem

    Please help me with scsi HD Problem.
    Hi for the life of me I cant resolve this.
    I have a ms-6378 ver.3 board with 1.1g AMD
    i could not install windows 2000 on a Seagate 73Gig 68 pin SCSI Drive ultra wid. after giveing up i added a IDE HD and install win2k SP2 and added the SCSI card all still worked ok
    but as soon as i added the hardrive it locks up and it will
    not compleat the load of win2k and tried a smoler drive 18Gig 68 pin SCSI Drive. but it will not load windows 2000. i am stumpt. ;(

    It sounds like an IRQ conflict.  Make sure you diable the primary and secondary channels for the IDE ports to free up the IRQ resources for the SCSI drives.  If you are using a separate SCSI controller, make sure it is in the proper PCI slot and does not share IRQ's with other cards.

  • Please help me with this SQL query

    I am practicing SQL queries and have come across one involving fetching data from 3 different tables.
    The three tables are as below
    <pre>
    Country
    location_id          country
    loc1          Spain
    loc2          England
    loc3          Spain
    loc4          USA
    loc5          Italy
    loc6          USA
    loc7          USA
    </pre>
    <pre>
    User
    user_id location_id
    u1 loc1
    u2 loc1
    u3 loc2
    u4 loc2
    u5 loc1
    u6 loc3
    </pre>
    <pre>
    Post
    post_id user_id
    p1 u1
    p2 u1
    p3 u2
    p4 u3
    p5 u1
    p6 u2
    </pre>
    I am trying to write an SQL query - for each country of users, display the average number of posts
    I understand the logic behind this that we first need to group together all the locations and then the users belonging to one country and then find the average of their posts.
    But, i'm having a difficulty in putting this in SQL form. Could someone please help me with this query.
    Thanks.

    select
    country.country,
    count(*) Totalpostspercountry,
    count(distinct post.user_id) Totaldistincuserspercountry,
    count(*)/count(distinct post.user_id) Avgpostsperuserbycountry
    from
    country, muser, post
    where country.location_id = muser.location_id
    and muser.user_id = post.user_id
    group by country.country
    The output is like this for your sample data - hope this is what you were looking for :)
    COUNTRY,TOTALPOSTSPERCOUNTRY,TOTALDISTINCUSERSPERCOUNTRY,AVGPOSTSPERUSERBYCOUNTRY
    England,1,1,1,
    Spain,5,2,2.5,

  • Please help me with this strange problem again!

    Hi gurus,
    I can't, for the life of me, figure out why this does not work in a procedure but works in an anonimous block.
    The XML is like this (part of it),
    <CaseNotification messageProducedDateTime="2005-07-20T13:58:11-05:00" xmlns="http://www.courts.state.mn.us/CourtXML/2.0.0">
                   <NotificationAdminHeader caseNumberKey="87CR0569" xmlns="http://www.courts.state.mn.us/CourtXML/2.0.0">
                        <CaseCountyIdentifier>87</CaseCountyIdentifier>
                        <CaseLocationText>Yellow Medicine County</CaseLocationText>
                        <BaseCaseTypeText>Adult</BaseCaseTypeText>
                        <CaseCategoryText>Criminal</CaseCategoryText>
                        <PartyIdentifier partyKey="854">
                             <PartyCaseAssociationText>Jurisdiction</PartyCaseAssociationText>
                        </PartyIdentifier>
                        <PartyIdentifier partyKey="123637">
                             <PartyCaseAssociationText>Defendant</PartyCaseAssociationText>
                        </PartyIdentifier>
                   </NotificationAdminHeader>
                   <InterimConditionsNotification>
                        <TriggeredDateTime>2005-07-20T13:57:53-05:00</TriggeredDateTime>
                        <NotificationEvent>InterimConditionsDeleted</NotificationEvent>
                        <InterimConditionsOrder orderEventKey="1760110">
                             <OrderDate>2005-07-20</OrderDate>
                             <OrderedBy judgeKey="00001J">
                                  <JudgeName>
                                       <PersonGivenName>John</PersonGivenName>
                                       <PersonMiddleName>P.</PersonMiddleName>
                                       <PersonSurName>Smith</PersonSurName>
                                       <PersonFullName>Smith, John P.</PersonFullName>
                                  </JudgeName>
                                  <JudicialAgencyIdentifier>MN011015J</JudicialAgencyIdentifier>
                             </OrderedBy>
                             <CourtCaseNumber documentVersion="1" effectiveDateTime="2005-06-06T00:00:00-06:00">
                                  <MNCISCaseNumber>
                                       <CountyNumber>87</CountyNumber>
                                       <CaseType>CR</CaseType>
                                       <YearFiled>05</YearFiled>
                                       <SequenceNumber>69</SequenceNumber>
                                  </MNCISCaseNumber>
                                  <CaseNumberIdentifier caseNumberKey="87CR0569">87-CR-05-69</CaseNumberIdentifier>
                             </CourtCaseNumber>
                             <ConditionSubject>
                                  <Party partyKey="123637" currentNameIndicator="true">
                                       <StandardName>
                                            <PersonGivenName>Clanry</PersonGivenName>
                                            <PersonSurName>Ogavitz</PersonSurName>
                                            <PersonFullName>Ogavitz, Clanry</PersonFullName>
                                       </StandardName>
                                       <PartyCaseAssociationText>Defendant</PartyCaseAssociationText>
                                  </Party>
                             </ConditionSubject>
                             <InterimConditions>
                                  <InterimConditionText>Anger management</InterimConditionText>
                                  <InterimConditionAmount>0</InterimConditionAmount>
                             </InterimConditions>
                             <InterimConditions>
                                  <InterimConditionText>Attend AA (Alcoholics Anonymous)</InterimConditionText>
                                  <InterimConditionAmount>5000</InterimConditionAmount>
                             </InterimConditions>
                        </InterimConditionsOrder>
                   </InterimConditionsNotification>
              </CaseNotification>
    The code is basically the same except that in the procedure the passing clause gets a differnt param, which is the passed in param from the procedure.
    xmltable
                             xmlnamespaces
                             ---     'http://schemas.xmlsoap.org/soap/envelope/' as "saop",
                                  'http://www.courts.state.mn.us/CourtXML/2.0.0' as "ic"
                             'for $ics in //ic:CaseNotification/ic:InterimConditionsNotification/ic:InterimConditionsOrder[@orderEventKey = $val/oeKey]/ic:InterimConditions
                             return
                             <ic:ICS>                    
                                  <ic:ICSText>{$ics/ic:InterimConditionText}</ic:ICSText>
                                  <ic:ICSAmount>{$ics/ic:InterimConditionAmount}</ic:ICSAmount>
                             </ic:ICS>'
                             passing p_XMLDoc, xmlelement("oeKey", v_OEKey) as "val"
                             columns               
                             ICSText          varchar2(100)      path '/ic:ICS/ic:ICSText',
                             ICSAmount     number           path '/ic:ICS/ic:ICSAmount'
    The strange thing is the procedure gets the ic:ICSText with the namespace value, which is http://www.courts.state.mn.us/CourtXML/2.0.0, so the finaly result is
    the whole thing: <InterimConditionText xmlns="http://www.courts.state.mn.us/CourtXML/2.0.0">Anger management</InterimConditionText>.
    I get the correct values when testing with the anonimous code!
    What did I do wrong? Please help!
    Thank you.
    Ben

    Hi gurus,
    OK, I did another test. I ran the same PL/SQL anonymous block that gets the correct element value in 10.2.0.3.0 and it gets the same wrong value: the element name plus the namespace value and the data itself. It gets the correct element value in 10.2.0.1.0 (my local database).
    Could anyone help me with this?
    Thanks!
    Ben

  • Please help me with an AOL problem

    I have been on the phone with Apple and AOL with this problem and both say to call the other one. I am about to run out of time to return my iPhone if this doesn't work.
    I have two AOL accounts. The first one [email protected] is listed in iTunes and is my default account. In settings this account has all the information regarding incoming and outcoming servers. I have changed the outgoing port number for 567, 25, 234 (?), and cwmx.com with the SSL on and off. I have tried with the wifi on and off. I am just not getting any emails, can't send any, although they go into outbox and just sit. This is my personal consulting business account and I cannot communicate with my clients.
    The second account - in settings doesn't have any incoming or outgoing server information listed and I can get and send emails. When it checks for emails, it says there are three emails waiting to be send (from the mxxx account). Go figure.
    Please, please help me address this problem. Thank you in advance

    Whoa, slow down…
    The settings for SMTP for AOL or AIM Mail are:
    • port 587
    • SSL enabled
    • authentication via password
    That's it. What's up with 567, 25, and 234? Or, with cwmx.com and SSL on or off? Only the settings listed above will work correctly.
    If the alternate account does not have any values set for SMTP, where is it getting the data and how is it operating properly?

  • I'm getting the run-around. Can someone please help me with a rebate problem?

    I purchased a Samsung W/D from Best Buy with the free vacuum offer. It was delivered and I submitted my rebate request. The submission page said to wait 6 to 8 weeks for processing. I waited 8 weeks and then became concerned. When I called the rebate center they said they had no record of my submission. Obviously, the online process failed. I understand technology doesn't always work, but the operator and manager told me I would now not be able to get my rebate and only offered a mailing address to complain. I am EXTREMELY frustrated. First, because the only reason I purchased these units was for the rebate and now I cannot return them to Best Buy because of the time elapsed. Second, if I was aware that there was a problem with the submission I would have been able to fix the situation. The website said all was OK, and all the information said to wait 6-8 weeks. Why would I have checked in before that time? Now I'm told I'm too late to fix it??? All I want is the vacuum cleaner I was promised when I purchased the W/D. Can someone please help me?

    Hello ChadMelton,
    I have a hard time passing up offers for free products, so I understand how such an offer could influence your decision to buy. I'm wholly disappointed to read, though, that your rebate experience didn't go smoothly and that the manufacturer seems to have been less than cooperative. I would be frustrated too under such circumstances!
    I was unable to locate your purchase using the information you provided when you signed up for Best Buy Unboxed. I would like to look into this situation on your behalf, but will need more information to begin. If you will please send me a private message that includes your full name, telephone number, order number and/or the Customer Service PIN from your purchase receipt, I'll get started.
    I'm very grateful that you wrote to us with your concerns.
    Sincerely,

  • Please help me with my apple problems!

    I have a iphone 4. My husband has a iphone 3gs and a ipad2. When we set his ipad up it linked my phone to both of his devices.All of my contacts have went to him and if he deletes one it deletes off of my phone. Everything of ours even phone numbers have linked together and its really aggravating. Someone please help me if you know the solution, please!!!!!!

    This is happening because you're syncing all devices with iCloud and you're using the same Apple ID for iCloud on all the devices.  You need either use a different iCloud account on your phone to keep your contacts separate, or stop syncing your contacts with iCloud (not recommended since syncing contacts prevents loss).
    On your phone:
    Settings > iCloud > (scroll down) > Delete Accout > Keep contacts on phone  > set up new iCloud account with different Apple ID
    or to stop syncing:
    Settings > iCloud > Contacts > OFF

  • Please please please help me with this bizarre problem!!!

    Hi there,
    I am not an expert on web design and I am also not a complete newbie. I have built web designs before - and used frames and done it all on dreamweaver - however my target frames aren't working on this website and I'm not sure why???
    I have two frames on my index page - one left and one right - the left is the menu and the right is the content of which ever button is selected from the menu in the left frame. However the targets don't work - when clicking on the buttons (links) it makes a new window pop up.
    I have named the frames and saved the frame set as index.html.
    The coding says for the shop button:
    <td><a href="Shop.html" target="_right" onmouseover="MM_swapImage('Image4','','Images/Shop Button RO.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="Images/Shop Button.jpg" name="Image4" width="163" height="56" border="0" id="Image4" /></a></td>
    I have tried renaming the frames - tried a different computer - tried just about everything I can think of - it has always worked for me before but since building this site it doesn't! Have I missed something????
    Please please help me - it's been driving me up the wall for 2 weeks!!!
    Thanks in advance for yourhelp.
    Pink
    xxx

    I haven't used frames since the late 1990s, so can't be of much help  :-)
    Here's a tutorial that may help:
    http://www.dwfaq.com/tutorials/Frames/framesets1.asp
    Page 4 shows how to link pages correctly
    Is there a specific reason why you are still using frames... they are very old hat and hardly used anymore these days  :-)
    Here's the reason why frames are evil:
    http://apptools.com/rants/framesevil.php
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Please help me with this ipad problem

    it like some kind of ios error it like it turned in to ipod,iphone ios
    and i cant restore when i try it said an error occured 3194 or 1601 or 1600
    and i try to restore in my ipad it didnt finish yet it is in progress for 1 day now!!!!!!
    and my device is jailbreak but i didnt use installous i only use it for like winterboard and gravipad or barrel i buy all the app
    PLEASE PLEASE HELP ME!!!!!!!!!!

    I'm not good at English (i am thai) and what is op mean and yes you are right this is my other account.
    Next time I will do better แบบทำเนี่ยนเนี่ยนอะไอ้เฟยเรามาขอให้ช่วยอแปไรเราก็ซื้อเองหมดอยากสนับสนุน apple ไม่เคยไช้เลยไอ้app cake ไรนั่นเราใช้แต่โปรแกรมเสริมเช่นwinter board barrel folder lock ไรเงี้ยเพราะ apple ไม่สามารถทำได

  • Please help me with an html problem

    I am trying to get a one figure that I got from a jTextField to be displayed above a another figure in a different jTextField in a jTextArea. I have tried to use html whoever I have had some trouble doing so I have used the following code.
    float num1, num2, a, b, result1, result2;
            num1 = Float.parseFloat(jTextField1.getText());
               a = num1;
                result1 = a;
                    num2 = Float.parseFloat(jTextField2.getText());
                        b = num2;
                            result2 = b;
    jTextArea1.setText(String.valueOf("<html>result1<br>result2"));The code displays <html>result1<br>result2" rather than the figures that I put into the jTextFields, which I did suspect it would it also displays it on the same line, which I did not suspect. Can anbody tell me how to display the figures in the two jTextFields in the JTextArea one above the other please. Thank you.

    I guess I'll be honest with you the reason that I use a load floats is because I am very inexperienced at programming. I have only been programming for a month and have had to teach myself from books and internet documentation. I just found something that worked and repeated it over and over again and that is the reason. I know that my code looks very sloppy but it is the only way that I can do it because I am so inexperienced. The reason that I haven't learnt decent code is because I am working against the clock. I am a Freelance Macro Economist and have been working on l my own economic perspective tha could solve a lot of the economic problems in my country and some others too.
    Unfortunately it is likely that there is going to be a large recession possibly world wide (mainly due to the high levels of debt). Anyway I have to develope a new taxation system to be able to control fiscal policy on a monthly basis so that there is a way of controlling inflation when the economy crashes because monetary policy works on the basis of people being in debt so if the economy crashes and people can't pay off the debt then monetary policy will no longer be able to control inflation.
    Anyway to develope the taxation model I have to be able to prove that it can be altered on a monthly basis and that means that I have to write a computer program to do it. I have a degree in accounting an finance and have absolutely no expierence in computer programming but I only have a short time to complete my work.
    I live in England and have actually had quite a lot of success with my work and have been working with three of the four main political parties. I don't know where you live but my work might help your economy too.
    Anyway that's the reason why I am don't know what I am talking about.
    Oh yeah Thank you for your help and I a having given you a duke star for providing me with a useful answer.

  • Please help me with Nokia N95 Problem.

    If anyone can help with this I’d be much appreciated, I have a N95 on contract with T-Mobile. When I try to play videos from myspace, or you tube etc… I get a message telling me the following.
    “Hello, Either you either have JavaScript turned off or an old version of macromedia's flash player click here to get the latest flash player”.
    I then get the option of clicking on a link within the previous sentence statement that directs me to acrobat downloads home page where I get the following message.
    “We are unable to locate a web player that matches your platform and browser. Please visit our table of recommended web players”
    This is deeply frustrating as in nearly every other way I feel the phone is perfect. If Any one can hep me fix this problem I’d be much appreciated.

    I'm in exactly the same situation as daperk... Love the phone BUTthe selling point for me was the internet access so when i began surfing found that most me the sites i went to i couldn't see the content and also would sometimes recieved a message saying i didn't have enough memory now considering i have a 2 gig card in it this didn't seem right i looked for any settings to allocate more space to internet browser but can't find anything... Regarding the utube program on the phone why supply it if it doesn't work?? I have the same problem i can see them in the menu but when i select one it doesn't play... I'm new here and only came here looking for a solution to the flash player issue but now i'm here i noticed posts refering to handsets crashing this i have to mention is another problem i have encountered... I'm doing something and the phone just freezes up leaving the only thing i can do is turn the power off and on to reset it... As i said at the start love the phone... But just wish it did what it said on the tin...

  • Please help me with my applecare problems

    I got an applecare protection plan from apple when I got my imac (intel core duo). I entered everything on the first page and pressed continue. At the top it says 'Choose protection type' and has a -select- thing. I press it and there is only one choice. It is blank. After trying it and pressing next, it says please choose protection type 2600,39. (or some kind of random numbers, i dont remember) Is there something wrong with my serial number? Does this have to do with apple about to change serial number formats? PS: I tried it with my PC and the same thing happened.
    HELP ME

    Geowge,
    Welcome to Apple Discussions!
    Did you purchase your iMac directly from Apple, and did you purchase AppleCare at the same time? If so, your AppleCare plan should have been enrolled automatically. To check this, go the main Apple Support page here, and look on the right side of the screen where you will see a section marked, "About Your Support Coverage." Enter your serial number and click, "go." If your AppleCare has been enrolled successfully, you will see this information. If it indicates that you have only the one-year standard warranty, your best bet is to contact AppleCare administration at 800-275-2273.
    I hope this helps.
    Joe

  • Please help me with two Java problems

    Hello,
    I have 2 Java problems to work on and wondered if someone can help please?
    1. I've created an array, but I have to now create a text file and write a program to read the array from the file. I have no idea where to start the program!
    2.public class SumExample1 {
    /* To determine if a number lies between 1 and 1000
    * @param args the command line arguments
    public static void main(String[] args) {
    int num;
    System.out.print("Enter a number: ");
    num = TextIO.getInt();
    if ((num >=1) && (num<=1000))
    System.out.println("OK");
    else
    System.out.println ("Not OK");
    Ive used a GUI to create some fields and buttons to press. How can I make it perform this little program?
    Many thanks,
    K

    I recommend you read the tutorials on basic (file) IO and Swing (and Event Listeners if you want to make your GUI alive). Perhaps have a look at the Scanner class and BufferedInputStream. That should give you enough to start and write the program yourself. Try working in the command prompt first, should be easier, then once the logic works wrap it in a Swing GUI.
    You can find the tutorials here:
    http://download.oracle.com/javase/tutorial/
    Swing:
    http://download.oracle.com/javase/tutorial/uiswing/index.html
    Basic IO:
    http://download.oracle.com/javase/tutorial/essential/io/index.html
    Hope this helps.
    PR

  • Someone please help me with this sync problem

    Ok here we go. I have had my laptop for a little over two years. Ever since i got my iphone 4 last summer it has been such a pain. I have backed up my phone and synced it multiple times on my computer. Every so often though i plug my iphone into the computer and it recognizes it in itunes but asks me to either set as new iphone or restore from back up. I have tried to restore from back up and it says that the back up has failed even though there is obviously a back up on the computer. I have set as new and it works fine for a day or two and then i got to resync and same problem. I have completly unistalled itunes and all its files and redownloaded it and it worked for a week or so and then same problem. I have also had my computer reset to factory settings (for an unrelated issue) and it worked the first time but then stopped working. I have tried everything i can imagine and am at the end of my rope with this phone. im so ready to call it quits and get something different cause this is so frustrating.

    How do you do what? Plug the iPhone into a USB port directly on your computer, or disconnect other USB devices? To disconnect a USB device unplug it from the computer. If it is a disk drive eject it first using the Eject icon in the System Tray. To plug the iPhone into a USB port directly on the computer insert the USB end of the sync cable into a USB port on the computer.
    If you are using all of the ports on your computer get a hub and plug low power devices into the hub (e.g., keyboard, mouse). Or get a hub with its own power supply and plug your high power devices (disk drives, DVD drive) into it.

  • Does anyone feel like being nice and helping me with an sql problem?

    i know its not java but ive posted on sql forums and got no where, so i was hoping someone here would know how to do what i want to do
    the link to the forum post is
    http://forums.mysql.com/read.php?10,49695,49695#msg-49695
    the basic thing is
    im trying to sort a shopping basket into the most popular products
    so if the data was
    basketID||orderID||productID||quantity
    1||1||2||1
    2||1||3||6
    3||1||4||1
    4||2||2||1
    5||2||4||1
    6||3||4||1
    then im using this statement
    SELECT productID,COUNT(*) AS cat_num FROM shopbasket_table GROUP BY productID ORDER BY cat_num DESC LIMIT 0,10
    which sorts them like
    productID
    4
    2
    3
    but this doesnt take in to account the quantity in the basket which it really should
    as product 3 has 6 in the basket
    so it should be
    3
    4
    2
    anyone know enough about sql to know what im missing from my statement?
    sorry again for posting on the java forum, u peeps are just super smart though and im sure someone here would know :)

    I don't know how to do it in mysql, but it appears to be a "crosstab" kind of problem. This article may help

Maybe you are looking for

  • Pb retrieving sorted data from Table in SQL.

    Hi, I get problem to retrieve data in the right order from table in database SQL. See code attached: code.png I want to sort data according to ID number And then to retrieve those data and fill out a ring control in the right order "descending" . But

  • Installation Failure: Windows failed to install the following update with error 0x800F0922

    Hi folks, I have a HP Elitebook Folio 9470p.  It came with Windows 8, and I installed it on my corporate domain.  I was trying to do some Windows updates so  I could upgrade it to Windows 8.1, but it fails installing the updates, whether or not I try

  • How do I get rid of this Skype p

    There was a horrible Skype update and now Skype sucks.... I want to downgrade to a previous version (6.21). How do I do this? Solved! Go to Solution.

  • I need to create automatic invoice(vf01) on click of pgi.so which Bapi?

    Hi all,            I need to create automatic invoice(vf01) on click of pgi. so which bapi shell i use and how shell i pass   outbound deliver((likp-vbeln) to document (KOMFK-vbeln) through that bapi. Is BAPI_BILLINGDOC_CREATE is correct bapi to do s

  • SUP Hybrid Web container Offline Mode

    Hello, I tried out a workflow example on blackberry simulator(using hybrid web container),but when i am in offline mode,the example doesnot work,so i had a doubt whether hybrid webcontainer supports offline mode,or do we need to do anything in the co