Give some examples of sd tickets

give some examples of sd tickets, how these are solved?????/

Check these few ones
1. Account Assignment of Customer / material not maintained in Customer / Material Master (If maintained in combination in VKOA).
Solution:
Option 1 (Standard solution):
step 1: Cancel Billing Document --> Reverse PGI --> cancel Delivery --> Cancel Sales Order
step 2: Maintain Customer master / Material Master correctly.
step 3: Recreate sales Order --> Delivery --> PGI --> Invoicing.
Option 2:
Force the Account Assignment Group of Customer / Material through Debug in change mode of Billing document, which will release Billing Document to Accounting.
2. Account Key not maintained in Pricing Procedure:
Impact: This may create accounting document, but if condition type, which are to be posted to account, but do not have account key maintained in pricing procedure, it will not be post the relevant condition type to G/L account.
3. Billing Document not being released to accounting --
In Material Master, there is some link between Profit Centre & MRP Type. If one of it is not maintained, erratically few documents get stuck while releasing Billing Document to accounting. Few of course get posted.
Solution1: Cancel Billing Document --> Reverse PGI --> Cancel Delivery --> Block the sales Order & Create new sales Cycle all over again after rectifying Material master.
Solution 2: (Temporary Solution) In Debug mode in Billing, force the Profit Center in Billing Document with the help of Abaper. But ensure Material master is rectified.
From FI Side, you require to check that all the G/L account has been maintained through T.Code: FS00. G/L account being Master data has to be created in each client to upload through LSMW / SCATT / BDC.
In Billing Document in change mode (in the first screen where we enter Billing Document number), on the top most left hand corner, take a dropdown on Billing Document & select Release to accounting. Here you can get the under mentioned possible message:
1. G/L account not found
2. Cost Element not maintained for G/L account.
In both the above cases, FI consultant requires to take corrective action.

