Plz clarify

what is the difference between pbxx and pb00 conditions?
what is the signficance of STO?
does we  can able to do stock transfers without STO?
what is the need of defining new mvt type/Z-Mvt type?
purchase order configuaration upto creation of PO number?
if the vendor said on purchase of material A, he will give material B as free. how to configure this in SAP?

hi
u can find the answers of these questions on net also
>what is the difference between pbxx and pb00 conditions?
PB00 is with access sequence and PBXX is without,
>what is the signficance of STO?
Stock Transfers order
1. Physical movement of material
2. Transfers can use a one-step or two-step procedure, or a transport order
3. E.g. Plant to Plant and Storage Location to Storage Location
>does we can able to do stock transfers without STO?
yes we can do stock transfer  using movemnt types 301 or 303 and 305
>what is the need of defining new mvt type/Z-Mvt type?
it is needed as per ur scenario,
like suppose u have to isssue material for the cost center for a specific process, then u can copy movemnt 201with some Z
so that u can differentiate the issues for that process with z movemnt type
>purchase order configuaration upto creation of PO number?
find it on internet
>if the vendor said on purchase of material A, he will give material B as free. how to configure this in SAP?
create PO for material A and material B and in the line item of B just tick for FREE indicator and do the processing as normal
item B will not be get price so no MIRO for item B

