Read characteristic of preventive ( va22 ) in an external report

Hi i have a problem to read characteristics in va22. i don't know how i have to do to read them.. i know how read the characteristic of order (in iw32) but no of preventive (va22).
I have to do this in a custom report.
Usually to read the order i use a query as this:
  select viaufksaufnr viaufksaddat viaufksiloan viaufksmaufnr
         ibst~instance
         into (w_aufnr, w_addat, w_iloan, w_maufnr, w_instance)
         from viaufks
           inner join pmsdo on viaufksobjnr = pmsdoobjnr
           inner join ibst  on pmsdocuobj   = ibstroot
         where viaufks~auart in s_auart
         and   viaufks~iphas = '3'
         and   pmsdo~matnr   eq 'CS_INTERRUZIONE'.
AND AFTER I USE THIS WITH THE ISTANCE:
          CALL FUNCTION 'CE_C_GET_CBASE'
               EXPORTING
                    INSTANCE                     =  w_instance
               IMPORTING
                    CONFIGURATION                = LC_CONFIGURATION
               EXCEPTIONS
                    INTERNAL_ERROR               = 1
                    INSTANCE_IS_A_CLASSIFICATION = 2
                    OTHERS                       = 3.
The problem is:
i have the information in the vbap table, but if i take the objnr i don't found the record in the PMSDO and i can't take the number of instance.
Any suggestion?
Thanks a lot
Bye
Marco

Hi all,
i found the solution by myself!
this is the solution:
the field vbap-CUOBJ  contain the istance to passo to the  functionVC_I_GET_CONFIGURATION_IBASE.
after you have all value of characteristic in output table.
bye
Marco

