Need your experience for a trigger.

Hi everyone,
I am trying to pass the :new value of a column from a trigger to a procedure that I am calling within the trigger. I have tried to pass it as a variable (varchar2)after assign to it':new'| |column_name. I even try to do the same to a variable table.col%type. I tried different ways with the DBMS_SQL package, but all around I only get the string :new.column_name. If I could get that string to produce the value under it...
Any suggestion? I don't know what else to do ;(!!
Thanks.
null

Thanks Rick,
Yes that code would work but not for what I need. Here is my code:
/*All variables have been globally defined on the Package declaration*/
create or replace trigger ATrigger after insert on
ATable for each row
begin
If INSERTING THEN
APackage.Log_Ins ('ATable);
For each_r in APackage.PK_Cursor(ATable)
Loop
/* nwVal pass the string :new.ID instead of the new value of the column ID; there is my problem*/
nwVal := ':new.'| |each_r.Column_Name;
colName : = each_r.Column_Name;
APackage.Log_Val (colName, nwVal);
End Loop;
End If;
end;
create or replace package body APackage AS
/*This cursor makes sure I get all the columns that are part of the Primary Key.*/
Cursor PK_Cursor (curTable varchar2)
RETURN User_Cons_Columns%RowType IS
Select *
from USER_CONS_COLUMNS
where TABLE_NAME = curTable and CONSTRAINT_NAME LIKE 'PK_%';
procedure Log_Ins (curTable in varchar2) is
begin
actualTable := LTRIM(RTRIM(currentTable, ''''), '''');
insert into LOG
values (ID.NEXTVAL,
SysDate,
User,
actualTable,
'INSERT');
procedure Log_Val (PKcol in varchar2,
newVal in varchar2) is
begin
insert into LOG_VALUES
values (ID.CURRVAL,
PKcol, -- PK column
NULL, -- old val of the
column for
delete,update
newVal);-- new value
end;
end APackage;
alter package APackage compile;
Any help would be greatly appreciated.
Thanks,
cip

Similar Messages

  • HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS

    HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS IN ADVANCE

    try this website this should help you http://helpme.viber.com/index.php?/Knowledgebase/List/Index/1/iphone

  • I need Your Help for CAF/EU/GP/API Guided Procedures

    Hi everyone, I need your help about Guided procedures CAF API, I am developing an WEB DYNPRO Callable Object for Guided Procedures, but I need to get the task name of the running proceess on Guided Procedure once time a user initiated it, if is possible? Do you have an examples?
    Thenk you very much

    Hi,
    Yes you can retrieve the task name of the running process. Here is what you need to do.
    1. Get the process instance - IGPRuntimeManager - > getInstance()
    2. Get the IGPActivityInstance(s) from the process instance - processInstance.getChildrenInformation().
    3. Optionaly check if these child activities are Blocks or Actions. If Block drill further to get the Actions using getChildrenInformation().
    4. Retreive the IGPActionInstance(s) from the Block Activities.
    5. Get the IGPActivity object for these Actions using IGPActionInstance.getTemplate() method.
    6.  This object will have a method getTitle() which will retrive you the activity name.
    Hope this helps.
    Thanks
    Kiran

  • We need your experience with bc4j

    Hello,
    if you have worked with BC4J (Business Components for Java ) from Oracle,
    please divide your experience and opinions with us.
    We intend to implement a large project with BC4J for client and server sides.
    Regards & Thanks
    Vu Son-Lam
    Siemens AG
    Email: [email protected]
    Tel. +49 911 978 39918
    null

    Hello,
    if you have worked with BC4J (Business Components for Java ) from Oracle,
    please divide your experience and opinions with us.
    We intend to implement a large project with BC4J for client and server sides.
    Regards & Thanks
    Vu Son-Lam
    Siemens AG
    Email: [email protected]
    Tel. +49 911 978 39918
    null

  • I need Id apple free i dont have a vise please i need your support for this issue

    Dears
    please i need your support to get a new apple ID for my account
    and my country is lebanon i receive only by visa
    best regards
    <E-mail Edited by Host>

    All iTunes accounts are free to create, there are instructions on this page for how to create one (any content that you downloaded via your current account will remain tied to that account) : http://support.apple.com/kb/HT2731
    If you want to create one without giving credit card details (if your visa card is a debit card then I don't think that it will be accepted) then follow the instructions on this page for creating it : http://support.apple.com/kb/HT2534

  • Need your suggestions for developing a Forum Site using Adobe Flex

    Hi ,
    I want to develop a small Forum Site where people can post questions and reply to questions .
    I want to develop the whole thing using Adobe Flex , Is there any plugin avialable for this .
    Means i mean to ask , if i go for normal J2EE there is a JForum avialable as far as i know .
    Please share your ideas .

    I meant "Don't use flex" unless you have some superb new design for a forum. I suspect that if you already had such a design, you wouldn't need to ask the question. Flex for Flex sake isn't good.
    There are already great html forum solutions out there.
    Basically, there's no point in duplicating in Flex what is already done in HTML, unless the Flex version offers a significant improvement to the user experience in some way.
    I am not aware of any Flex forum implementations and there is probably a good reason for that.
    Maybe someone else will know of one.

  • Need your guidance for format and mount the hard disk in linux

    Hi All,
    I presented 100GB in server (RHEL5.6) through SAN. Now I can able to see the hard disk,
    Disk /dev/sda: 107.3 GB, 107374182400 bytes
    255 heads, 63 sectors/track, 13054 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sda doesn't contain a valid partition table
    Disk /dev/sdb: 107.3 GB, 107374182400 bytes
    255 heads, 63 sectors/track, 13054 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sdb doesn't contain a valid partition table
    Disk /dev/sdc: 107.3 GB, 107374182400 bytes
    255 heads, 63 sectors/track, 13054 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sdc doesn't contain a valid partition table
    Disk /dev/sdd: 107.3 GB, 107374182400 bytes
    255 heads, 63 sectors/track, 13054 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sdd doesn't contain a valid partition table
    Disk /dev/sde: 107.3 GB, 107374182400 bytes
    255 heads, 63 sectors/track, 13054 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sde doesn't contain a valid partition table
    Disk /dev/sdf: 107.3 GB, 107374182400 bytes
    255 heads, 63 sectors/track, 13054 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sdf doesn't contain a valid partition table
    Disk /dev/sdg: 107.3 GB, 107374182400 bytes
    255 heads, 63 sectors/track, 13054 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sdg doesn't contain a valid partition table
    Now how to configure the multipath and how to use this allocated space.
    Kindly guide me.
    Thanks,
    Muthu

    Linux DM multipath determines whether or not discovered devices are individual devices or whether they are separate paths to one and the same device. This is accomplished by querying the device serial number. To install and configure multipath, please see the DM Multipath Guide available for your OS version installed: https://linux.oracle.com/documentation/.
    If you need more help and examples, check the following thread: multipath -ll command doesn't give any output
    I'm afraid no one can answer your question how to partition and mount your storage space without you giving any information about its purpose.

  • A new member, somewhat on right track but need your experience to help me!!

    Hi Folks!! I am here just like most of you are...to rebuild my credit. Here is a little bit of back ground.
    I am 23 now and got my first credit card at 18 not knowing anything about credit. Just like most of the teen agers, i got 3-4 credit cards. Maxed out blah blah. I got into an accident, thought I paid all the medical bills. 7 months later i found i forgot one. It had gone to collections. At that point, i was dumb, i stopped paying for everything.  3 years later, i realized I need to grow up and get a better score. Paid of most of the collections in full and some settled. A few of them actually took it completely off my credit so its gone now. Credit score went from 460 something average to about 560 for experiean, 642 transunion and 642 Equifax based on Credit Karma.
    Got an account with a very reputable credit union California Coast Credit union and also Navy Federal. Opened the following accounts based on my sitaution and how much I know about credit now. 
    CapOne: $500 secure card as soon as I paid off the collections.
    CapOne : $500 regular card offered after 3-4 months of regualr payments.
    California Coast: $1000 Secure Installment Loan. Navy Federal: $2900 credit card offered when i joined, accepted it. 
    Navy Federal: $14000 credit card cosigned with my parent.
    Navy Federal: $27k auto Loan cosigned with mom and another $12k loan cosgined which are both actually my own cars. Just refinanced them now under my name too.
    Income at the moment is about 60-70k. I am making sure i keep the total balance on credit cards under 30%. Now my questions are.
    What tips can you guys give me? 
    Do i have to keep balance under 10-30% at all times or can I pay them off at the end of the month? Can the balance be liek 40-50% mid month and be paid off at the end of the month? This way i can charge everything to credit card instead of debit and pay at the end. 
    What happens if i pay off the installment loan ahead of time? Does it hurt me or benifit me?
    Is cosigner as good of an imapct as being the main owner on CC or Car loan? 
    I have heard that i need to make 13 on time payments to be able to get a huge boost in my credit via auto/installment loan, Is that true? What if i sell the car before that and pay it off? 
    Thank you very much!!! 

    thatslowkid wrote:
    Hi Folks!! I am here just like most of you are...to rebuild my credit. Here is a little bit of back ground.
    I am 23 now and got my first credit card at 18 not knowing anything about credit. Just like most of the teen agers, i got 3-4 credit cards. Maxed out blah blah. I got into an accident, thought I paid all the medical bills. 7 months later i found i forgot one. It had gone to collections. At that point, i was dumb, i stopped paying for everything.  3 years later, i realized I need to grow up and get a better score. Paid of most of the collections in full and some settled. A few of them actually took it completely off my credit so its gone now. Credit score went from 460 something average to about 560 for experiean, 642 transunion and 642 Equifax based on Credit Karma.
    Got an account with a very reputable credit union California Coast Credit union and also Navy Federal. Opened the following accounts based on my sitaution and how much I know about credit now. 
    CapOne: $500 secure card as soon as I paid off the collections.
    CapOne : $500 regular card offered after 3-4 months of regualr payments.
    California Coast: $1000 Secure Installment Loan. Navy Federal: $2900 credit card offered when i joined, accepted it. 
    Navy Federal: $14000 credit card cosigned with my parent.
    Navy Federal: $27k auto Loan cosigned with mom and another $12k loan cosgined which are both actually my own cars. Just refinanced them now under my name too.
    Income at the moment is about 60-70k. I am making sure i keep the total balance on credit cards under 30%. Now my questions are.
    What tips can you guys give me? 
    Do i have to keep balance under 10-30% at all times or can I pay them off at the end of the month? Can the balance be liek 40-50% mid month and be paid off at the end of the month? This way i can charge everything to credit card instead of debit and pay at the end. 
    What happens if i pay off the installment loan ahead of time? Does it hurt me or benifit me?
    Is cosigner as good of an imapct as being the main owner on CC or Car loan? 
    I have heard that i need to make 13 on time payments to be able to get a huge boost in my credit via auto/installment loan, Is that true? What if i sell the car before that and pay it off? 
    Thank you very much!!! Since you have an auto loan, the additional secured loan does not help your FICO scores. Pay it off and use that 1K for your emergency saving fund. You only need one installment loan for the credit mix portion of your scores. You could close the secured Cap One card and get a QS1 card in its place.

  • Hi Everyone,I need your help for Recovery as I face APPCRASH issue :(

    Hi,
    since I bought my laptop I noticed that no application of Cyberlink was working like DVD Suite or Power2go.But I did not pay attention to that.
    But nowafter one and hal years when I want to refresh my laptop by using Recovery Manager and recovery Disc Creation, it is giving me same APPCRASH error as it has been giving for Power2go or DVD Suite.
    F11 does not work as well it says something like drive is inaccessible or software/hardware issue...
    Still my laptop is fine but a little heavy that s why I wanted to refresh it
    No hardware or sofware changes were made ever.
    Laptop specs. are:
    HP Pavilion dv4i 2100, Notebook PC
    Serial # {Removed for privacy}
    Product # VN673AV
    Warranty has been expired  
    At HP website regarding this issue they say to turn on wireless before Recovery but it does not work for me.
    Please anyone HELP me out please.
    waiting anxiously for any positive reply!!!
    Kind Regards,
    Jawwad

    I did exactly as I described in my loaner Envy17-3002ea's Disk management. see the image 
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Need your help for ORA-01242 error

    Hi,
    Data base Relaease : 9.2.0.4.0
    OS release: Suse linux 2.4.21-198-smp
    Today morning i have faced one problem in my database. Today i tried to create statspack schema in my production environment from my login (my linux login is in DBA group)... so i just tried to create a tablespace. Once issued create tablespace command my production database gets down... after that i started my database (Database is started with out any problem....). In my alery log i have seen below entries
    Thu Mar 29 11:08:31 2007
    create tablespace stats
    datafile '/sw01/oracle/oradata/cargainz/stat.dbf' size 100M
    Thu Mar 29 11:08:49 2007
    KCF: write/open error block=0x3 online=1
    file=17 /sw01/oracle/oradata/cargainz/stat.dbf
    error=27072 txt: 'Linux Error: 9: Bad file descriptor
    Additional information: 2'
    Thu Mar 29 11:08:49 2007
    Errors in file /sw01/oracle/admin/cargainz/bdump/cargainz_dbw0_1292.trc:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 17 (block # 3)
    ORA-01110: data file 17: '/sw01/oracle/oradata/cargainz/stat.dbf'
    ORA-27072: skgfdisp: I/O error
    Linux Error: 9: Bad file descriptor
    Additional information: 2
    DBW0: terminating instance due to error 1242
    Thu Mar 29 11:08:49 2007
    Errors in file /sw01/oracle/admin/cargainz/bdump/cargainz_ckpt_1296.trc:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    Thu Mar 29 11:08:49 2007
    ORA-1242 signalled during: create tablespace stats
    datafile '/sw01/oracle/ora...
    Thu Mar 29 11:08:49 2007
    Instance terminated by DBW0, pid = 1292
    Thu Mar 29 11:08:54 2007
    USER: terminating instance due to error 1092
    Instance terminated by USER, pid = 24370
    Thu Mar 29 11:10:14 2007
    Starting ORACLE instance (normal)
    =================================================
    In cargainz_dbw0_1292.trc
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    ORACLE_HOME = /sw01/oracle/9.0.2
    System name: Linux
    Node name: ICM02006
    Release: 2.4.21-198-smp
    Version: #1 SMP Thu Mar 11 17:56:49 UTC 2004
    Machine: i686
    Instance name: cargainz
    Redo thread mounted by this instance: 1
    Oracle process number: 3
    Unix process pid: 1292, image: oracle@ICM02006 (DBW0)
    *** 2007-03-29 11:08:49.159
    *** SESSION ID:(2.1) 2007-03-29 11:08:49.146
    KCF: write/open error block=0x3 online=1
    file=17 /sw01/oracle/oradata/cargainz/stat.dbf
    error=27072 txt: 'Linux Error: 9: Bad file descriptor
    Additional information: 2'
    error 1242 detected in background process
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 17 (block # 3)
    ORA-01110: data file 17: '/sw01/oracle/oradata/cargainz/stat.dbf'
    ORA-27072: skgfdisp: I/O error
    Linux Error: 9: Bad file descriptor
    Additional information: 2
    =====================================================
    in cargainz_ckpt_1296.trc
    /sw01/oracle/admin/cargainz/bdump/cargainz_ckpt_1296.trc
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    ORACLE_HOME = /sw01/oracle/9.0.2
    System name: Linux
    Node name: ICM02006
    Release: 2.4.21-198-smp
    Version: #1 SMP Thu Mar 11 17:56:49 UTC 2004
    Machine: i686
    Instance name: cargainz
    Redo thread mounted by this instance: 1
    Oracle process number: 5
    Unix process pid: 1296, image: oracle@ICM02006 (CKPT)
    *** 2007-03-29 11:08:49.182
    *** SESSION ID:(4.1) 2007-03-29 11:08:49.182
    error 1242 detected in background process
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    Can you please any one explain me the reason for this problem?.....
    Regards,
    Karthik

    Your database faced media failure.
    Oracle says...
    ORA-01242 data file suffered media failure: database in NOARCHIVELOG mode
    Cause: The database is in NOARCHIVELOG mode and a database file was detected as inaccessible due to media failure.
    Action: Restore accessibility to the file mentioned in the error stack and restart the instance.
    Oracle was unable to write to the file and instance got terminated.
    Is this your production database ? Your first step is to keep the database in archivelog mode.

  • Plz  need your help for this  error code :1 (FBAPIErrorDomain)

    After installed IOS7 i can not use Facebook application and i'm already remove the application and re install again but when i login found this message                Sorry , an unexpected error occurred please try again lare , error code :1 (FBAPIErrorDomain)

    Here is the solution. I like to play candy crush saga on my iPhone five. I cannot wait the allotted time frame to get extra lives. So what I have done is gone into the date and time settings of my phone and made the date in the future to speed up the process. All you have to do to fix this problem is to make the time and date on your phone or your iPad or your computer the correct time and date for today. The server certificates for most websites have expiration dates. How are machines are set up to revoke permission if you are trying to access the websites after the certificate expiration date. It's a real easy fix. Summary: make the time and date on your phone, computer, iPad today's date and current time, it should work after that.

  • Need your ears for a moment

    Hi all,
    I was wondering if the pros out there who understand guitar recording might be willing to lend me their ears for a moment. I did an acoustic guitar track yesterday using the ORTF method, mics about 8" away from the guitar, and I like what it sounds like (which I know is probably the most important thing) but would like an opinion from the opinionated and critical on this list.
    So if you have a moment to lend, please email me to the address on my profile and I will post the acoustic guitar track for you to listen to. I won't post the whole song, it will get repetitive but a selection of parts.
    Thanks in advance.

    Hi,
    I am curious to hear the results of your recording. ORTF is really a room technique for live tracking, eg. in a concert hall. At 8" distance from the source, and 110 degrees for ORTF, your signal will mainly comprise off-axis colouration. The trade-off is that it has a good chance of having a more balanced spectrum. The caveat here is the room. Was this done in a big room? Iso booth? Concert hall?
    The other consideration is the mix. If it is solo, the situation is much easier. What else will be in this mix?
    I would suggest mid/side for a good stereo balance in closer situations . If you are using a pair of 414s, as I do, I can guarantee good results. M/S has perfect mono capability, and might even be a good idea for a mix of several instruments, depending on what how much room sound you are looking for for each instrument.
    In the end, the two most important factors will be 1) the room sound you are looking for, and 2) the mix you intend to create.
    PowerBook G4 1.67 2GB   Mac OS X (10.4.5)   Logic 7.2 / MOTU Traveler / RME Octamic-D / Tascam US-2400

  • SD Friends I need your inputs for below

    Hi..
    I need guidance related to below issues...request you to reply me at the earliest..
    1)Fields in Customer master recoreds are not populating properly while taking  printouts...
    what camn be wrong in configuration/printer settings....it is basis settings or sd has to change some settings?
    2)In generation of pro-forma invoice service material is not getting picked up? where shud be settings/improvments?
    3)customers reference doc no is different from SAP Number ranges...can I maintain any PO settings in inquiry,quotation,sales order so that customer can get WHATEVER NO IS DESIRED TO GET?
    4)CIN- Can J1id entries be made mandatory for customer/material with respect to sales order?How
    5)My client want report which displays all billing documents which doent have any accounting documents/entries?is any report possible wrt ABAP?Any logic need to developed?
    6)Pro-forma invoice shd not pick up the completed billing item values from sales order.....IS ANY setting exist in VTFA/Other cpy control for this....or do I need to develop any report with the help of ABAP for this?
    7)Requirement is for a report which shows output with Item Code,Description,Qunatity,Unit,Cost Price,Raw material cost,shop cost & total cost...is such report possible to develope? what will I have to do that?
    Request you to suggest me any guidelines/solution for above.......
    (If not for all above ..for at least for those areas you have idea/expertise...)
    Thanks
    Manoj

    <b>1)Fields in Customer master recoreds are not populating properly while taking printouts...
    what camn be wrong in configuration/printer settings....it is basis settings or sd has to change some settings?</b>
    Give the appropriate requirement to Abaper to incorporate in SAP Script / Smart forms.
    <b>2)In generation of pro-forma invoice service material is not getting picked up? where shud be settings/improvments?</b>
    Give the appropriate requirement to Abaper to incorporate in SAP Script / Smart forms.
    <b>3)customers reference doc no is different from SAP Number ranges...can I maintain any PO settings in inquiry,quotation,sales order so that customer can get WHATEVER NO IS DESIRED TO GET?</b>
    No. Not Possible in Standard SAP.
    <b>4)CIN- Can J1id entries be made mandatory for customer/material with respect to sales order?How</b>
    Just check in Account Group setting, if you can make the required fields mandatory. The SAP IMG path is as under:
    Financial Accounting (New) &#61614; Accounts Receivable and Accounts Payable &#61614; Customer Accounts &#61614; Master Data &#61614; Preparations for Creating Customer Master Data &#61614; Define Account Groups with Screen Layout (Customers)
    <b>5)My client want report which displays all billing documents which doent have any accounting documents/entries?is any report possible wrt ABAP?Any logic need to developed?</b>
    You will have give the logic to Abaper to check if the the billing document is released to accounting, then it should be excluded in 'Z' report & only include Those billing documents which are not released to accounts.
    There is a standrad report also with Transaction Code: VFX3 Check if this servers the purpose.
    <b>6)Pro-forma invoice shd not pick up the completed billing item values from sales order.....IS ANY setting exist in VTFA/Other cpy control for this....or do I need to develop any report with the help of ABAP for this?</b>
    If you refer to Proforma Invoice WRT Order, it will pick by default all the items in sales Order. This is Standard SAP. I suppose that Abap development may also not be helpful, as what logic will you provide to select the required items.
    <b>7)Requirement is for a report which shows output with Item Code,Description,Qunatity,Unit,Cost Price,Raw material cost,shop cost & total cost...is such report possible to develope? what will I have to do that?</b>
    Abap Development.
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • Hi friends need your help for the following !

    How to populate an idoc type.
    Is it only by writting a report program like
    "master idoc distribute"  or also by NACE.
    When i am using NACE then i must have the baic idoc type cretaed  with ALE configured ??

    Hi,
      It is not always by using NACE. If ur making use of standard IDOC types Like
    ORDERS05
    MATMAS06
    DEBMAS etc for the salesorder and purchase orders etc then u can go for the
    T.codes : BD10 for MATMAS05,
                   BD12 for CREMAS06,
                   BD14 for DEBMAS04 for the MM01, VD01 and MK01/XK01  T.codes Respectively.
    If u r dealing with NACE then u should know the basic idoc for which u r using NACE and Messgae type .
    There u will cofigure and assign the OUTPUTYPE and assign those outputtype to the respective T.code.
    Regards.

  • Hi i have an ipad mini and i have not used it for 2 month or more. Today i have tried to use it i came across with a problem. my Ipad is blocked and it asks me to wait 23,401,418 :) what should i do need your help. thanks

    hi i have an ipad mini and i have not used it for 2 month or more. Today i have tried to use it i came across with a problem. my Ipad is blocked and it asks me to wait 23,401,418 what should i do need your help. thanks 

    Have you charged ipad Try a Reboot press & hold power button & menu button hold both down until you see Apple Logo You may need to do this more than once. Bsydd uk

