Doubt in functionalty+BADI

Hi
iam ABAPER i have a doubt(iam not able to understand the functionalty) regarding my reqirement.
summery: A user exit is needed on the delivery that rebrands sub items into the header item and the header item will then be Post Goods Issued. This needs only to be done for materials with ‘Item Category’ equal ‘ZTNB’.
reqirements: The SAP sales BOM functionality needs to generate movement types 309/310 rebrands for the component materials and 601 on the header or additized material. We want 309 Credit entries on the base product instead of additized product. This is needed to create the correct financial posting as well as stock movements.that time mode of transport is pick up.
plz expain what the relation between BOM/Delivery...that user exit is BADI_LE_SHP_GOODSMOVEMENT.Explain me with the transaction codes.wht transction codes we are going to use inthis reqirement functionally.so futher i will ubderstand...and clearly explain the realtion between BOM Rebrands and delivery
Regards

Hi Kiran,
From your question I assumed that the client that you might be writing this code for might be a subcontractor or a supplier supplying some assembled components to another manufacturer.
If this is the case, then the Delivery Items info would come from the Bill of Materials (BOM maintained in Material Master). BOM stores the subitems that are required to build an item(Material).
Now for this Item Category ZTNB, the Subitems have to be added to the Header item and this can be Goods Issued(MB01).
For rebranding the movement types may be 309 and 310. I think the BAPI which you mentioned does this creation of material documents for rebranding for you.  After this Goods Issue can be created using BAPI_CREATE_GOODS_MVMT.
I hope this cleared some of your doubt.
Thanks.
Rashmi.