Similar Messages

  • HT1549 How do I read write to an external drive?  I am under admin account and cannot read write to any folder on the external drive.

    I have a Mac Mini with Mavericks installed, as well as a PC running Windows 7.  I want to be able to read write from both computers to an external drive on the Mac.  I created 2 folders on the drive and named them Movies, and TV Shows.  The content of those folders are the respective files. I set up both folders to be shared on the Mac under system preferences, and then mapped the drives on the PC.  I also created a user account with admin privileges on the mac that matched my PC.   I then copied a Music folder to the root drive instead of using external, and set up sharing as well.  File Sharing is selected for all three folders, however the music folder is the only one which allows me to change the permissions to allow read write to everyone, or to create individual user accounts to connect with read write permissions.  The options to add users or change permissions are simply grayed out for the two folders on the external drive, so not only can I not write from my PC, but I can’t even do it on the Mac with the administrative user logged in. The folder on the root drive is fine but I cannot make any changes to the external drive at all.  Get info for any folder on drive shows read only.  SMB and AFP are selected for all folders under options.  I can access all three folders from PC, but can only add files to the Music folder. I cannot do anything from either computer to the folders on the external drive.

    Try Applications/Utilities/Disk Utility - select the drive and run Repair Disk.

  • Trying to modify PDF w/ no security, says it's opened as "read only to prevent modification"

    what am I missing here?
    The PDF in question can be found here:
    http://wndw.net/
    The PDF has a Creative Commons license saying I can:
    "Copy, distribute and display the book. Make derivative works, including books and articles. Make commercial use of the book"
    When I download and open the PDF, it is listed as having no security, but there's a blue info bar along the top in Acrobat X saying "The file you have opened complies with the PDF/A standard and has been opened read-only to prevent modification."
    I actually just trying to remove any hyperlinks and color information on some of the pages so we can reduce our printing costs.
    any ideas on how to open this NOT in read-only mode?

    You can temporarily disable PDF/A mode in Acrobat and/or remove the PDF/A information: http://blogs.adobe.com/acrolaw/2011/05/how-to-remove-pdfa-information-from-a-file/

  • What is the best software programs that I can use to read, write and modify data / files on external HD (NTFS format i.e.  Windows) ?

    Hi guys,
    I’m new to Mac and have a MacBook Pro Lion OS (10.6.8 I think !!!) with Parallels 7 (Windows 7) installed. Can someone please tell me what is the best software program that I can use to read, write and modify data / files on external HD (NTFS format) from the Mac OS ? I heard of Paragon and Tuxera NTFS. Are they free ? Are they good ? Are there any other software programs out there ? I heard that some people have issues with Paragon.
    Thanks.

    Your best bet would be to take the drive to the oldest/compatible with that drive Windows PC and grab the files off, right click and format it exFAT (XP users can download exFAT from Microsoft) and then put the files back on.
    Mac's can read and write all Windows files formats except write to NTFS (and in some cases not read) so if you can change the format of the drive to exFAT (all data has to be remove first) then you will have a drive that doesn't require paid third party NTFS software (a license fee goes to Microsoft) for updates.
    Also it's one less hassle to deal with too.
    .Drives, partitions, formatting w/Mac's + PC's

  • Using Business area for External Reporting-Pros & Cons?

    Dear Freinds,
    We are a Retail Business Group half way through SAP IS Retail implementation. We have 8 legal entities, currently their complete Annual Financials are being made & audited separately. In SAP the structure is that there is Single Co. Code & transactions will be seggregated by Business Area (made manadatory for data entry) and Annual Accounts will be drawn up using Business Area.
    This to me does not seem to be the right structure. I have joined the group recently, I will be much thankful to you all if you please help me list the Pros & Cons of using Business Area for external reporting.
    Rajesh Agarwal
    [email protected]
    Edited by: Rajesh Agarwal on Jan 27, 2008 6:54 PM

    Dan: <i>For management reporting you may not want to post eliminations between companies where the business areas are the same.</i>
    If the Business wants to see the eliminations between companies, within the same business area, as part of BEx reports, what should I do? They do not want to execute consolidation functions in UCMON but just want to see how the eliminations have taken place between companies with in the same business area. 
    Dan: <i>As long as the partner company and partner business area are consistently included for the intercompany transactions, the eliminations between Legal and Management will agree at the top-level of each hierarchy.</i>
    Have I to introduce one more InfoObject Partner Business Area in the data basis and assign the role Sub-assignment once again?
    Thanks in advance.

  • External Report Service

    Hi,
    I am using the External Report Service to run and extract some custom data.
    I have the process working fine in SOAP UI, which returns XML, with the report contents as BASE64 string in the <reportBytes> tag.
    The problem comes when I try to parse the response in PL/SQL instead of SOAP UI.
    I am using a fairly standard approach UTL_HTTP, then deal with the response.
    Problem is the response seems to be in an odd format that makes no sense.  I am guessing it is due to the content type of
    Content-Type
    application/soap+xml; charset=UTF-8;action=""
    I want to do what I have done previously, fetch the response, read it into a VARCHAR2 or CLOB, convert to XML, then parse it.
    However the response is unreadable.
    Any suggestions?
    Also, are there any plans for Oracle to put some standards on the web services.  The differing content types and response tags make building anything generic nearly impossible.
    Thanks

    Thinking it's probably a character set issue?
    Any assistance greatly received, thanks

  • Characteristic Name of Sales Employee in COPA report is not appear

    Characteristic Name of Sales Employee in COPA report is not appear, it is just the a Code of Sales Employee
    1.I created Characteristic Derivation t.code KEDR Table lookup PA0001 using condition Origin GLOBAL USERTEMP1 until USERTEMP6
    2.During Test Analyze Derivation there was result “Derivation was not carried out. Reason: Not fulfilled” in Field USERTEMP6
    How to solve this problem?
    Thanks & Regards,
    Cyrenia

    You need to use Characteristic Derivations for this to work.
    In transaction KEDR, maintain a "look-up" and provide your Reference table as VBPA and your target field will be the COPA Characteristic that you defined for the Partner Function Sales Employee.
    Select the Characteristics that will allow you to determine the Sales Employee (Partner Function = "VE") and then map the KUNNR field to the COPA Value Field.
    This will allow the flow of Sales Employee Values into COPA and hence the description as well.
    Hope this helps.
    Cheers.

  • Calling an external report

    Hi gurus.......
    When calling an external report the parameters or select-options specified in the external report can be called or not?

    Hello Diana,
    I think you can call it using SUBMIT statement.
    Here's an example (taken from report RKEB0601 - job information is optional):
    SUBMIT RKEB0601
              WITH PPLIKZ = PLIKZ
              WITH PERKRS = RKB1X-ERKRS
              WITH PPATYPE = RKB1X-PA_TYPE
              WITH PKOKRS  = RKB1X-KOKRS
              WITH PALEDGER = PALEDGER     "wkb 46c
              WITH PVALUTYP = PVALUTYP     "wkb 46c
              WITH VRGAR IN VRGAR
              WITH VERSI IN VERSI
              WITH PERIO IN PERIO
              WITH ALTPERIO IN ALTPERIO
              WITH BELNR IN BELNR
              WITH HZDAT IN HZDAT
              WITH RBELN IN RBELN
              WITH USNAM IN USNAM
              WITH SKOST IN SKOST
              WITH KSTAR IN KSTAR
              WITH RKAUFNR IN RKAUFNR
              WITH KAUFN IN KAUFN
              WITH BUKRS IN BUKRS
              WITH KNDNR IN KNDNR
              WITH ARTNR IN ARTNR
              WITH ELAYOUT = ELAYOUT
              WITH PREADM = PREADM
              WITH PREADM2 = PREADM2
              USER SY-UNAME
              VIA JOB H_JOBNAME NUMBER H_JOBCOUNT
              TO SAP-SPOOL
              AND RETURN.
    Kind regards.
    Bruno
    Edited by: Bruno Garcia on Jun 21, 2008 5:05 PM

  • External reporting tool (Cognos) to produce customized reports from BPM 5.7

    Can I use external reporting tool (Cognos) to produce customized reports from BPM 5.7? Is it possible to query BPM DB for historical data (not BAM dashboard)?

    Hi Steve,
    From memory, I think you can just use ContactCallDetail and Resource. Just look for calls where originatorType = 1 (for agent) and originatorID = resourceID of the agent. So your where clause would look something like:
    WHERE
    originatorType = 1 AND
    originatorID = resourceID of the agent AND
    LEN(destinationDN) > 7
    Hope that helps.
    Cheers,
    Nathan

  • How to filter out inbound Read receipts but prevent prevent notification to sender

    Greetings,
    For Exchange 2007, we would like to prevent external users from sending Read Receipt requests to our users.  In the Outlook client, we can easily disable this.  But for EAS users, their smartphones send a reply as soon as the email is opened.  I've
    applied a Hub Transport rule to strip out the "Disposition-Notification-To" from inbound emails but this causes a different message to be sent to the sender, "Delivery to these recipients or distribution lists is complete, but delivery
    notification was not sent by the destination:".   As a test, I've now also unchecked "Allow Delivery Reports" for Remote domains, but will this work?  Should both settings be applied to avoid generating the response to senders as noted
    previously?
    Thanks

    Hi,
    From your description, you want to prevent the external users from receiving the read receipts of internal users.
    You can create the following transport rule to achieve it. (Note: Because we use the "Read" as subject key word, it will delete the messages whose subject contain "read", please pay attention to use it.)
    What's more, I have a test in my lab. If I choose "Read:" as subject key word, the transport doesn't work. When I choose "Read" as subject key word, it works.
    Besides, to force an immediate update of transport rule, you can stop and start the Microsoft Exchange Transport service.
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Permit internal Read Receipts but prevent them from exiting organisation

    http://blogs.technet.com/b/exchange/archive/2011/02/23/3412028.aspx
    Above article explains how to delete Read Receipts in Exchange altogether.
    Can I use Exchange to allow Read Receipts between internal users within the organisation but prevent read receipts from being sent to external mail addresses? Case in point is to prevent spammers from confirming live addresses within the organisation.
    So we want to know if anyone has read our emails; we want to know if we've read each others emails and if the outside world has read our emails but we don't want the outside world to know whether we've read their emails.
    I'm getting the impression that the functionality supported in Exchange means that you can only configure a rule like this on a separate gateway (front end?) if you want only external affected and you cannot specify the direction (i.e. allow incoming read
    receipts but delete outgoing read receipts).

    Hi,
    From your description, you want to prevent the external users from receiving the read receipts of internal users.
    You can create the following transport rule to achieve it. (Note: Because we use the "Read" as subject key word, it will delete the messages whose subject contain "read", please pay attention to use it.)
    What's more, I have a test in my lab. If I choose "Read:" as subject key word, the transport doesn't work. When I choose "Read" as subject key word, it works.
    Besides, to force an immediate update of transport rule, you can stop and start the Microsoft Exchange Transport service.
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • "_unknown" POSIX user preventing ACL users on External FireWire Hard Drives

    After a reformat and upgrade from Leopard to Snow Leopard Server, my external hard drives are owned by user "_unknown " in POSIX permissions, which prevents ACL permissions from working properly. Is this normal with external hard drives when they're basically moved from one server to another? Is there any way to reset permissions completely on these external drives and start over without copying everything to yet another drive?

    Yep, that was it. I had ACLs left over from the old setup and that was preventing everything from working properly with regard to permissions. I cleared them, now all is good. Thanks.

  • Setting a loopback policy setting for Domain Controllers/Preventing IE from accessing externally

    Hello, we need to set a lookback policy for our domain controllers to ensure IE doesn't access externally. Is the loopback the best method, or do you all have recommendations?

    As far as I'm aware, there's not a good Group Policy setting to do this. 
    If I understand your question correctly, you wish to prevent external Internet browsing from your Domain Controllers, but everyone else (other servers and workstations) should have full access.
    If that's the case, I would recommend blocking port 80 for the Domain Controllers in your Firewall, as they (I hope) have static local IP addresses.
    If you know of a good Group Policy setting however, it would be best to set it in the Default Domain Controller Policy, as that will only affect the Domain Controllers.
    The "loopback" policy you're referring to is the "Configure user Group Policy loopback processing mode", which can be used to apply the computer configuration "instead of" or "merged with" the user configuration when
    a user logs on to computers where this policy applies. Since the computer configuration is normally applied before the user configuration, that can be used to force rules on computers regardless of who's logging in.
    Please mark as answer or vote
    as helpful when
    it applies. Thanks!

  • Prevent Spotlight From Indexing External Drive?

    Is there a way to prevent spotlight from commencing to index an external drive immediately upon connection?

    As Király says, once you have put the volume into System Preferences > Spotlight > 'Privacy' tab it will remain there - with one caveat, though...
    Bear in mind that if you ever erase that volume it will have gone from the 'Privacy' tab (because erasing gives the volume a new UUID) and will need to be replaced.
    NB:  It's not actually the drive that goes into the 'Privacy' tab - it's the volume(s) on the drive.

  • Preventing SLEEP when using External Monitor and Keyboard

    Prior to Leopard, whenever I had an external monitor and keyboard attached and closed the MacbookPro lid the system would not go into SLEEP mode. Now it does.
    What's to be done to prevent this from happening?

    PS.... when this last occurred, the backup drive for Time Machine disconneted when SLEEP was invoke by closing the lid and did not reconnect when the system restarted.
    I also received a 'warning' that a device was not disconnected properly.

Maybe you are looking for