Similar Messages

  • Hello sir, Hello sir.    Plz clarify me... My frnd have iphone 5s sealed pack. He purchased it from uk..he told me the phone is unlocked..but i have doubt phone is locked or unlocked..plz help me how can i know phn is locked or unlock???

    Hello sir, Hello sir.    Plz clarify me... My frnd have iphone 5s sealed pack. He purchased it from uk..he told me the phone is unlocked..but i have doubt phone is locked or unlocked..plz help me how can i know phn is locked or unlock???

    hellow sir i have iphone 3gs but its unofficely unlock .
    can i update my iphone ?

  • Heirarchy clarification, A.H.P. OR anyone else plz clarify

    Hi Gurus,
    i have a doubt in heirarchy like for example.
    if i have a heirarchy- Region>>country>>state>>city>place.
    so if this is a heirarchy in R/3 so i have all the infoobjects like REGION, COUNTRY, STATE, CITY, PLACE.
    in my BW.
    if i want to extract data for this hierarchy into my bw do i need to extract for all means do i need to find all the datasources for individual infoobjects like region country, state...etc r else if i just extract using datasource REGION will that fetch all teh data for the heirarchy associated with that region.
    even its silly plz clarify my doubt.
    thanks and regards
    harish

    dear Harish,
    you may need to extract text for COUNTRY, STATE, CITY, PLACE, normally the datasource is infoobject name + text, e.g 0countrytext.
    to help you to find in which application component that you can install the datasource (rsa5), you can view table ROOSOURCE, field OLTPSOURCE = datasource name, APPLNM is the application component name.
    for 0country_text you may find something unusual, in the table it may not view the right info, it's show as sap r/3 something, but actually it's under application component PI_BASIS - 0CA_GD - 0CA_GD-IO.
    if you find difficulty in getting the datasources, you can use 'in dataflow before' in bw to install business content infoobjects and mark the datasource/transfer rules e.g 0country -> expand and mark '0country_text.
    hope this helps.

  • Hi ... plz clarify ---- roles

    hi,
    Plz make me understand what is a Role , Authorization , profile and the relation among these and where n what for these r used ..
    Thanks in advance .. expecting a reply from u  all masters .......
    cheers

    One profile can have a no. of roles.
    One role can have no. of authorization objects...these objects can put authorization at the infoobject level..even you can authorize till a partculur level of hierarchy...
    In BI 7 you can directly assign an authorization object to a user.
    how to do it??..
    1.Go to Rsecadmin
    2.Select maintain authorization
    3.Select already existing authorization object (using F4) name...and click on change(pencil)
    4.and you insert any new infoobject..and select that row...(left most button)..and click on details
    Now you can see how you can authorize an infoobject...with values and hierarhcy..these two tabs you can view...and can restrict an infoobject to certain value range or ..certain level of a hierarcy..
    Normally we create a role with many authorization objects in it..and assign that role to many users...so that all those will have common authorization..
    For role creation :
    1.tr.RSECADMIN
    2.click on  USER tab
    3.click on role maintanence.
    4.Now either create(pencil) or display(specs)  roles
    5.you will find. Authorization tab..
    in that at the bottom you will find...display authorization data...
    You can view there how authorizations have been done...
    Basically ,there are many authorization objects..having specific purpose...
    e.g. s_rs_admwb  for loading/administration ....I could list them here ..but its no use knowing them unless they are needed...
    Using s_rs_admwb..you can restrict different activity of user related to administration...(Don't get confused you are doing everything under a role after step 5).
    6.Assign this role to user by clicking on the user tab..do user comparison..

  • Doubt on diff types of data plz clarify

    1) we know that there r 3 types of data like i)customizing data/control data ii)master data iii)transactional data.will these  three types of data reside in the same database table are some set of database tables form each categeory?
    2)how to define customizing data/control data,master data,transactional data with examples?
    3)is there any difference between customizing data/control data,master data and transactional data?
    4)what is buffering?can u plz explain single record buffering,generic buffering,full buffering with examples?
    5)is there any site where we can test our abap knowledge?

    hi
    chk this
    Buffering
    The major difference between the context buffer and the normal database and table buffers is that it is only refreshed at given intervals. There is no attempt to update it synchronously, or even nearly synchronously. This means that it is not appropriate to use it for every context or context module.
    Buffering Types
    Permanent (P): This is the default setting. In this case, the data is kept on each application server beyond the end of the transaction in which it is used. The buffer is reset every hour on the hour (8:00, 9:00...). You can reset the buffer manually in the Context Builder.
    Temporary (T): Data is only buffered for the duration of the current transaction.
    No buffering (N)
    Buffer Size
    You can set the maximum number of entries to be buffered. The default is 128. This number only applies to the permanent buffer for a single module. Within a transaction, all of the data that occurs is stored in the buffer unless you have switched off buffering for the module. It is usually best to leave the maximum buffer size set to 128. It is not often that a large number of key combinations occur within one hour on a single application server. Even if this does occur, you can expect combiniations from the first 128 entries to be repeated. The system resets the buffer after one hour, which should ensure that no one module monpolizes it.
    Buffering Types
    An I buffer is a table that assigns derived values to the input fields of the module. It
    Only contains one entry with key values.
    An E buffer is a table that assigns the derived values of the module tot he key fields of the context, It
    contains more than one entry with key values.
    can be a join of all I buffers for the modules buffered
    Performance
    The E buffer gives the fastest access, since it can find the values requested in the DEMAND statement in a single step. Under certain circumstances, it can return a smaller number of hits than the I buffer.

  • Hi i have some doughts in sap-abap realtime plz clarify my doughts

    Hi all,
    Which client number you use for the current
    project?
    You are running a report. It is taking long time for
    execution. What steps will you do to reduce the
    execution time.
    After running a BDC program in background, next
    day morning when you see the results, few records
    are not updated(error records). What will you do
    then?
    You are given functional specs for a BDC program
    and you need to decide whether to write a method
    call transaction or a session. How u will decide?
    What is the difference between report and script?
    what are the differences between scripts & smart
    forms?
    what are enhancements?
    what are user-exits?
    what is badi?
    what is the difference between user-exit & BADIs?
    what is the difference between user-exit &
    customer-exit?
    how do you get functional specs  when you are
    assigned some object? (specs through email..??)
    How do you write technical specs?
    How do you write UTP?(unit test plan)

    Which client number you use for the current
    project?
    CLIENT NUMBER ALLWAYS VARIES. USUALLY 300/800.
    You are running a report. It is taking long time for
    execution. What steps will you do to reduce the
    execution time.
    THERE ARE SO MANY PERFORMANCE ISSUES TO UPGRADE THE REPORTS. LIKE SQL TRACE ETC...
    After running a BDC program in background, next
    day morning when you see the results, few records
    are not updated(error records). What will you do
    then?
    THE ERROR LOG WILL BE CREATED IN THE DATABASE. WE NEED TO ANALYSE THE ERRORS . THEN, IF THE ERRORS ARE OF SAME KIND, MODIFY THE PROGRAM AS FOR ERROR ANALYSIS AND RUN THE PROGRAM AGAIN. IF ERRORS ARE OF DIFFERENT TYPES. U NEED TO UPDATE MANUALLY.
    You are given functional specs for a BDC program
    and you need to decide whether to write a method
    call transaction or a session. How u will decide?
    USUALLY THE METHOD OF BDC COMES IN THE FUNCTIONAL SPECS ITSELF.
    What is the difference between report and script?
    USING THE REPORTS WE CANT CHANGE FONTS AND FORMAS. LOGOS CANT BE DISPLAYED. WE CANT ENTER THE DATA IN THE PRE-PRINTED STATIONARY. DUPLEX PRINTING NOT POSSIBLE WITH REPORTS. HEADER AND FOOTERS CANT BE INCLUDED. CANT CHANGE THE LANGUAGE.
    bUT ALL THESE CAN BE POSSIBLE THRU SCRIPTS.
    what are the differences between scripts & smart
    forms?
    SMARTFORMS ARE UPDATED VERSIONS. AND USERFRIENDLY.
    what are enhancements?
    SAP IS OF A PACKAGE OF WITH MANY EXISTING OBJECTS. MOST OF THE TIMES WE USE THE EXISTING OBJECTS AND MODIFY THEM AS PER REQUIREMENT AND USE. SOMETIMES SOME OBJECTS CAN NOT OFFER THE REQUIRED FUNCTIONALITY. THEN USING THE ENHANCEMENTS WE CAN ADD OUR OWN FUNCTIONALITY TO THE OBJECTS.
    what are user-exits?
    ALMOST SIMILAR TO ENHANCEMENTS.
    what is badi?
    BUSINESS ADD INS(BADI'S) ARE THE ADVANCED CONCEPTS OF ENHANCEMENTS. THESE ARE ASSOCIATED WITH OOPS CONCEPTS.
    SE18 AND SE19 ARE THE TCODES FOR BADI CREATION AND IMPLEMENTATION.
    what is the difference between user-exit & BADIs?
    BADI'S ARE ADVANCED.
    what is the difference between user-exit &
    customer-exit?
    CUSTOMER EXIT IS A PART OF USER EXIT.
    how do you get functional specs when you are
    assigned some object? (specs through email..??)
    DEPENDS ON THE COMPANY. USUALLY WE GET A ID OF THE SPEC THRU MAIL. USING THAT ID WE GET THE FUNCTIONAL SPEC IN THE CLIENT'S SITE. THERE WILL BE AN OPTION TO SEARCH THE OBJECTS THRU ID.
    How do you write technical specs?
    IT IS LIKE PSUDO CODE DEVELOPED BEFORE GOING TO THE CODING. U CAN COMPARE IT LIKE FLOW CHART.
    How do you write UTP?(unit test plan)
    UNIT TEST PLAN IS A CONCEPT OF CHECKING LIKE WHETHER WE R GETTING THE DESIRED OUTPUT FOR THE SPECIFIED INPUT OR NOT. NOTHING ELSE.
    HOPE IT HELPS.
    ALL THE BEST FOR UR INTERVIEW.
    CHEERS.

  • Plz clarify  my doubt

    hi.i got an error message while posting in f-02
    after doing configuration
    http://www.MegaShare.com/184539

    Please see the following Not:
    Note 1051222 - RFUMSV53: correction of SAP note 1050763
    Summary
    Symptom
    You install SAP note 1050763. When trying to migrate documents you get an error message FF769 ("System error in routine FI_TAX_GET_PRICING_PROCEDURE error code 12 function builder TAX2").
    Other terms
    FF769, SG105, migration, RFUMSV53, lw_calculate
    Reason and Prerequisites
    Program error
    Solution
    Implement correction instructions attached to this note. Alternatively you can install the support package mentioned in the section "Reference to Support Packages" of this note.
    Message was edited by:
            MSiddique

  • Plz clarify : In Segment Multiple entries possible

    Hi Friends,
    I have some data in my internal table. I wants to send it to Segment.can we store multy recoeds in segments.
    i have data like this:  po no , item details (4 no of items).
    I want to send data into one idoc and one segment . Is it possible.
    Thanks & Regards,
    Kumar.

    Hi Kumar,
    U can loop your internal table and pass data in IDoc.
    Regards,
    Naresh

  • Plz clarify with grep command

    Regarding grep command,i have given in linux
    grep -r "some name" & (& i have given instead of *).after enter some below mesg throws like
    [+1] + stopped [sigttin] .
    when i typed exit it shows YouHave stopped jobs.
    Is this any problem with this command for running background jobs?
    can anyone please suggest ASAP.Thanks in Advance.

    grep -r "some name"Are you searching for file content or filename? In the later case, you would use find, not grep.
    The grep command requires a file paramter. & as file parameter is not valid.
    You could possibly use "grep -r "something" ./* &. But what would be the purpose of running such a command in the background unless you pipe the output to a file, e.g.
    <pre>
    grep -r "something" * > output.lst &
    </pre>

  • Sto scenario plz help urgent

    Under company code 7245 I m doing stock transfer from 7245 plant to 7246 plant
    supplying plant 7245 recieving plant 7246 ccode 7245
    n sales area in supplying plant is 7245-7a-7a
    now in this sales area ive created a customer 7246 to represent recieving plant
    on the oher side in 7246 ive created vendor 7245
    now in
    SPROMMPO-SET UP STOSHIPPING DATA
    for plant 7246 ive given cust num plant:7246 sales area 72457a7a
    and
    for plant 7245 ive kept cust num plant blank
    and sales area 72457a7a
    n shipping point det in 7246 cust mast shipping cond is 7a
    loading group in material is 7245 for plant 7245
    and for material in 7246 the lopading group is 7246
    the shipping pt det is as follows
    7a-724572457245(shipping cond-loading group-plant-shipping point)
    now when i m creating po in me21n
    i m getting warning message
    ship point 7245 not allowed for ship cond 7a loading group 7245 plant 7245
    its only a warning
    but it is picking up 7245 as shipping point
    now vl10g is also fine
    i m getting the delivery doc number
    n vl02n and migo is fine
    now
    my doubt is
    wat r the settings so that i can do both ways
    see with the above setting i m able to send stock frm 7245 plant to 7246
    but i m not able to configure stock transfer from 7246 to 7245
    mainly i wan settings @ SPROMMPO-SET UP STOSHIPPING DATA
    i ve created customer 7245 in 7246-7a-7a
    and vendor 7245 in purch org 7246
    cant be both settings be standard
    so that stock can be sent any ways
    because both plants belong to same ccode and stock can be ransfered both ways,is this scenario possible??/
    or sto is only one way ??
    plz clarify
    i ve already spent a lot of time on this plz help me out.
    anil
    Edited by: anil singh on Mar 12, 2008 5:37 PM

    Hi,
    Create the customer in the delivering Sales Area/Plant/CC and assign this customer to the recieving plant in the MM> purchasing> STO> Setup STO> Shipping data for plants.
    Assign the delivering plant's salea area also here. So you need to create a customer in 7245 and assigne it in 7246.
    Create the vendor in the purchase organisation of the receiving plant and assgin the delivering plant in the vendor master. Maintain the document types correctly and define whether you require one step or two step procedure.
    hope this will help.
    Prase

  • Inbound Invoice IDoc - Problem, Please clarify.................

    Hi All,
    I am implementing an Inbound INVOIC02 IDoc for posting Credit Memo that references purchase order. But there is some unique thing. This IDoc is used to post only the SAC (D240 - Freight Allowance).
    Freight Allowance will come at Header level on the X12. This amount should be posted to a G/L account.
    I want this SACD240 amount to be mapped onto IDoc.
    I have extended the IDoc with a Z-segment @ line item level and is mapping into this z-segment.
    The mapping team came up with a question. If SACD40 is mapped onto Z-segment. And no other line item information is present on the X12/IDoc (such as matnr). Will SAP process this IDoc??
    Plz clarify??
    Thanks,
    Creasy

    data in extended Z segment would not get processed automatically.
    If std Function module IDOC_OUTPUT_INVOIC is used as inbound process code then
    you need to add custom code in  exit   CALL CUSTOMER-FUNCTION '001'   include ZXEDFU01 to pass to correct fields. or you may have to call another FM or BDC to pass data to required transaction/fields.

  • Unable to create CMR in dev client

    Hi,
    When i am running xd01 Transaction system throwing following mesasage
    plz clarify
    Runtime Errors         SYNTAX_ERROR
    Date and Time          11.03.2008 16:04:44
         Short text
              Syntax error in program "CUSTOMER_ADD_DATA=============CP ".
         What happened?
              Error in the ABAP Application Program
              The current ABAP program "CL_EX_CUSTOMER_ADD_DATA=======CP" had to be
               terminated because it has
              come across a statement that unfortunately cannot be executed.
              The following syntax error occurred in program
               "CUSTOMER_ADD_DATA=============CP " in include
               "CUSTOMER_ADD_DATA=============CM000 " in
              line 12:
              "Field "TYPE" is unknown. It is neither in one of the specified tables "
              "nor defined by a "DATA" statement . . . . . . . . . ."
              The include has been created and last changed by:
              Created by: "SAP "
              Last changed by: "SAP "
         Error analysis
              The following syntax error was found in the program
               CUSTOMER_ADD_DATA=============CP :
              "Field "TYPE" is unknown. It is neither in one of the specified tables "
              "nor defined by a "DATA" statement . . . . . . . . . ."
         Trigger Location of Runtime Error
             Program     CL_EX_CUSTOMER_ADD_DATA=======CP
             Include     CL_EX_CUSTOMER_ADD_DATA=======CM00I
             Row     1
             Module type     (METHOD)
             Module Name     IF_EX_CUSTOMER_ADD_DATA~CHECK_ADD_ON_ACTIVE
         Source Code Extract
         Line     SourceCde
         >>>>>     method IF_EX_CUSTOMER_ADD_DATA~CHECK_ADD_ON_ACTIVE.
             2       CLASS CL_EXIT_MASTER DEFINITION LOAD.
             3     
             4       DATA l_badi TYPE REF TO CUSTOMER_ADD_DATA.
             5     
             6     
             7     
             8     
             9     
            10       TRY.
            11     
            12         GET BADI l_badi
            13          CONTEXT me.
            14     
            15         CALL BADI l_badi->CHECK_ADD_ON_ACTIVE
            16          EXPORTING
            17            I_SCREEN_GROUP = I_SCREEN_GROUP
            18          CHANGING
            19            E_ADD_ON_ACTIVE = E_ADD_ON_ACTIVE.
            20

    HI,
       Go thru the badi corresponding to the transaction and analyse the error.
    Regards
    Srinu

  • Issue deploying rpd to cluster

    Hi All,
    When I try to deploy an RPD to our clustered OBIEE environment, i receive this error for one of the servers:
    Message     SEVERE: Element Type: JEE_SERVER, Element Id: unix02:bi_server3, Operation Result: UNEXPECTED_ERROR, Detail Message: Exception occured during setting configuration values.
    Supplemental Detail     Underlying cause of exception was:
    java.lang.IllegalArgumentException
    Root element domain does not match root of /JavaHost/Listener/Secure
    Report on underlying changes made is:
    INFO: Element Type: JEE_SERVER, Element Id: unix02:bi_server3, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: ORACLE_INSTANCE, Element Id: unix02:instance3, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: BI_INSTANCE_DEPLOYMENT, Element Id: unix02:instance3:coreapplication, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: unix02:coreapplication_obis1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: RepositoryName set to value: db_BI0008.rpd (was: db_BI0004.rpd)
    Has anyone run across this issue before? I'm not even sure where to begin with this one!
    Thanks
    Jon

    Hi ,
    Plz clarify :
    How many servers u r clustering
    does those servers hve any existing RPD's ?
    paste the NQSConfig.INI files .

  • Data communication b/w A and B

    hi i want to communicate data b/w A and B who are the clients of X(which has XI)
    do i need to have PCK at A and B.
    2.Secondly i want to communicate data b/w A and B(which has XI)
    do i need to have PCK at A.
    3. want to communicate data b/w A and B who are NOT the clients of X(which has XI)
    do i need to have PCK at A and B.
    plz clarify me

    > hi i want to communicate data b/w A and B who are the
    > clients of X(which has XI)
    > do i need to have PCK at A and B.
    Not absoultely, but if the organization decides to use PCK for partner communication, then yes.
    >
    > 2.Secondly i want to communicate data b/w A and
    > B(which has XI)
    > do i need to have PCK at A.
    Same as 1 --> If it has been cecided that partner communication with XI happens via a PCK then yes.
    > 3. want to communicate data b/w A and B who are NOT
    > the clients of X(which has XI)
    > do i need to have PCK at A and B.
    If they are not clients of X why would you send data to them?
    PCK's are not absoluely necessary but depend ona number of factors like IT security polocies of the company at a organization level, IT stratergy of the company etc.
    Regards
    Bhavesh

  • Credit Related Issue

    Hello friends,
    My customer no is 1000, for him no open orders in VA05 and no deliveries pending in VL06 for customer 1000..But when I see in FD33 for customer 1000 in Environment-Sale and distribution documents---open orders=18000 value and open delivery/open billing documents==35000. In OVA8 I maintained update group 000012.
    Someone plz clarify my doubt?
    regards,
    Seetaram

    Hi
    You need to check following of settings like: 
    1. Your customer should be assigned the credit control area. 
    2. In your Item Category Credit should be active
    also
    Check the credit update group in the transaction OB45. The credit update group controls
    when the values of open sales orders, deliveries and billing documents are updated. It
    should be '000012'.
    With Regards
    baalakrushnan.da

Maybe you are looking for

  • How to translate a message in English to another language on iPhone 6

    How do you translate a message in English to another language on the iPhone 6 Plus?

  • Can't connect to external HD from sleep

    I have an external hd (250 gig Western Digital) attached to my Airport Extreme. After I close my macbook and open it (put it to sleep, basically) it says I connection failed, can no longer connect to server. It works again after I restart my Macbook,

  • Progress at List Folder function with many files in a folder

    I use the List Folder function of LabVIEW and want to see the progress because it takes much time (20 sec) to load all the files in an array. How can i do this? see ListFolder example.jpg Kind regards Ben Arts Solved! Go to Solution. Attachments: Lis

  • Variable "+" in the url

    Hello all I need to have this Url: http://localhost:8080/question?to=address&from=+654422432 Then one servlet will process this url It can be seen that the from value is "+654422432". However, when I try to get this value, the char "+" is replaced by

  • Shutting off when lid closes

    I just bought a 13 inch MBP yesterday. I know macbooks are supposed to sleep when the lid is closed by default. But a few times when I opened the lid, the computer had appeared to turn completely off. The indicator light on the front was steady when