How do you capture an additional fees in a Shopping Cart

Hello Experts,
There is a need to capture additional charges such as Sea Freight, Air Frieght, and Transportation Fee etc u2026. We are currently working to implement SRM 7.0 (classic), we are trying to figure out how we would capture these types of charges.  We only implementing Self-Service piece of the SRM.  Please advice.
Thanks and Regards,
EJ Kumar

Dear Poster
Your query is barely readable and seems to have been copied and pasted from somewhere, please create a new thread with details of the assistance you require in a more readable format.
SAP SRM Moderator

Similar Messages

  • How do you Capture pages in 5.0

    How do you Capture pages in 5.0

    You can't, that entire method has been removed.
    Pages 5 is a severely cut down beta. Apple removed over 100 features and added a lot of bugs.
    Pages '09 should still be in your Applications/iWork folder.
    Peter

  • How would you capture the stdout of Runtime.getRuntime().exec())?

    How would you capture the stdout of Runtime.getRuntime().exec())?
    Say you wanted to execute PKZIP25.exe from java using Runtime.getRuntime().exec(). How would you capture the output of PKZIP25 (the console IO) in a file so you could check the results?
    Thanks
    Bill Blalock

    Thanks.
    Could you explain a little more?
    The program I am calling seems to be executing, as far as Java is concerned, but nothing happens. I imagine I have made mistakes in calling it but can't see the output to the console.
    Should I use Runtime.getRuntime().exec() or Runtime.exec() for something like this?
    I appreciate the help!
    Bill B.

  • How do you capture buzz & reverse in the RMX?

    Hey all - on the Stylus RMX, whenever I "capture" the chaos - it always leaves off the reverse & buzz elements. Upon reading the RMX online manual, it specifically says this is not possible. So - the question is - if you can't capture these 2 features w/in the RMX capture, how can you capture the actual performance (as heard) within Logic?
    PowerMac G5 1.8GHZ single 2GB RAM   Mac OS X (10.4.3)  

    What mode are you in? I believe you must have stylus rmx is groove mode instead of slice mode. You can then also set logic to record what movements you make with those faders, either by mouse or if you have them mapped to another controller. I find that I will drag over a loop and then record the reverse and reorder parameters later so I can get them to happen more with what is happening in the rest of the song.

  • How do you capture a picture of someone you are ta...

    How do you capture a picture of someone you are video chatting with?

    Please see this FAQ.
    Taking a video snapshot of another person
    Regards,
    Tamim
    Location - Dhaka | Bangladesh - Standard Time Zone: GMT/UTC + 06:00 hour
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • How do you capture a still picture from DVD

    How do you capture a still picture from a DVD

    Click iMovie/About. If you have version 9.0.4 (iMovie 11) this will work. If you have an earlier version, this will also work, but there are also other ways.
    First, get an app called MPEG Streamclip, which is free. (MPEG Streamclip from Squared 5)
    Open MPEG Streamclip.
    In iMovie, select the clip you need. Then, right-click/Reveal in Finder.
    Drag this clip into MPEG Streamclip
    In MPEG Streamclip, move the playhead to the frame you want.
    In MPEG Streamclip, click FILE/EXPORT FRAME.
    Choose JPEG, TIFF, or PNG and give it a name.
    You can then drag this photo into iPhoto.
    I have created a short video Tutorial on how to do this. There is one error in the Tutorial, where it says that Command-click is the same as right-click. I should have said Control-click instead.

  • How do you capture a screen shot

    how do you capture a screen shot on a MacBook Air

    Quickest way is Command-Shift-3:
    This takes a screenshot of the screen, and you can then save it as a file on the desktop
    Cheers!

  • How do you capture an answered phone number in contacts ?

    How do you capture an answered phone number in contacts ?

    When you look at your call history in the phone app, you see the number that you want to add, and press on the small right arrow on the right. It will show you a new page where you can simply create a new contact or add it to an existing one.

  • HT1175 How do you back up additional hard disks to time capsule? Which disks etc. to you choose?

    How do you back up additional hard disks to time capsule? Which disks etc. to you choose?

    I can read your question a number of ways.
    If you mean a disk plugged into your computer you wish to include in Time Machine backup.. just make sure it is HFS+ formatted and remove it from the exclusion list in the TM preferences.
    If you mean a disk plugged into your TC for backup,
    You can plug a USB disk into a Time Capsule as long as it is compatible.. and the disk is formatted HFS+, ie Mac OS extended Journaled.
    You need a USB powered hub if you want to use multiple hard disks and even one might still need a hub.
    Not all external drives are recogised but for example the Touro Deskpro works fine.
    You can buy them up to 4TB.. how much added space do you want.
    Also notice that USB 2 on a TC or AE is slow.. I mean half the speed of the same disk plugged into your computer so consider if speed is relevant to you.
    You cannot use TM to backup network disks.. again I am not 100% sure what the question means.

  • HT4059 How can you bookmark a book in iBookstore when shopping?

    How can you bookmark a book in iBookstore when shopping?

    Edit>Preferences>Documents>Open settings. Check "Restore last view settings when reopening documents."

  • How do you capture real detail of sql errors in crystal viewer of CR2008

    How do you captue the further details of an sql error when running a report in Crystal 2008 viewer (within a software application)? I get a 'failed to retrieve data from database. Details: Database Vendor Code: -nnnn' error where nnn is a number like 210074. If I run the same .rpt directly thru crystal I get a failed to retrive rowset. Then after choosing ok on that message  I get another message with more details and this time (in this particular case) it happens to be 'Column XXXXX cannot be found in database or is not specified for query. Other times it could be something about excedding max length/precison, etc..
    We recently switched from using the RDC CR10 to this new .net viewer way. With the RDC it gave us the 'meaningful" message so we could tell what was wrong. Using this new method it does not. Is there a setting for showing more detail or some coding that would give me the real message detail using cr2008?
    Don't know if it matters but in this case it is a Progress database.

    Hello,
    Back in the RDC days we manually added a lot of code to capture the exception info. When CR was re-written in 9 we removed all custom "fixes" and error handling, we basically said any ANSII 92 standards rule apply. We just pass what the client gives us.
    What this means is we dynamically pass the exception from the client to CR and interpret what we can or we simply pass the error code to the error UI.
    What you can do is to use a try/catch block and create your own error table according to Progress Error codes to pass on a more meaningful message to your users.
    We won't due to the vast amount of errors possible and the vast amount of DB clients we would have to maintain. If the client doesn't pass meaningful info onto CR then we just pass it's error onto the the end user.
    Thank you
    Don

  • How do you capture a view as an external file?

    I am trying to write an interface using C++.NET. So far, everything is working well. It connects the database to a pre-designed recordset and accepts SQL commands.
    The next step is to input SQL commands to create Views. In order to use those Views in my interface, I believe they need to be stored in some external file that would be accessible to my interface application.
    How can I capture and store Oracle 10g XE Views ?

    I'm still not sure we're talking the same language here.
    PL/SQL is the programming language.
    SQL is the query language. PL/SQL can contain SQL statements.
    Views are stored queries, not stored result sets. You might create a view as
    SQL> CREATE OR REPLACE VIEW employee_departments AS
      2  SELECT e.empno, e.ename, d.dname AS department
      3  FROM   emp e
      4         JOIN dept d ON d.deptno = e.deptno;
    View created.
    SQL> desc employee_departments
    Name                          Null?    Type
    EMPNO                         NOT NULL NUMBER(4)
    ENAME                                  VARCHAR2(10)
    DEPARTMENT                             VARCHAR2(14)
    SQL> SELECT * FROM employee_departments
      2  WHERE  department = 'SALES';
         EMPNO ENAME      DEPARTMENT
          7499 ALLEN      SALES
          7521 WARD       SALES
          7654 MARTIN     SALES
          7698 BLAKE      SALES
          7844 TURNER     SALES
          7900 JAMES      SALESHowever the base tables are read and the join repeated whenever the query is issued - the results are not stored anywhere and it does not make sense to talk of putting them in a file. What if the underlying data changes? Your users read from the file and get the old results. Oracle provides mechanisms for handling application cache structures but it's advanced stuff (I've only read about it, I'm not a 3GL programmer myself) and I would have thought not suitable for someone trying to put up a simple application quickly.
    You said you can get your C++.Net application to connect to the database and get result sets. Just use that same approach when accessing the views you have created. You don't need a 'file'.
    > Most users of consumer software dont really want to spend the time and effort to familiarize themselves with the workings of a sophisticated database. Ideally, for them, they don't even know a database exists in conjunction with their application.
    I still don't see what this has to do with anything. No they will not be familiarising themselves with the workings of a database, they will be interacting with your fine application.

  • How do you capture from a DVD

    I was told you can capture from DVD using Adobe Premiere. How do you play the DVD to allow capture?

    I've also found that Tsunami's authoring suite is rather handy for this. It will allow you to pull source material from a DVD and encodes it to a 720x480 MPEG-2 that pulls right into Premiere without issue. (Just watch out for the AC-3 encoding on some of the audio files).
    Just my two cents, but why go DV-AVI when the file is already in distribution state (DVD) --

  • How do you capture the screen?

    How do i capture the screen?
    i guess this is it to this question...
    thanks

    yep, dats wat i meant
    is there a way to capture only one window? or should
    I just cut the unnecessary part myself?On windows:
    You can use "alt + print scrn" to only get a screen shot of the window that has focus.
    /Kaj

  • How do you capture system values to display in browser (drawString?)

    Hi to all,
    I'm attempting to get system.out.println values running an applet in a browser. I'm new to creating Applets and I see one option is to use drawString to display text. My code is as follows:
    import java.applet.Applet;
    import java.awt.*;
    import java.io.*;
    import java.net.*;
    public class WhoAmI extends Applet{
    * Tells you the domain name and IP of the machine
    * you are running.
    * @param args not used.
    public String str2 = "test";
    public static void main (String[] args){
    try
    InetAddress localaddr = InetAddress.getLocalHost () ;
    System.out.println ( "Computer Name: " + localaddr.getHostName () );
    System.out.println ( "IP Address : " + localaddr.getHostAddress () );
    //System.out.println () ;
    String str = localaddr.getHostName();
    String str2 = str;
    //System.out.println ( "ALTERNATE LOCAL IP ADDRESSES:");
    InetAddress[] localaddrs = InetAddress.getAllByName ( str ) ;
    for ( int i=0 ; i<localaddrs.length ; i++ )
    if ( ! localaddrs[ i ].equals( localaddr ) )
    System.out.println ( "IP Address("+i+"): " + localaddrs[ i].getHostAddress () );
    //System.out.println ( "Local hostname : " + localaddrs[ i].getHostName () );
    //System.out.println () ;
    catch ( UnknownHostException e )
    System.err.println ( "Can't detect localhost : " + e +". Check Network settings.") ;
    public void init()
    Button button = new Button("Close");
    add(button);
    public void paint(Graphics g)
    g.drawString("I need the value of str variable from above to display here", 50, 25);
    // Head.
    public boolean action(Event evt, Object arg)
    if (arg == "Close")
    System.exit(0);
    return true;
    I've tried setting the localaddr.getHostName() value to string also trying to use a public variable name (str2) without success. How do you get a handle of the vale to display it?
    Thanks in advance,
    Geoff.

    thanks for the insight.. however using the above has spawned to be what seems as a security error:
    java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
    at java.security.AccessController.checkPermission(AccessController.java:401)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at java.lang.SecurityManager.checkExit(SecurityManager.java:762)
    at javax.swing.JFrame.setDefaultCloseOperation(JFrame.java:356)
    at Test.<init>(Test.java:7)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:306)
    at java.lang.Class.newInstance(Class.java:259)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)
    at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)
    at sun.applet.AppletPanel.run(AppletPanel.java:293)
    at java.lang.Thread.run(Thread.java:536)
    Is there something else I'm doing wrong here?
    Thanks for your help,
    Geoff-