Similar Messages

  • Doubt in Implementing BAdI CRM_BWA_MFLOW

    Dear ABAPers,
    I have to implement the BAdI  "CRM_BWA_MFLOW".I want to know in Which transaction code it is called and What is the Purpose of this BAdI.
    Thanks & Regards,
    Ashok.

    Hi Ashok,
    CRM_BWA_MFLOW is used to extract data from CRM System.
    Please check the below post its almost similar to your post and has good information on the BAdI "CRM_BWA_MFLOW".
    Hope this helps you.
    Re: CRM Enhancement
    Cheers!!
    VEnk@
    Edited by: Venkat Reddy on Oct 29, 2008 3:37 PM
    Edited by: Venkat Reddy on Oct 29, 2008 3:57 PM

  • Filter BADI

    Hi all,
    I am some doubts regarding Filter BADIs, if anyone please clear off the doubts then it will good for me.
    - Suppose any standard BADI definition is not having 'Filter Dependent' option, then can we make it Filter dependent ?
    - Does a custom BADI definition has to be created for it to change the standard BADI definition or is there any other way to make a standard BADI filter dependent ?
    - If suppose for a standard tcode there is standard BADI with filters then how does the filter value is passed from the standard program ?
    - Can filter value can be any field (like material number or tax code) as per the requirement or it has to be some specific set of values like country, language etc ?

    Hi Amit,
    > - Suppose any standard BADI definition is not having 'Filter Dependent' option, then can we make it Filter dependent ?
    No. That will be a modification.
    > - Does a custom BADI definition has to be created for it to change the standard BADI definition or is there any other way to make a standard BADI filter dependent ?
    If you create custom BADI defination by copying standard, it will not be triggered as standard BADI. No other way to add filter dependant option to standard BADI. You can use IF- condition in side the BADI Method implemetation, so that the code will be executed only for some values.
    > - If suppose for a standard tcode there is standard BADI with filters then how does the filter value is passed from the standard program ?
    When the system calls the filter dependant BADI implementation it passes the filter value.Check on example by debugging the tcode.
    > - Can filter value can be any field (like material number or tax code) as per the requirement or it has to be some specific set of values like country, language etc ?
    If your creating custom BADI defination, it can be any field. But It must be a data element, of the character type, with a maximum length of 30, which has a search help, a domain with fixed values, or a domain with a value table.
    Reddy

  • Change cost assignment (cost center) in confirmation with badi?

    Dear experts,
    for a certain request, we want to implement logic that will clear out the cost center when creating or saving the confirmation.
    We have tried the DOC_CHANGE BADI but this does not seem to do the trick. following code:
    LOOP AT acct_data into ls_acct_data.
        IF ls_acct_data-acc_cat EQ 'OR'.
          CLEAR ls_acct_data-cost_ctr.
        ENDIF.
        MODIFY acct_data from ls_acct_data.
    ENDLOOP.
    ET_ACC[] = acct_data
    Is my code wrong, or should i use another badi?
    Regards,
    Tom

    Hi,
    I have tried the following but does not seem to change anything:
    Loop at IT_ACC into ls_acct_data.
      If ls_acct_data-acc_cat EQ 'OR'.
        CLEAR ls_acct_data-cost_ctr.
      Endif.
      MODIFY it_acc from ls_acct_data transporting acc_cat.
      Endloop.
    Also with the following method, it is not changing the account assignment. I am in doubt that this badi could actually change the account assignment on confirmation?
    Loop at IT_ACC into ls_acct_data.
        If ls_acct_data-acc_cat EQ 'OR'.
          CLEAR ls_acct_data-cost_ctr.
          Append ls_acct_data TO lt_acc.
        Endif.
      Endloop.
      ET_ACC[] = lt_acc.
    Edited by: Tom Seminckx on Jan 20, 2009 1:18 PM

  • CMOD Vs BADI....!!!!!!!!!

    Dear all Gurus,
    I have a doubt on cmod & badi. In CRM when do we use cmod & when do we go for badi. Please let me know the clear information on this anyone. Is there  any adv. using BADI than CMOD. etc.......and also if anyone having documents on BADI, please send to my maile id. now i am working on CRM BW Integration part.
    [email protected]
    Awaiting for your valuable help here.
    Regards
    Swetha

    Hi Swetha,
             Go through this document.  It will be helpful.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/a-c/customer enhancements and userexits in bw - sap netweaver  know-how network webinar.pdf
             Assigning Points is the way of saying Thanks in SDN
    Cheers,
    Aravindhan

  • BADI inconcistent called

    Hello friends,
    Does anyone have an idea on why a certain BADI is inconsistently called during the same process???
    I'm trying to post GR using transaction MIGO and been wondering why does the BADI I used (MB_MIGO_BADI) is functioning as expected for the whole week, but then when I tried it again today, (same process, same data, same way on how I process it before) process is not passing that BADI anymore? So now I also doubt for the BADI I used in VL01n post GR (BADI DELIVERY_PUBLISH)...
    Can anyone enlightened me about this? Many thanks!

    check the BADI implementation active or not. may be some one deactivated it.

  • BADI : TRIP_POST_FI ( traval expence posting )

    Hi,
    I have small doubt I have BADI : TRIP_POST_FI ( traval expence posting )  to implement this badi from which Tcode this badi will trigger please let me know.
    Regards,
    Arun

    Hi Amit,
    I didn't do a google search. But as i have worked with trip, i justed checked for the package of trip tcode (PR05) and found the corresponding tcode based on the description.
    I also found that the BADi is included in the same package and hence has to work along with the tcodes included in this package.
    Regards,
    Raj

  • Triggering BADI in PCUI

    Hi,
    I have added a field through EEWB and implemented the custom BADI generated by EEWB for populating the field. This works fine with SAPGUI. I have a doubt, will the BADI get triggered for PCUI also?
    Thanks & Regards,
    Karthik.

    Hi Karthik,
       Which PCUI Application (or CRM Transaction) and BADI combination are you looking for ?
       Basically all BADIs are called from PCUI as well as SAP GUI.
      If there is a problem in that BADI's call, I typically go to Model class for the particular PCUI application, and search for BADI Calls.
      Another option is to create a scenarion like 1/0 in the BADI method. Because it may so happen, that your external break point is not working. In that case, 1/0 will certainly work and tell you whether the BADI code was called or not. (It may not work.. but atleast call will be ensured)
    Warm Regards
    Vijay

  • Itouch not sending audio to car speakers

    I recently added an AUX cable to my Alpine car stereo, but my ipod touch will not send audio to the car speakers.  When its plugged in to the cable it just plays through the built in speaker on the ipod.  The cable is the older 12v type, so I understand it will not charge the ipod, but I would expect it to send the audio signal???  I also tried a older 30Gb ipod video model and it plays just fine, so I doubt its a bad cable.  I was going to buy the 12v to 5v converter to support charging for the ipod touch, but I am not sure that will fix the audio problem... 
    Any feedback would be appreciated!!!

    Sometimes the manufacturer of cables are not uptodate with the many iPod models.
    You have to check different supplier.
    I have a Skoda Octavia with a Radio Navigation system which is the exact copy of VW or Audi.
    The iPhone cable of Skoda did not worked with the iPhone 4 and I am using an Audi cable.
    Nobody at Skoda/Audi have a serious explanation.

  • How do i install the Motion2 content?

    Sorry for the lame post, but I have RTFM and tried installing Final Cut Studio all afternoon and it just wont install the Motion content or Live Type content.
    The apps themselves seem to be fine and i have even registered and got the new free filters, but why oh why wont it install the content? What am i doing wrong?
    Its a fresh install (reformated disk) tiger with the latest software updates on a G5 Dual 2.5Ghz. nothing else on there!
    I have tried repair permissions too. I thought fresh install on a virgin os it would be so much easier....... How wrong i was.....
    Please, someone help me or point me in the right direction.
    Many thanks!

    No, not the additional filters you get when you register installed fine.
    On the install disks (motion) there is a pkg called "install motion content" - it gets about half way through then quits saying it wasnt installed properly.
    the app itself (motion) works fine, but there is nothing in the templates or tutorials etc.
    In theory (and according to the docs) motion should install this content whilst installing, but it didnt - hence i tried installing it from the "install motion content" icon.
    The disks are brand new from apple as part of final cut studio 5, so i doubt its a bad disk. Any ides would be nice.
    Is there a way of viewing the contents of a .pkg file or extracting it manualy? I do wonder if the pkg is corrupt.
    Any ideas much appreciated.

  • How can I delete templates on numbers?

    First visit to Apple Support Communities - I have downloaded data from financial institution which includes the date formated, for example, Nov 6, 2012 after the spread sheet is opened with Numbers.  Using the inspector > cell > date > format "01/05/09 " , the cells in the spread sheet with the dates all become "01/05/09" . . .  and not "11/06/12".
    I am concerned that I have set up a bad templete dictating this erroneous result and would like to delete the templete.  Please advise on this point.
    Any other suggestions would be welcomed.

    Hi papa T,
    I doubt that a 'bad template' is the cause of this strange issue.
    Leaving that aside, here is the path to deleting templates that you have created and saved:
    Close Numbers. Go to the Finder.
    In the Finder, press the option key, go to the Go menu and choose Library.
    This puts you in your user Library—note that OS X maintains several Libraries, one for itself and one for each user account on the computer.
    From your Library, open:
    Application Support > iWork > Numbers > Templates > My Templates.
    In My Templates, select one or more templates, then press command-delete to move the selected templates to the Trash.
    Empty the Trash to permanently delete these templates (and anything else that has been moved to the Trash).
    Regards,
    Barry

  • MacBook Pro Sleep issues

    Hi
    Does anyone have any sleep issues with their macbook pro?
    When mine goes to sleep and i can wake it up but if i leave it to go into a deeper sleep i can't wake it up. tried using the keypad, touchpad, power button (even reseting), all that happens is it switches on but the screen doesn't come on and the sleep light flashes. The only way i can get it on is if i remove the magsafe connctor and the battery, then reconnect the magsafe and press the powerbutton, it wakes up and loads up to where i previously left off, then i can reconnect my battery. anyone also experienceing a muffled moo noise from their superdrive (every couple of minutes even when there is no disk inside)?
    I have the 2.0ghz version with the faster graphics card, 100gb (7200rpm drive), apples 1gb ram, crucial 1gb ram. I'm going to take it down to my local applestore this weekend but i don't want them to hold on to it for such a long time.

    I've had this same problem for a couple weeks now. At the Apple Store, they pulled my Crucial RAM and sent me packing. So, I gave the benefit of the doubt, returned the "bad stick" and got another. Same problem.
    To be specific, mine would often restart instead of waking, or do nothing at all, forcing me to pop the battery out, or hold the power button to shut it off, then restart.
    On my second trip to the store, today, they tried pulling the new Crucial RAM and replacing it with Apple RAM. That worked! So, they claim third party problems and I can't say they're wrong. However, it makes me wonder about proprietary settings in RAM, if that's even possible. I wonder if two sticks of Crucial RAM would work just fine? It's almost worth the try, as the cost is nearly half that of another 1GB of Apple RAM.
    Not sure what I'm going to do as of today, might try another vendor for even less than Crucial to see if I have any luck, though I'm nervous to trust some other brand as though it might fix the sleep issue, it could be less reliable for more important usage.

  • Freeze during installation of XP with ms-6547

    I bought a ms-6547 (MSI 645 Ultra-C) last year and tried to make it run at least once in vain!!!! The problem is that the computer freezes when loading the drivers during the installation of Win XP Pro   and I still don't understand why... I gave up after one month work on it but last week I decided to try again. Here is my config:
    -CPU: P4 1.6a fsb 400
    -Bios: 3.3
    -ram: 256 DDR 2100 Dane Elec (I have 3 modules so I tried them all they have hynix, samsung and the last one is winbond chips) tested with memtest during 48h (ok)
    -HDD: IBM 20Go 7200rpm
    -Graphic card: Geforce 2 Ti (leadteck) or Geforce 4 MX 440 (leadteck) (I tested both)
    -CD-Rom: I tried all those I had (about 5-6 different cd-roms) but it doesn't change anything
    -PCI: none but i would like to add a network adapter in the far future when this jklfghnglhbndflhbn machine will work!!!!
    I tried to desactivate the onboard usb and audio but still the same!
    Can anyone tell me what to do or give me a bios setup that can make it run?
    Please help i am turning mad. I wanted to build a cheap machine and now it is a financial desaster  

    Ok, I'm having similar problems here.  Let me start off with my story.
    Got an 865PE Neo2-PFISR.  Hooked it up with an SATA HDD, 160GB.  I set the Integraged Peripherals to S-ATA mode and When I ran the XP CD, it would load the drivers and at the "Setup is starting Windows" screen, I would get a Blue error screen.
    Turns out I needed to set the Integrated Peripherals to "Native Mode" rather than "Legacy mode" and also "S-ATA".
    When I loaded windows, it set up just fine.  Got into windows and voila, no prob, was running pretty good.
    then, DUN, DUN, DUN, the 400W PSU went on me, I had to diagnose it and I want with a 500W Antec unit.
    So I wasn't too happy with the way windows was running, I decided to do a fresh install before I got back to normal.  I tried the XP CD with the correct bios settings, Loaded the drivers, got to the "Setup is starting Windows" screen and FROZE.  I jus can't get past that screen, even flashed my bios and nothing, tore the entire system down and rebuilt it, tried one stick of ram, nothing.
    Gave up with the fresh XP install, went back into the previously installed windows, and it ran fairly good.  But now, it keeps freezing in windows.  It will run fine under normal load, but as soon as I put some strain on the system (say I'm photoshoping and listening to MP3s or I'm watching a DVD, everything will freeze up and I have to restart.
    One funny thing I noticed when I restart from this freezing.  The reset button will not do.  If I reset from the freeze, It'll restart, but then I'll get stuck on the initial MSI screen.  So, everytime I freeze, I have to power down fully and restart.
    I highly doubt I have bad ram or processor or VGA, It's either the Mobo or some settings.  I contacted newegg and requested an RMA, So I'm going to start with a new board with an exchange.  I jus hate to pay for shipping now.
    Anyway, I'm using Geil Platinum DDR500 (PC4000) Dual channel Ram (1GB), this was on MSI's compatible memory List, so I don't think I'll have a problem with the ram.  I haven't attempted to overclock yet.
    Should I try other stuff (I'll have to rebuild the system again) or should I wait to receive a new board?

  • G4 dual 1Ghz MDD dead?

    My G4 wouldn't start. Found the battery at 2.2v, so I replaced it. Now when the power button is pressed:
    - power button light on
    - fan on (some variation in fan speed)
    - startup chime
    - black screen
    - no normal disk activity (might spin up, but hard to tell)
    - 5 sec. press of the power button shuts it down
    If I remove the battery, press the PMU reset switch, or remove and replace the battery, then the 1st startup is a little different:
    - power button light on----off----on
    - power button brightens during the 5 sec press to shutdown
    Tried removing extra RAM DIMMs and second HDD to return to factory configuration; same result as above.
    Tried startup with cmdoption+PR to zap PRAM and did NOT get the expected second startup chime, just the same as above; does this mean startup is failing very early, before any attempt is made to load OSX from the disk?
    Any suggestions?
    Thanks for any help,
    Lil Davie

    The keyoard and mouse are the Apple originals that have worked for the past 5 years, so I doubt they are bad.
    Most likely so, but carefully inspect the wires for crimps, or kinks that are severe. Shorted wires will compromise the system.
    Test the keyboard on a different machine to confirm the keyboard.
    Try a different USB port.
    Try with only the mouse connected directly to the tower.
    A normal boot starts with a grey screen and small, centered, animated circle graphic; does the POST happen during this time?
    Often referred to "the spinning gear" is what you are seeing, I believe....
    POST happens immediately on power up, prior to startup chime.
    Starting with keys cmdoption+PR, cmdoption+OF, and [C] all give the same result: power button lit, fan on, start chime, black screen.
    Indicates bad keyboard, bad keyboard connection, bad USB port, or bad USB bus (which means logic board), bad logic board, or bad CPU, but not necessarily in that order.
    Should I expect the CD drawer to open when starting with the C key?
    Yes, or when the mouse is depressed (click hold) during startup.
    Given I get no screen image at all, could I expect the G4 to boot from a CD inserted in a manually opened drawer?
    The AHT diagnostic uses base systems to operate, which is enables the test to be run when there are hardware problems.
    I assume I cannot use the hardware tools until I can boot from CD; yes?
    Failure to respond to mouse or keyboard commands does remove the ability to test with diagnostic software.

  • Quad Core G5 Won't Boot

    When starting up the screen has all sorts of strange dancing pixel things and when it gets past the grey Apple start up screen it just goes to a grey screen with the dancing pixels.
    I've tried booting in safe mode and nothing happens.
    I've tried booting to the install disc and nothing happens.
    I've tried booting in verbose mode and it doesn't look like anything is wrong and nothing happens.
    I've done the hardware test and it says everything is fine and it finds what is there and does all this with the crazy dancing pixels on the screen, it even shows all bootable drives.
    Any ideas?
    Oh it does boot in Target Disk mode though.
    Message was edited by: Ratz1

    Hello, Ratz1
    I would try using a really cheap graphics card. Do you still have the stock card, or is THAT the stock card? Also you may be able to use graphics cards from other Power Macs (Power Mac G4 and G3 B&W towers respectively) and install one of their cards granted it wont be high performance, however this should narrow it down to one component. If the problems go away, then its the graphics card. If the problems persist...well then I would start checkin other things...this is a G5 Quad, so with that being said I would check the liquid cooler for leaks and such. But as mentioned earlier by japamac, I highly doubt its a bad logic board. Its more than likely a bad GPU as these go bad fairly often. =/ Unfortunately. Hope this helps. =) Also, if you dont have any older Power Macs, see if anyone you know does, or you should be able to find the old technology on eBay or craigslist for even cheaper. But I would recommend performing these tasks prior to buyin a new GPU.
    Regards. =)