Similar Messages

  • Give some example of sap sd tickets

    Dear Sir,
                 pls give some examples of sap sd tickets & also explain how to solve ticket issues..
    With Regards
    Prasanta

    hi,
    pl check this link where i have recently posted one ticket :
    [ticket|Re: urgent...................hi alll tickets]
    and try to make a search in this forum, you might get more.
    regards
    sadhu kishore

  • 4.give some  examples of collaborations from the Collaboration Launch Pad.

    give some  examples of collaborations from the Collaboration Launch Pad.

    Answered my own question:
    Here it is:
    1. Logon to portal as Administrator
    2. Navigate to Content Administrator -> Portal Content
    3. Open the tree 'Portal Content'
    4. Open the tree 'Content Provided by SAP'
    5. Open the tree 'End User Content'
    6. Open the tree 'Standard Portal user'
    7. Open the Object 'Default Framework Page'
    8. Open the Properties of 'Tool Area'
    9. Select the 'Property Category' as 'Select all'
    10. Set the property 'Enable Collaboration Launch Pad' to "Yes"
    11. Set the property 'Enable Real-Time Collaboration' to "Yes"
    12 Restart the portal (If you are not getting Collaboration Launch Pad).

  • What is IMPORT/EXORT statements ?please give some example code?

    What is IMPORT/EXORT statements ?please give some example code?

    EXPORT :-To read data objects from an ABAP program into ABAP memory, use the following statement:
    Syntax
    EXPORT <f1> [FROM <g 1>] <f 2> [FROM <g 2>] ... TO MEMORY ID <key>.
    This statement stores the data objects specified in the list as a cluster in memory. If you do not use the option FROM <f i >, the data object <f i > is saved under its own name. If you use the FROM <g i > option, the data objet <g i > is saved under the name <f i >. The name <key> identifies the cluster in memory. It may be up to 32 characters long.
    The EXPORT statement always completely overwrites the contents of any existing data cluster with the same name <key>.
    IMPORT :-To read data objects from ABAP memory into an ABAP program, use the following statement:
    Syntax
    IMPORT <f1> [TO <g 1>] <f 2> [TO <g 2>] ... FROM MEMORY ID <key>.
    This statement reads the data objects specified in the list from a cluster in memory. If you do not use the TO <g i > option, the data object <f i > in memory is assigned to the data object in the program with the same name. If you do use the option, the data object <f i > is read from memory into the field <g i >. The name <key> identifies the cluster in memory. It may be up to 32 characters long.
    You do not have to read all of the objects stored under a particular name <key>. You can restrict the number of objects by specifying their names. If the memory does not contain any objects under the name <key>, SY-SUBRC is set to 4. If, on the other hand, there is a data cluster in memory with the name <key>, SY-SUBRC is always 0, regardless of whether it contained the data object <f i >. If the cluster does not contain the data object <f i >, the target field remains unchanged.
    they are used to save and reterive data in ABAP memory.
    here is an example to clear about them.
    <b>REPORT ZWA_TEST2 .
    data: it_bkpf type table of bkpf with header line.
    SELECT * FROM bkpf into table it_bkpf.
    EXPORT it_bkpf TO MEMORY ID 'MID'.
    refresh it_bkpf.
    IMPORT it_bkpf FROM MEMORY ID 'MID'.
    LOOP AT It_bkpf.
    write:/ it_bkpf-belnr.
    ENDLOOP.</b>
    Reward points if it is useful.......

  • Some Examples of FICO tickets regarding Automatic Payment Run,GL,AR,AP,Bank

    Hello,
    Could anybody please provide me with 5 or 6 examples of FICO tickets that we normally get during real time and their solutions regarding APP,AP,AR,GL,Bank and Cash
    I need it badly so kindly send me those tickets and the solutions if u can to my Gmail Account
    [email protected]

    Dear Friend,
    Each and every thread you can treat as a ticket.
    Regards
    Sree

  • What is process in oracle give some examples

    what is process in oracle give some examples

    The tem "process" has multiple meaning in Oracle but most likely you probably are referring to the Oracle background process used to perform the work for an Oracle session.  These are in fact OS processes spawed by Oracle using fork on UNIX/Linux and would be task thread on Windows.  You can find infomraion on these proceses via the v$process view.  You join v$process to v$session to see the front and backend processes for a connection to Oracle.
    The Concpts manual describes Oracle process Architecture:
    http://docs.oracle.com/cd/E11882_01/server.112/e40540/process.htm#CNCPT008
    HTH -- Mark D Powell --

  • How to define common division?   give some examples

    how to definfe common division?   give some examples

    Hi,
    You can define that customer master records, which have been created for each sales organization for a distribution channel (or division), are also valid in other distribution channels (or divisions). As a result, you create and change customer master records that are required in different distribution channels or in different divisions only once. This makes it easier to create and change master records.
    Divisions
    In Customizing, you can specify other divisions in which customer master data (and article master data and prices) from the reference division are also valid.
    You do this in Customizing for Master Data (Sales and Distribution) in the following activities:(SPRO>SD>Master data)
    Define Common Distribution Channels
    Define Common Divisions
    Regatds
    SD

  • Give some examples For Application items

    How to use application items and where used?

    Some examples
    - date format -> global settings
    - preferred name -> displayed in lieu of username
    - file locations -> parameterise templates
    - application context -> store selected account/job/task/item/id, one referenced used across many pages
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/bldapp_item_app.htm#BCEHFDDJ
    Scott

  • Anybody can give some example about XA programming?

     

    Yu Li,
    This is not the correct forum for XA questions, however, search on 'XA' across the otn site and you will find some examples.
    regards,
    David

  • Purpose defining common distrn channel? give some examples

    purpose defining common distrn channel? give some examples

    hi,
    If you do not need the master data (customer / material and condition master data) to
    be differentiated according to distribution channels, you have to set up a representative
    distribution channel. The master data for the representative distribution channel
    applies to all distribution channels for which you have set up this reference in
    Customizing.
    By doing this, you can minimize the effort of entering and maintaining master data.
    In addition, you can update statistics for distribution channels without having to create
    master data for the various distribution channels.
    Consider you have three Dist Chnls (01, 02 & 03) and 10 customers who can buy thru either of these dist chnls. In order to enter a sales order you will have to extend the customers to all the 3 Dist Chnls, which means for 10 customers you will have 30 records in the tables. In real time scenario the number of customers and dist chnls are huge and they keep increasing. Imagine the amount of data you will have to maintain.
    For this purpose SAP came up with the Common Distribution Channel Concept where you would identify the dist chnl for which you can maintain records and in the process reduce the number of records and also use it for the other dist chnls too.
    If you create the dist chnl 01 as the common dist chnl and link 02 & 03 to it, you will have to maintain only 10 records and still can use it for all the 3 dist chnls. The same is applicable for the common division.
    CHAN

  • Who can use dbapi.jar?Can you give some examples for usage?

    Recently ,I want to develop something about oracle sql script.Then ,I think sqldeveloper,dbapi.jar.It will provide some perfectable intefaces.I want to use them,but no examples.
    who can have them?
    Please send to [email protected]
    Thanks.
    he yong

    Sorry, but I don't understand.
    Are you trying to develop an extension to sqldev, or reverse engineer it? What exactly are you trying to do?
    K.

  • Give some examples to use gateways

    Hi,
    Is there any one tell how to get into sms gateway and how to use it.
    Please tell me

    Hi,
    I got some solution at
    http://www.forums.hscripts.com/viewtopic.php?f=18&t=3467&start=0&hilit=send+sms

  • Please give me some examples of video chat with adobe flash builder 4 or adobe flex 3.5

    I'm a newbie for flex. I had a project from my college to made a video chat application using Adobe Flash Builder 4 and used Red5.  please help me, give me some examples of video chat source code, so that i may to learn it. thanks a lot friends.

    As you are starting at the beginning you may as well start with FB4. When you install FB4 you will find that its start page has links to documentation tutorials and examples through the tour-de-flex. There are some great blogs that continue to offer advice and examples, nothing beats well written examples for learning. If you are on face book there is an Adobe Flex page that is continually giving links to examples and information about e-seminars.
    And of course there is here. So jump on board and have a bit of fun.
    David

  • Give me some examples for functions for read POST, write POST, modify POST

    Give me some examples for functions for read POST, write POST, modify POST, create and delete theme in forum. This functions have to be make like Remote Methods

    Give me some examples for functions for read POST, write POST, modify POST, create and delete theme in forum. This functions have to be make like Remote Methods

  • Regarding how to use index , please give me some example if possible

    Hello everybody:
           Thank you all for your help in  advance .
           would you please tell me how to use index, please give me  some example if possible.  couldn't thank you more!
          best regards .
         Frank

    Index is used for faster access of data base tables.
    An index helps to speed up selection from the database. An index is a sorted copy of selected database table fields.
    The primary index is always automatically created in an ABAP-based SAP system. It consists of the primary key fields of the database table. This means, for each combination of the index fields exists a maximum of one record in the table. This kind of index is called a UNIQUE index.
    If the primary index cannot be used to determine selection result, (for example, the WHERE condition does not contain any primary index fields), the system searches the whole table. To prevent this, and determine the selection result by searching through a restricted number of database records, you can create a secondary index.
    However, you should not define an index for all possible fields in the WHERE condition.
    Check this thread..u have more details.
    In which situation we can use the reading of  index

