Wants logic

hi,
in my form i am getting a value (mat. type - &rgdbr-auktx&.)
codition is :if mat. type = 'onli' then show the address window as "INVOICE"(hard code value)
else show in outpur "DEBITMEMO"
my probleam is how to write the syntax in form itself and up to item level also.suppose two , three items with mat. type "ONLI",
then also i want above condition.
kindly let me know..

HI,
when the header value is only considered, then in the form for the address window, we can keep condition as
material group as "ONLI" then Invoice
else as Debit Memo.
But if we want to display the address for even the line items as well, then
in the loop of the line item level, same conditions which is given for the header can be applied.
but if the requirement is to display the address only in the header and not in the line item level,
and you want to consider the line item level material group as well, then you should get the requirement correclty mentioning,
based on the number of line items and line items having more of material group as "ONLI" then address will be given as INVOICE
else debit memo.
this can be done by
simply using a count variable for material group of type ONLI and one more count for other material group.
based on the count indicators, which ever is more for the line items, we can mark the address window as required.

Similar Messages

  • What would you do?  want Logic 8 on laptop... but

    Hi,
    I have my old Logic 7 on my laptop. I have Logic 8 on my new iMac.
    I want Logic 8 on my laptop - however:
    When I installed L8 - I was missing stuff - like jazz drum kit, soft stevie sound, etc... I called Apple. They are finding installation for some people - makes the computer miss things like on mine.
    Well, I do have everything from my laptop saved on an ext. hard drive. If I put L8 on the laptop - I could always go back to everything on the ext. hard drive - Logic 7... yes?
    See, I did a small film score last year in Logic 7 - and some of the files when I open them on my iMac in L8 - say "missing" so and so (instruments, patches)... this is why I am hesitant to put Logic 8 on my laptop - at least they are there in 7 on my laptop and working perfectly.
    Thanks in advance.

    I may be mistaken on this, didn't I read that during the Logc 8 installation some files that are either Logic 7 or Garageband sounds get archived and put in a separate folder.
    I've customized my setup so I don't know where the default storage folders for the Garageband/Logic 7 are usually placed.
    I think they're in Library/Application Support/Logic.
    There are folders named "Sampler Instruments" and "EXS Factory Samples".
    Look for a folder recently created that may have "old" in the name.
    Also look in Library/Application Support/Garageband.
    As I remember, those missing samples/loops still had them on their hard drive, just moved out of the default location.
    pancenter-

  • I want logic to calculate mateiral wise and period wise

    can anyone please tell how to consider material and period for this pgm
    i have coded to calcualte sum of material wise.
    but i want to consider materila wise and month wise
    eg:material   quantity month
        1000        200       4/2001
         1000       300       5/2001 based on the below conditions.
    Select  mATNR SPMON ZZDPFC ZZMARKET
    From S507
      into corresponding fields of  table  t_DATA WHERE
      VRSIO = '000' AND BEDAE = 'KSV' AND ZZDMTYP = '001'
      AND  ZZDPFC GT '0' AND ZZMARKET IN ('001','002') AND SPMON >= 200705.
       SORT T_DATA BY MATNR ZZMARKET SPMON.
    write:/04 'Material',25 'Demand Plant'. "45 'Market',70 'Period'.
    LOOP AT T_DATA.
    WRITE:/02 t_data-MATNR ,25 t_data-ZZDPFC,45 t_data-ZZMARKET,
    70 t_data-SPMON.
    at end of matnr.
    sum.
    write : /02 t_Data-matnr,25 t_data-zzdpfc COLOR 5 .
    endat.
    endloop.

    Hi,
    <fs> type   t_data
    sort t_data by matnr  month.
    V_index = 0.
    loop at  t_data  assigning <fs>.
    V_index = sy-tabix + 1.
    read  t_data assigning <fs2> with  index V_index .
    if sy-subrc = 0.
    --if <fs>-matnr =  <fs2>-matnr and <fs>-month = <fs2>-month.
    <fs>-quantity =  <fs>-quantity =  <fs2>-quantity.
    delete  t_data index V_index.
    --endif.
    endif.
    endloop.
    <b>then loop at  t_data to display .</b>
    Regards,
    Sooness.

  • Want logic

    hi,,
    my requirement is
    For Sales org EDM1, with message type  INVOIC and outout type ZEDI, in the idoc if the information in segment E1EDK02 qual. 012 the field DATUM  (Delivery date) > E1EDK02 qual. 009 field DATUM (Billing date), then the delivery date should be the same as billing date
    how to write this condition  ' For Sales org EDM1, with message type  INVOIC and outout type ZEDI, '
    can somebody tell me...
    thanks

    Hi,
    check for message type in control_record_out parameter of the same user exit which I mentioned yesterday.
    for sales organization you can check in xvbdkr paramter of user exit and dobject parameter will have output type.
    KR Jaideep,

  • Logic Control Selecting Hidden Tracks/ Don't Want That!

    i'm mixing and i have alot of hidden tracks. i only want logic control to select tracks that are on the arrange page. is this possible?
    thanks

    Sorry but I've never come across a way of doing this (I use a different control surface but the software principles still apply). I don't believe Logic is flexible to report hidden tracks to the control surface interface and there's nothing about it in the Control Surfaces manual.
    Quel dommage...
    Pete

  • Complex If logic in BI Publisher report template

    Hi,
    We are working on a fresh BI Publisher 10.1.3.4.1 install and are setting up a custom template.
    We want to accomplish the following, but the template will not accept the logic.
    In the ‘Reciever' field we want logic along the lines of:
    If ssType like ‘*Ut’ and ssCaseClassification = ‘Skjerming’ and ssResponseType <> ‘Forward’ then ssRecipient = ‘***’ else ssRecipient
    And in the ‘'Sender' field:
    If ssType like ‘*Inn’ and ssCaseClassification = ‘Skjerming’ then ssSender = ‘***’ else ssSender
    Please assist us on the correct syntax.
    Also:
    Is it possible to insert a page brake if the for-each ssAction is not completed on the page?
    We have tried several logic variations to achieve this, such as:
    <?xdofx:if (contains(ssType,’Ut’) and ssCaseClassification=’Skjerming’ and ssResponseType !=’Forward’) then ssRecipient=’***’ else ssRecipient end if?>
    Are adding these by:
    dobbel clicking the field in the template and adding the logic to the advanced tab in the popup (in word).
    All have been unsuccessful

    Hi,
    I don't exactly have a solution to your problem, but I can tell you that "like" functionality is not available in the syntax you want. I had a quite similar requirement some time ago, I wanted to use "like" functionality but it seems like there is none. Finally, I accomplished the requirement using a function "Starts-With" ... e.g. instead of
    <?if:Organization like 'ABC*'?> xxx <?end if?> (which will not work)
    I used
    <?if:starts-with(Organization,'ABC')?> xxx <?end if?>
    Maybe it helps.

  • How do I make Bandstand Logic Pro 7's default GM Midi Player?

    When I import a GM Midi file into Logic Pro 7 the tracks appear near the bottom of the page as part of the midi channels rather than in the section 'Inst 1 - Inst 8' (which I'm sure is what they're supposed to do).
    I can find Bandstand when I change, for example, Track 22 (Clean Gt) into 'Inst 1' and then open up the Mixer and follow the I/O path > Stereo > AU Instruments > Native Instruments > Bandstand, and the track will then play
    the correct GM Midi sound using Bandstand.
    However I was under the impression that I could make any newly imported GM Midi file always automatically play GM Midi Bandstand-generated sounds.
    If I go into the Environment, select Midi Instr. > New > Internal > Apple Quicktime I can instantly make all tracks on the imported GM Midi file play perfectly using Quicktime (although I still seem to have to do this each
    time I open a new track rather than Logic default to Quicktime for any newly imported Midi file).
    After installation I was expecting to find Bandstand alongside Apple Quicktime and ReWire, given that the instructions say that Bandstand will automatically integrate with Logic - but it's not there!
    However I don't want Logic to default to QuickTime, I want Logic to play imported midi files perfectly using Bandstand each time without having to make any adjustments. I have been told this is possible. I just can't work out how!
    I hope someone can help! Ean ([email protected])
    Powerbook G4   Mac OS X (10.4.6)  

    Hi Ean
    I don’t own Bandstand but I have been looking at it lately, and I know you can open and play standard midi files right from the player section on the bottom right hand side of the interface.
    When you import a midi file each midi channel, (1-16) defaults to a midi track for playback. since Bandstand is a VI you need to set it up similarly to the way the quicktime instrument is set up
    In the midi layer of your environment, create a multi instrument, and name it Bandstand. set the midi out port to off and turn on each midi channel of the multi by clicking each one. Put an audio instrument object in the layer next to the multi and in the I/O select bandstand as the instrument. connect a cable from out of the multi to the input of the audio instrument.
    if this is the only multi in your environment, when you import a midi file it should default to these tracks
    I know this works for other mutitambril VI’s. hopefully this will work for Bandstand
    By the way.. how do you like Bandstand? are the sounds real good?

  • Can't get sound to come out of speakers; new to Logic

    Just installed Logic Studio on my new Mac tower intel machine. Have Bose companion speakers plugged into Mac. iTunes etc comes out just fine, but nothing from Logic; Logic comes from the towers tiny internal speaker.
    Help?

    Go to the audio hardware preferences, and select which audio interface you want Logic to use.
    I strongly recommend getting started with the Getting Started manual, which walks you through all the basic setup stuff.

  • How do I restore my Logic to how I had it 24 hours ago and it is backed up in time machine?

    I installed some loops and samples into logic 9 by dragging and dropping the folder into the logic interface. now my logic loop/libray bin is clutered and the loops do not work. I just want logic to look and behave like it did before I dragged these loops into it. I have backups via time machine. How do I restore to how it was before? when I launch logic and then time machine it jsut goes to the desktop view of time machine?

    It's not the Logic app that you need to restore..
    You could restore all the various files, caches and so on that have been changed by what you did but..
    It's hard to know exactly what has been changed so....
    It is simplier just to restore your entire System Drive..
    Start Mac while holding down CMD + R
    This boots your Mac up in Mountain Lion's Recovery Mode (You can release the keys when you see the Apple Symbol on the screen)
    Select Restore From Time Machine Backup
    Choose the HD where your backups reside
    Choose the date of the backup from just prior to when you 'messed' things up..
    Restore...
    Be aware that you will lose everything you have created since that date as your Mac will look exactly as it did on the date of the backup.. so manually copy anything important that you created after that date (exluding anything stored in iCloud)  to a spare ext HD before doing this proceedure!

  • Logic Studio on a MacBook

    Hi I'm looking to purchase a MacBook to run Logic Studio. Is this a good idea from the performance point of view? If so, what is the minimum model I should be looking at? - John.

    I am a Macbook user and I am running Logic Studio 9. (legit purchased copy, not pirated) I am using a presonus firestudio (firewire interface) and an external 1tb 7200 rpm firewire hardrive.
    Logic studio does run on my computer. Let me say that I have just completely reformatted my hard drive with snow leopard and it is completely clean. I am still on my first mac which I bought Oct 2008. I used garageband for several months before stepping into logic. I LOVE Logic studio it is awesome.
    NOTE - you should probably ask your friend why it is he wants logic studio. Garageband does a lot, and it will take you awhile to progress outside of its limits to need a program like logic studio. (garageband is also stock on macs)
    While I love all my studio's capabilities, and I have a blast, I run into several performance issues. When I have a template set up with several plugins, I run into problems with latency all over. I have a presonus fader controller with a footswitch for punch-in recording, and I experience latency with it. At times my digital software mixer quits unexpectedly. I suspect that if I had a computer with a bigger processor, I wouldn't see these problems. Although, looking at even the 17" macbook pro specs, it still doesn't seem that much more powerful. My suggestion is that if you want your software to run as efficiently as possible, get the best macbook you can afford, but don't fret about it too much because all of the new ones will support it. As said here before, make sure it is equipt with firewire. I am leaning towards purchasing an iMac for at home where I do most of my stuff, and keeping my Macbook to take around and using live.

  • Latest OS X version Logic 7.1.1 is compatible with?

    I'm working with an Apogee Ensemble that says it wants Logic 7.2.2 and OS X 10.4.7, but I'm reluctant to update my solid OS X 10.4.5. Do I absolutely need to?

    Thanks, but actually my question is entirely different.
    The Ensemble software asks for Logic 7.2 and OS X 10.4.7; I have Logic 7.1.1 and OS X 10.4.5.
    Since I don't have Logic 7.2, the installer is out of luck. But I could update to OS X 10.4.7 - if Logic 7.1.1 works with it; if it doesn't, I couldn't do that either.
    So my question is what the latest OS X version Logic 7.1.1 is compatible with.

  • Logical type Partition of an existing table

    Dear All,
    My database is 10gR2 and Linux is the operating system.
    One of my table in production database is huge and contains lot of data. Table is growing on daily basis. There are many queries that users execute on this table and the criteria of selection is normally entry date of the record, its a field Entrty_Date with date datatype.
    I want logical partition on this table in such a way, that the table name remains the same, and data is partitioned logically.
    Like if the Entry_Date is starting from 2005, a partition is made on the criteria:
    2005-2006
    2006-2007
    2011When user query for records having entry date > 2011... the query is made only this chunk of the table, making the query fast.
    I hope I am able to make you understand my problem. If its possible in Oracle please let me know the name of the method and I will RND on this one. And I have to do it on existing table that contains lot of data.
    Thanks,
    Imran

    For example:
    CREATE TABLE sales
    ( prod_id NUMBER(6)
    , cust_id NUMBER
    , time_id DATE
    , channel_id CHAR(1)
    , promo_id NUMBER(6)
    , quantity_sold NUMBER(3)
    , amount_sold NUMBER(10,2)
    PARTITION BY RANGE (time_id)
    ( PARTITION sales_q1_2006 VALUES LESS THAN (TO_DATE('01-APR-2006','dd-MON-yyyy')) TABLESPACE tsa
    , PARTITION sales_q2_2006 VALUES LESS THAN (TO_DATE('01-JUL-2006','dd-MON-yyyy')) TABLESPACE tsb
    , PARTITION sales_q3_2006 VALUES LESS THAN (TO_DATE('01-OCT-2006','dd-MON-yyyy')) TABLESPACE tsc
    , PARTITION sales_q4_2006 VALUES LESS THAN (TO_DATE('01-JAN-2007','dd-MON-yyyy')) TABLESPACE tsd
    );

  • Logic file icons

    was using logic audio 6
    then i got express 7
    now i hav pro 7 ......
    all the song file icons say 'logic express' song.
    is this normal? how am i supposed to know which program created the file FFS?
    without opening the file, and subsequently, each program. its a PITA. grr.
    *i ask cos im not always able to workwith pro, for somethings .. like rewire only works properly in audio 6
    tar x

    thanks 4 replys
    maybe i didnt explain rite.
    if my song was created in logic audio 6, i want logic audio 6 to open it when i click on the icon, not express 7, or pro 7...........
    my point being i have hundreds of song files, and i (and seemingly my mac) cant remember which program it was created. so its not just a case of telling my os x to open all these files with the latest version, if u see what i mean.
    its a problem for me because of different plugin sets, different computers & os versions ... and the biggy >
    logic only cycles properly with reason in logic audio 6 in 10.3.x

  • How to change Hostname from Physical to Logical in R1213

    Hi,
    We installed and upgraded applications to R1213,
    installed R1211 using normal installation method,
    now we want to change Physical name to Logical Name for Database+CM(both reside in same server).
    Please suggest how we can achive this.
    Regards,
    Chakri

    Hi,
    We used physical hostname at the time of R1211 install instead of using Logical Server name.
    Now our OS team want Logical name instead of Physical name.
    ==================
    By using the physical name you are tying us to a particular piece of hardware and making it very difficult to upgrade the hardware in the future. Is it possible for you to reconfigure your apps in those environments to use the logical names as is correct?
    ==============
    Any help?
    Thanks.

  • Opening logic and volumes

    Hey guys, How can I set logic to open with no song, I dont wanna open logic everytime and have a template empty. I want logic to ask me which song I wanna work with.
    Also, most of the time I open logic, even with an empty song the volumes are all the way down. Sometimes I need to re mix a song because of this. I starting to close the song on bar 1 and also in an empty channel but still sometimes do that.
    Any help?
    cheers

    Alternatively, this section of the manual covers these issues:
    _Opening and Creating Projects Automatically_
    You can configure Logic Pro to open or create projects automatically—on startup—by choosing a startup action in the +Logic Pro > Preferences > Global > Project Handling+ tab.
    • Do Nothing: As the name suggests, this does nothing. Logic Pro is opened and requires you to create a new project, or open an existing project or template.
    • Open Most Recent Project: Automatically opens the project you were working on when you last quit Logic Pro.
    • Open Existing Project: Automatically shows the Open dialog, allowing you to browse for an existing project.
    • Create New Project from Template: Automatically opens the Templates dialog.
    • Create New Empty Project: Automatically loads an empty project and opens the Save As dialog, allowing you to name and save your project.
    • Create New Project using Default Template: Automatically opens the default template, and launches the Save As dialog, allowing you to name and save your project.
    +To determine the default template:+
    1 • Click the Choose button below the Default Template field in the Project Handling preferences tab.
    2 • Browse to, and choose, the desired template (or project).
    The full path and name of the chosen template or project is displayed in the Default Template field. You can assign any template or project as the default template.

Maybe you are looking for