Maybe you are looking for

  • What is Iterator? and Why is it used?

    Hi, I am newbie to BSP and ABAP, and came across iterator while going through some topic. I used iteration process to display the values in the view in a table, Is it some way similiar to it with different approach?

  • Lost my notes on iPod Touch!!! Please help me!

    hi all, i created a lot of notes on my iPod Touch during the night while i was on the train. i just got home and connected my iPod Touch to my Mac Mini and the notes i created during the night are now all missing. it looks like the most recent notes

  • Web Server follow symlinks to external RAID?

    I would like to keep all our web sites that are currently being worked on, on our RAID in their current folder structure and make a symlink to the web server, when I do this I get forbidden 403 I think due to apache not having permissions for the ful

  • WAAS Pass-Through

    Can somebody elaborate more on the following: 10.182.2.130:27385 161.141.105.217:139 Internal Server 10.182.2.130:20814 10.220.3.150:139 Internal Server 10.182.2.130:26997 161.141.105.217:445 Internal Server 10.182.2.130:18271 10.220.3.75:445 Interna

  • Using DV QT footage in FCPX

    Hi People, I am having a lot of trouble getting DV footage to look any good in FCPX.  I thought I would test it out by doing a small job in FCPX for a client & use a couple of QT master clips from previous edits done in FCP.  The QT clips are PAL DV