Maybe you are looking for

  • How do I split an iTunes account/library into two?

    Hi.  I have a single Apple ID and iTunes library that I share with my son.  We would like to split the library up so that he has his own account and library on his laptop and I retain my own stuff on my PC.  We don't need to share any of the stuff in

  • After upgrading to IOS 7 my passcode doen't work even tho it did at first. but it did at first.

    I upgraded and in the process changed my passcode.  Everything was fine for a little while but after about an hour I tried to log into my phone and now the passcode doesn't work. I am certain I am using the correct passcode so that is not the problem

  • Do I need to install Oracle database 12c on PC to create tables for Weblogic server

    Hi, I am new to WebLogic and I am following a book Java EE Development with Eclipse published by PACKT Publishing to learn  Java EE.  I have installed Oracle Enterprise Pack for Eclipse on the PC and I am able to log into the WebLogic Server Administ

  • Searching and parsing each row

    I have two set of txt files. 1) Links - 1 million records 2) Projects - 500 records I need to know how to search in the link if a project is present in that link and map it back to the projects. For e.g LINKS 11X3 O2W HUA00 ETH-1.5M001 11X8 O2U D1000

  • Help css for Tiles and JSF

    Hi. In JSFTiles Oracle sample, it has three columns one over the other. But I would like a design be: HEADER MENU ----------- BODY FOOTER The css could help me but I don´t know css ... Are there somebody can help me? Thanks