Maybe you are looking for

  • Excel RFC Data Transfer

    Hi Guys, <br><br> First off, my apologies if this thread is in the wrong forum; it seemed to be the most relevant one to my question. <br><br> Background<br> I have written an ABAP program to gather some statistics and input them into a table, this a

  • Using FGA in Oracle 9i on tables that store XML data

    Hello, Our company wishes to use FGA policies to log transaction data for updates that take place in our software (Web based software using Oracle 9i Enterprise Edition (9.2.0.6.0)) This is working just great for logging transaction information on al

  • J2EE Server does not start  -  jcontrol.exe  stopped

    Hello, I have read a lot of messages on this topic on SDN. But I did not find any dealing exactly with my problem. Indeed, I got these two following errors : <b>** in log file dev_bootstrap</b> : [Thr 3720] *** ERROR => JHVM_LoadJavaVM: Cannot create

  • Crystal Reports10 auf Windows7 export pdf

    Hallo, wir hatten bisher Crystal Reports10 in Verbindung mit Windows XP Clients im Einsatz. Zur Zeit steigen wir auf Windows 7 um und haben festgestellt, dass CR10 hier Probleme mit dem Export als PDF hat. Gibt es hierfür eine Lösung, oder müssen wir

  • Cannot bookmark any pages at all. Tried all methods and a new install still no luck.

    Tried using bookmark toolbar, star, and through menu, will not set any bookmarks. I click "bookmark this page" (tool bar or firefox menu) it closes no saved bookmark. Click Star, nothing, Using newest version 5, had same problem with 4. Tried uninsta