Can anyone plz tell me what is order processing and logistics execution?

Hi Everyone,
          can anyone please spend there precious time on this quest. its really urgent. 
  1) Functional understanding of Order Processing and Logistics Execution.
  2) Functional understanding of Chargebacks and Billbacks.
  3) please provide me some knowledge about XI administration or provide me with some link
quick and correct answers will b definately appreciated
thanx in advance
      xilearner

Hi,
See these...
Chargeback -- http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/03fee2dc6a6e99e10000000a11466f/frameset.htm
Billback -- http://www.buy-rate.com/glossary/billbacks.cfm
http://www.vistex.com/Solutions/ip/Billbacks/Demo.html
XI administration guides..
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ac6de690-0201-0010-54ac-8923089dcc97
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6ce51ae916
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0f00c890-0201-0010-beb2-c96050edc426
cheers,
Prashanth
P.S Please mark helpful answers

Similar Messages

  • Can u plz tell me what are PAR files and EAR files

    i can't understand what r these plz tell me

    Hi Aravind,
    Look here: /thread/172969 [original link is broken]
    hope this helps you,

  • Can anyone plz tell me the steps for performance tuning.

    hello friends
    what is performance tuning?
    can anyone plz tell me the steps for performance tuning.

    Hi Kishore, this will help u.
    Following are the different tools provided by SAP for performance analysis of an ABAP object
    Run time analysis transaction SE30
    This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
    SQL Trace transaction ST05
    The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
    The trace list contains different SQL statements simultaneously related to the one SELECT statement in the ABAP program. This is because the R/3 Database Interface - a sophisticated component of the R/3 Application Server - maps every Open SQL statement to one or a series of physical database calls and brings it to execution. This mapping, crucial to R/3s performance, depends on the particular call and database system. For example, the SELECT-ENDSELECT loop on the SPFLI table in our test program is mapped to a sequence PREPARE-OPEN-FETCH of physical calls in an Oracle environment.
    The WHERE clause in the trace list's SQL statement is different from the WHERE clause in the ABAP statement. This is because in an R/3 system, a client is a self-contained unit with separate master records and its own set of table data (in commercial, organizational, and technical terms). With ABAP, every Open SQL statement automatically executes within the correct client environment. For this reason, a condition with the actual client code is added to every WHERE clause if a client field is a component of the searched table.
    To see a statement's execution plan, just position the cursor on the PREPARE statement and choose Explain SQL. A detailed explanation of the execution plan depends on the database system in use.
    Need for performance tuning
    In this world of SAP programming, ABAP is the universal language. In most of the projects, the focus is on getting a team of ABAP programmers as soon as possible, handing over the technical specifications to them and asking them to churn out the ABAP programs within the “given deadlines”.
    Often due to this pressure of schedules and deliveries, the main focus of making a efficient program takes a back seat. An efficient ABAP program is one which delivers the required output to the user in a finite time as per the complexity of the program, rather than hearing the comment “I put the program to run, have my lunch and come back to check the results”.
    Leaving aside the hyperbole, a performance optimized ABAP program saves the time of the end user, thus increasing the productivity of the user, and in turn keeping the user and the management happy.
    This tutorial focuses on presenting various performance tuning tips and tricks to make the ABAP programs efficient in doing their work. This tutorial also assumes that the reader is well versed in all the concepts and syntax of ABAP programming.
    Use of selection criteria
    Instead of selecting all the data and doing the processing during the selection, it is advisable to restrict the data to the selection criteria itself, rather than filtering it out using the ABAP code.
    Not recommended
    Select * from zflight.
    Check : zflight-airln = ‘LF’ and zflight-fligh = ‘BW222’.
    Endselect.
    Recommended
    Select * from zflight where airln = ‘LF’ and fligh = ‘222’.
    Endselect.
    One more point to be noted here is of the select *. Often this is a lazy coding practice. When a programmer gives select * even if one or two fields are to be selected, this can significantly slow the program and put unnecessary load on the entire system. When the application server sends this request to the database server, and the database server has to pass on the entire structure for each row back to the application server. This consumes both CPU and networking resources, especially for large structures.
    Thus it is advisable to select only those fields that are needed, so that the database server passes only a small amount of data back.
    Also it is advisable to avoid selecting the data fields into local variables as this also puts unnecessary load on the server. Instead attempt must be made to select the fields into an internal table.
    Use of aggregate functions
    Use the already provided aggregate functions, instead of finding out the minimum/maximum values using ABAP code.
    Not recommended
    Maxnu = 0.
    Select * from zflight where airln = ‘LF’ and cntry = ‘IN’.
    Check zflight-fligh > maxnu.
    Maxnu = zflight-fligh.
    Endselect.
    Recommended
    Select max( fligh ) from zflight into maxnu where airln = ‘LF’ and cntry = ‘IN’.
    The other aggregate functions that can be used are min (to find the minimum value), avg (to find the average of a Data interval), sum (to add up a data interval) and count (counting the lines in a data selection).
    Use of Views instead of base tables
    Many times ABAP programmers deal with base tables and nested selects. Instead it is always advisable to see whether there is any view provided by SAP on those base tables, so that the data can be filtered out directly, rather than specially coding for it.
    Not recommended
    Select * from zcntry where cntry like ‘IN%’.
    Select single * from zflight where cntry = zcntry-cntry and airln = ‘LF’.
    Endselect.
    Recommended
    Select * from zcnfl where cntry like ‘IN%’ and airln = ‘LF’.
    Endselect.
    Check this links
    http://www.sapdevelopment.co.uk/perform/performhome.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/afbad390-0201-0010-daa4-9ef0168d41b6
    kindly reward if found helpful.
    cheers,
    Hema.

  • I am trying to reset my security questions and i am not getting an email from apple... can anyone please tell me what i need to do to fix this?

    i am trying to reset my security questions and i am not getting an email from apple... can anyone please tell me what i need to do to fix this?

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • When i sync videos it shows the ipad could not be synced because connection to ipad is reset can anyone please tell me what to do

    can anyone please tell me what to do
    when i sync it says ipad connection was reset
    is it my computer's problem or is it the ipad's
    i use windows xp and itunes 11.1.5

    How are you trying to sync? Wifi or by connected to the computer. The answer will tell which connection is lost.

  • Can anyone plz tell how to bundle a color box?

    Hi all, 
    I am trying to pass the color of a color box control from one vi to another vi by bundling it into a cluster and passing the values. There are some other values also which are bundled along with the color. In the second vi when i tried to unbundle the cluster passed from the first vi and then wired the color passed, to a color box, it is getting connected and showing the correct color . But when i am trying to connect the whole bundle to a cluster, it is not gettting connected because of the color box in the cluster. 
    Can anyone please tell me how to solve this problem. I have herewith attached my 2 vi's which i am working with.
    Thankful regards,
    Nitz
    Solved!
    Go to Solution.
    Attachments:
    vi1.vi ‏27 KB
    vi2.vi ‏11 KB

    Hi Nitzy,
    gaa, I'm color blind now
    Well, in your vi2.vi you call a subVI (inputmodule2), which you didn't attach... There's no direct connection between vi1 and vi2...
    -You also have a big race condition in your vi1 because of all those colorbox locals - when more than one condition is true you can't predict which color is used...
    - Why don't you use UnbundleByName?
    - VI2 shows no wiring error...
    - Why don't you use a cluster in VI for all your inputs? You can hide the border and place the cluster elements in the same way. No need for several locals for initialisation and no need for a bundle node...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Can someone plz tell me what a domain name is and were I find mine?

    any1 no were I can find my domain name n what it's about please..? Ci&e

    Chezlvzfez wrote:
    who do u mean the man?
    The man who tells you what you can post online, who tells you what e-mail address to use, who tells what e-mail system you can use, who locks you into a proprietary system and then cancels it when it becomes too much trouble, leaving you you change your entire online identify. If you have your own domain name, you don't have to worry about any of that.

  • Can anyone please tell me what i'm doing wrong?

    I'm new to java
    Please can anyone help me to solve this problem.
    I'm using win2k.
    jdk1.3.1_01 and apache tomcat 4.0
    i can compile but i can't execute any code.
    when i try to compile servlet code i get the httpservletpackage does not exist.
    regular java code compiles just fine.
    The error message below i get whever i try to execute any code.
    ------- java ----------
    java.lang.NoClassDefFoundError: Comparison
    Exception in thread "main" Normal Termination
    Output completed (1 sec consumed).
    This is my CLASSPATH: c:\javax\;c:\unzipped\servlet-2_3-fcs-classfiles\;c:\java;c:\jdk1.3.1_01\server.jar;c:\Apache Tomcat\lib\servlet.jar
    My PATH is: c:Apache Tomcat 4.0\common\lib;c:\jdk1.3.1_01\bin;
    JAVA_HOME c:\jdk1.3.1_01
    TOMCAT_HOME c:\Apache Tomcat 4.0

    From:Julesh1
    To: J.jenko
    Thanks for the questions, let me try to clear it up for you.When i try to excecute any java code
    servlet and other wise i get the error below.
    ------- java ----------
    java.lang.NoClassDefFoundError: Comparison
    Exception in thread "main" Normal Termination
    Output completed (1 sec consumed).
    This is my CLASSPATH: c:\javax\;c:\unzipped\servlet-2_3-fcs-classfiles\;c:\java;c:\jdk1.3.1_01\server.jar;c:\Apache Tomcat\lib\servlet.jar
    My PATH is: c:Apache Tomcat 4.0\common\lib;c:\jdk1.3.1_01\bin;
    JAVA_HOME c:\jdk1.3.1_01
    TOMCAT_HOME c:\Apache Tomcat 4.0
    I have tomcat 4.0. and when i try to start tomcat i get this error message:
    A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation t
    arget' has occurred in :
    'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
    Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg

  • My timecapsules loses connection with the modem if it is not shown in dock. Can anyone please tell me what I have to do

    I have timecapsule 2TB. Till one month back it was working fine. Now the internet is connected only if it is shown in dock. If it is removed from the Dock the connection is getting lost. How Can I connect the internet even if it is not shown in the dock

    Post a screenshot of the TC in the dock showing the settings.
    You need to describe the whole network so we can understand how you are connecting to the TC and what is happening. We do not have enough info to solve this.
    But I do suggest you factory reset the TC and start over with a clean setup. Use ethernet if possible.. both TC to the main modem/router and ethenret to the computer. WIreless is never as reliable.

  • HT201320 All of a sudden my IPad won't let me read my emails, says wrong password, but I haven't changed anything! I've switched Ipad off and on againmbut it doesn't help. Can anyone please tell me what I should do??

    All of a sudden my ipad2 won't let me read emails, says wrong password but I haven't changed anything!! Can anyone please help me to sort this? Many thanks.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    The iPad's Mail app has no provisions for creating groups. However, you can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email  -  https://itunes.apple.com/us/app/group-email!-mail-client-attachments/id380690305 ?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Hey i am an iphone 3gs user and i am scared to update to ios 5..... can anyone plz tell me if it is safe to update....

    should i upgrade to ios5 on my 3gs????
    is it safe to upgrade...?????
    i am really confused as i only have one apple product...

    Virtually no-one has upgraded to 1os5.  They're all frozen in terror!
    But seriously...what do you reckon?
    As long as you haven't hacked your phone it will be fine.  If you have hacked it, no-one can tell whether it is safe or not. It'll be completely at your own risk.

  • My Itouch wont work, can anyone please tell me what to do?

    I was just using my itouch a while ago then I locked it. After 5minutes I tried to unlock it but nothing happened. I tried pressing the ON button in case it shut down but again nothing happened. What am I gonna do?

    After updating to iOS6, I lost all sound for apps like YouTube, Netflix, games, and even notifications. The only time sound worked was during a phone call or when the head set was plugged in.
    I did a full back up and restore- sound restored but only for a day before the problem returned.
    Called Apple Support and was advised to do another restore, but this time restore it as NEW first, then do the restore from back up.
    Seemed to do the trick.
    Here are the instructions of what I was given- hopefully this will help you too:
    Here is a link about backing up your iPhone with iTunes.
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    Once you back up your device you will want to restore it.
    You will need to have iTunes open on your computer screen.
    Please turn your iPhone off.
    Press and hold the Home Button.
    Continue to hold the Home Button as you plug you iPhone in to the usb cable.
    You will want to continue to hold the Home button until you get a screen with the message "device found in recovery mode".
    Please follow the prompts and restore device as NEW.
    once the restore is done you will have to set up the device and test the sound.
    If it works you will then need to restore the device from the back up to restore your user settings.
    You can find the instructions how to restore from back up also from the the link I provided.

  • Can anyone please tell me what constitues "other" data that is taking up room on my iPad?

    I am trying to maximize storage on my iPad and am wondering what the "other" component of the storage is on the iPad (like when you have it connected and you see the status bar at the bottom that shows how much storage is devoted to audio/video/apps etc.)  Any info would be appreciated, thanks!

    How much space is used by your Other? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
     Cheers, Tom

  • I have an ipone 4 and after i done the update to 7.1.2 i cant find my personal hotspot can somebody plz tell me what is going on

    i need help getting my hotspot back i used it all the time for my laptop and now i cant find it no where in my phone

    Good morning kuntryboy38901,
    If you are having an issue with using your Personal Hotspot on your iPhone, I would suggest that you first check to make sure your settings are correct for it. They can be found in this article -
    iOS: Understanding Personal Hotspot - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Hi i want to insure my mobile but they need prove of purchase but i dont have plz tell me what is a process for new print  plz...

    Hi i want to insure my mobile but they need prove of purchase but i dont have can i have new print plz..

    Did you buy the iPad from the Apple online Store?
    If you did, you can browse to the Apple Store > click Account in the top right > click View Order History. From there, you can view orders over the last 18 months and print invoices.

Maybe you are looking for

  • Urgent Help with 8.1.2

    I can download and install Adobe Reader 8.1.2 with no problem; however, when I try to open any PDF file, Adobe locks up and the only error I get is a Microsoft error stating that Microsoft has encountered a problem and needs to close. I have uninstal

  • Planning Application - Supporting Details

    Hi, We deleted around 4000 members from our planning application and later realised that the few members have budget values tagged to them and also supporting details are included for few of the members. Now we would like to bring back those members

  • Playing songs in library on desktop computer - songs won't auto advance

    OK, I realize that this might rank right up thee under all time dumb questions... I am sitting at my desktop computer and just want music playing from my Library in the background. A single song plays, and it doesn't automatically shuffle to a new so

  • How to reslve this ..please urgent..

    Hi experts.. I have created one repository variable EXP_SUM on my local machine(windows) and transfered my repository on unix machine...but i am getting the error in this report: The repository variable, Exp_SUM, has no value definition. My all other

  • How to redirect the scsi command

    Usually, the scsi command goes to HBA driver after it is built by the target driver. However, my project is to intercept the scsi command and send it to the remote server because we want to implement network storage . Originally, the structure, scsi_