Maybe you are looking for

  • PSE 12 Organizer won't open

    Hi everyone, I have tried to install, uninstall and reinstall PSE12 to get the organizer to work but have had no luck.  When I first installed the program, the organizer worked for my first transfer of RAW files from a memory card.  Afterwards, I tri

  • Oracle Analytic Function Issue

    Hi, I have created a simple table contaning 3 columns and 3 records. Insert into MYTABLE (ID, AMOUNT, RESULT) Values (1, 1, 1); Insert into MYTABLE (ID, AMOUNT, RESULT) Values (2, 4, 1); Insert into MYTABLE (ID, AMOUNT, RESULT) Values (3, 7, 0); COMM

  • When Syncing my ipad, it does not show the business PO Box field from outlook which is the first line of the address

    Hi, I was wondering if someone out there could help me. I am trying to syncronise my outlook address book with my Ipad. The actual sync does work but it is missing the field Business Address PO Box, and this is where the first part of the address is

  • Activation of qRFC-Queue inside CRM

    Hi! Can anybody tell me, how the qRFC-Queue inside the CRM-System for Delta-Extraction is opened/created so that changes to specified objects are locked? I guess, once the queue would be opened, it would be filled by SMOX-Functions, but can´t find ou

  • One computer two libraries??

    My household has two ipods and one computer, can i run two libraries on the same computer, using the same software,if so how do I do it?