Validation at the network level

Hi Experts,
         I am doing the validation for the network at the header level for the resposible cost center field.
I am giving Prerequiest as
Req.cost center = 'X'
Check as
i am not entering anything in the check condition
Message
I am entering the message & message type is error.
initiation of this validation is i want to check that any value is entered in the Req.cost center field. (Making this field as a manditory).
But after doing that it is not checking in my cj20n transaction.
can anybody suggest me wht is the problem.
Thanks & regards
Raman T S

Hi,
In validations 'X' doesn't mean alphanumeric, it means alphabet X only. That's why system is not giving you any message.
You need to put validation check as Resp. Cost Center <> ' '
which means it shouldn't be blank.
Regards,
Harsh.

Similar Messages

  • Validation in the network header for the responsible cost center field

    Hi Experts,
           I want to do the validation for the network header that, the cost center in responsible cost center field of WBS & network should be same... If the user enters other than WBS in the network it should give an error message....
    when i am trying to do validation in the network header i am  unable to see the filed of the responsible cost center for the WBS element.
    kindly suggest how can i achieve these....
    with regards
    Raman T S

    Hi Abdul,
       Thank you for your reply. There was no entries in the GB01. I went to SM30 & in view V_GB01C i maintained the entries
    as
    Boolean Class - 71 - WBS element
    Class type - B
    Table - PRPS
    Field - FKSTL.
    Next i went to maintain the validation in the T-Code OPSI, i am unable to find the field of the WBS element cost-center in the Network header.
    Can u tell me if i had done anything wrong in the above steps.
    what the user exit for the network can u tell me...
    With Regards
    Raman T S

  • Do validations in the page level

    Hi ,
    I want to do validate the EMAIL field in my page as unique, for that i want to do validate in the entity level or what i want do?
    i tried validations in the entity level but it is not working, how to do this .
    Thanks In Advance,
    SAN

    Sundaravaradhan,
    One more thing please make sure that you close all your threads which are resolved with the resolution.
    fnd top and java top in R12
    Error page while running sample page in OAF
    and many more
    Thanks
    --Anil
    http://oracleanil.blogspot.com

  • Data validation at the UI level

    Hi
    I have a requirement like i need to validate the input data at the UI level.
    If the data is valid ,only then it should be allowed to be saved.
    If someone knows how to do the same.
    I have seen a method DO_VALIDATE_INPUT method in View controller (IMPL) class.No clue on how it is being used.
    Regards
    Leon

    Hi Leon,
    Are you talking about the Webclient as UI or something else??
    There are 2 options:
    1) You use the Get and Set methods of your context node attributes (The ...CN01 etc classes) (to be found under your IMPL class --> attributes TYPED_CONTEXT(...CTXT class) and in there you should have some ...CN01, CN02, etc. classes. Here are all the GET and SET methods. (you could also go via the views' attributes, this is the shortest way).
    Within the Get (put the value in the model) and Set (get the value from the model)methods you could do some checks and show an error.
    2) Use the Do_handle_data method of your IMPL class. Once data is entered in the screen, this method is always called when another action is performed (pressing a button). Here you can easily check the content of fields.
    3) Use the Do_handle_event method of your IMPL class. This method is called when there is an event that is being triggered (save button is pressed). You can redefine this method and before really saving the data you can perform your checks.
    Hope this helps.
    Kind regards,
    Micha

  • Purchase Requisitin not automatically created at the network level

    Hello,
    We are facing an issue in the CJ20N
    Project- WBS- Network Order- Activity- Materials are attached to it
    For ex- Material number 23 is added to the network as per the business process the Purchase requistion will automatically get created.
    Now we are facing an issue.
    When we add the same material to the activity, the purchase requistion is not created auotmatically, we are not able to view the purchasing data tab.
    The moment we add this material, it's stating reservation for network.
    Previously it was showing up as purchase requistion for network.
    Please help us in knowing what could be the possible reason for this behaviour.
    Regards,
    prashanth

    Hello,
    Thank you for all the answers,
    I would need additional info from your end to moveahead with theprocess.
    One thing we have observed is when we select a material and try to add it again, the procurement will automatically getting picked up as WE.  and we can see the reservation in General data tab.
    One more observation initially under the procurement parameters, under the value flow and /quantity flow.
    intially it was showing up as 1, now it's showing up as Q
    Please let me know where are these configuration done, since i am very new to PS module.
    Regards,
    Prashanth

  • Prod No validation at the field level attribute

    Hi,
    I have a qualifying table, whose field refers to one of the product number in main table. It means, I can have a product number linked to another product number defined in the main table. Hence, I have defined the text field in the qualifying table to capture this related product number.
    Now, how do I validate, if the product number entered is valid within Data Manager. Basically, it needs to validate if the product number specified is present in the main table.
    Please let me know, if any suggestions to define such validations on a free-form text field.
    Thanks,
    Surendra

    Hi Surendra,
    Make the prdt no as a unique field.If when ur gng to add any new record with the prdt no already in the main table then it will pop -up a message that record already present.
    I think this may solve the issue (acc to my understanding)
    If problem persists kindly explain the scenario in simple manner.
    Hope this amy help u.
    Rgds
    Ankit

  • Records validation at the block level

    Block A
    multi record block
    Product code Unit No
    E3056             W039708002607
    E3056             W039708002721
    E3056             W039708002754
    Block B multi record block
    Product Code Unit No
    E3056               W029708002607
    E3056               W039708002971  -----------different than upper block data
    E3056               W039708002754
    Has to validate with the data in upper block A and say wrong data when compared. CHoose right data that is in
    block A How can I do it on item level of Block B?
    Thanks in advance.
    Anu

    So, you cannot simply loop over block B for it will clear block C on record-navigation (as C is the detail block).
    You have two options:
    1. Do the check against the database table block B is based on, something like:
    CURSOR cr IS
      SELECT COUNT(*)
        FROM THETABLE
      WHERE product_batch_id=:BLOCK_C.product_batch_id
        AND unit=:BLOCK_C.unit;
      nCount NUMBER;
    BEGIN
      IF :BLOCK_C.UNIT!=:BLOCK_B.UNIT THEN
        --maybe another unit matches
        OPEN cr;
        FETCH cr INTo nCount;
        CLOSE cr;
        IF nCount=0 THEN
          -- Error
        END IF;
      END IF;
    END;2. Fill a pl/sql-table with all the unit from block B, then loop over that pl/sql-table to validate (lot of work)

  • Accessing the server on my own machine when off the network

    I want to access the server on my own computer from my own computer, but I can't seem to do this unless I'm connected to a network. In order to access localhost, I have to contact my own computer through my router, which seems unnecessary (especially since I am frequently away from a router). Is there any way for me to access my server and still run my PHP code without having to go through a network?

    Port 25 is blocked by a lot of ISPs and a lot of local network admins even on corporate networks in order to curb SPAM infected systems from causing Blacklisting issues with the main public IP gateway address used on these networks.
    You had indicated in the OP that you were using an SSL port (i.e. 465) to send out, so the question never came up as to what if you were using port 25 for some reason.  We all thought you had already covered that, which apparently you didn't.  995 is the SSL port for POP (receving end) and 465 is the SSL port for SMTP (the sending end).  You need to make it a habit to use these ports anyway if supported by your email host as it'll keep these issues from happening and it'll also secure that email connection as well.
    In terms of why it wasn't erroring out on you with port 25 quickly enough, when ports are blocked, the traffic just gets dumped, so perhaps your email client was looking for a port closed response from the email server in question... something that won't happen when the traffic is simply being blocked/dropped at the network level.
    Anyway, you solved your issue via what we all thought you had in place anyway based on your OP info.

  • Can't connect to iTunes Store due to "The network connection timed out"

    Since downloading the updates/upgrade version to iTunes, I have been unable to connect to the iTunes Store. I have performed instructions for Error TS1368 and HT1875. I have disabled my firewall and popup blockers; which still will not connect me to the iTunes Store. I have a desktop computer; which I did not upgrade. I have validated all the network connections, security center and performed all the suggestions on the Discussion Board and still cannot connect. I have removed all iTune software, etc. and reinstall and still cannot connect to the iTune Store on my laptop. Is it possible that there may be a glitz in the upgraded version? Since there appear to be numerous individuals have the same problem since the upgrade. HELP!!!

    Welcome to AD!
    The #1 culprit for not being able to access the iTunes store after an iTunes update is Norton/Symantec security software. It comes pre-installed on most PCs these days as a trial version. Even if you have never used it, and thought you deleted the trial version, it is still lurking on your PC.
    Norton has its own firewall (separate from the built-in Windows firewall) and it does not tell you when it decides to block iTunes.
    See if the Norton removal tool mentioned in this thread gives you any joy:
    http://discussions.apple.com/thread.jspa?threadID=1954304&tstart=25
    This software is so bad, you have to use the removal tool. The normal uninstall using Windows Add/Remove Programs will not get rid of it.

  • Server isolation at Network Level

    We have a set of MS servers that cant be upgraded anymore and will be soon End of Support. Hence this would leave our network vulnerable to exploits and other infections.
    Hence as a workaround we are looking for isolation technique at the network level. Could you please suggest a suitable one ?.
    Two options that i am considering now are 
    1. Putting the affected servers in a separate VLAN.
    2. Configuring PVLAN.
    Please give me your opinions. Any help on this is very much appreciated.

    Thanku All,
    I have done all the steps as you mentioned
    1. Activated the business function OPS_PS_CI_1.
    3
    2.
    3.
    Activated Multiple Plan Version using the tcode RCNPRECP
    Still not able to view the options under SPRO-IMG Easy Cost Planning
    * Create Alternate CO Version
    * Activate Multiple CO Version
    Also not able to implement ECP at network level.

  • Encrypted data transmission over the network

    Dear,
    We used to install oracle with default settings. For security , we use TDE, but in tde the data is not encrypted while transmitted over the network. My question, here are lots of experience DBA , is the network level encryption are used whenever you guy work with PROD system?? Or just ensure only password level encryption??
    Secondly, whenever we encrypt the network flow over the network ,is there any  performance overhead??
    Lastly, How can we configure the  network level encryption??

    I have not needed it, no, but that has nothing to do with whether *you* need it.
    I did not say there would be a performance issue. I said there would be some level of performance overhead. If (as an example), the overhead was very very very small, it's not an issue. I always get a kick out of people asking "I really need this feature (security, encryption, auditing, whatever). Will it cause performance issues?" If you NEED the feature, then you NEED it - the performance overhead is part of playing the game - it's no longer overhead. It's like asking, I need an Oracle database, will it cause my computer to run slower?

  • I want to be able to totally block the FaceTime functionality in my home network.  I would like to do this at the router level.  Does anyone know the hostname or IP address that the FaceTime application uses? Or which port it connects to?

    I want to be able to totally block the FaceTime functionality in my home network so my 4 kids aren't using the Facetime feature- It was easy for Skype just had to enter the work Skype on my Router Security list- and it denies access. I would like to do this at the router level for FaceTime? Only site I find in init.ess.apple.com - is this the startup site for Facetime?   Does anyone know a site I can block, hostname or IP address that the FaceTime application uses? Or which port it connects to?

    I would presume so, but it might be worth your while to experiment and play around with different combinations to see if you can block FaceTime while keeping Game Center open.  Good luck!

  • WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network

    The Exchange Management Shell fails to connect in Exchange 2013 environment, this is a DAG environment and previously it indicates another error message, which is in my another thread. We fixed that error by delete the retired proxy entry in the server registry,
    after that the error is gone but changed to below one, anyway the EMS still fails to connect to all servers:
    VERBOSE: Connecting to NSWVIP999WTMBX.air.abc.au.
    New-PSSession : [NSWVIP999WTMBX.air.abc.au] Connecting to remote server NSWVIP999WTMBX.air.abc.au failed with the
    following error message : WinRM cannot complete the operation. Verify that the specified computer name is valid, that
    the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows
    access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote
    computers within the same local subnet. For more information, see the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : WinRMOperationTimeout,PSSessionOpenFailed
    Failed to connect to an Exchange server in the current site.
    Enter the server FQDN where you want to connect.:
    Then it just show can't connect to all the exchange servers, from the wording it seems pointing to the Windows firewall settings for winRM, but when I look at the windows firewall found it's turned off. We use Sophos enterprise for the security, but all
    other 3 exchange servers didn't have the same issue.

    Hi Lynn,
    Thanks for your analyst and reply, I run the command as you suggested and checked accordingly to Task Manager, but seems none of them indicates a firewall or anti-virus.
      TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       4
     TCP    0.0.0.0:808            0.0.0.0:0              LISTENING       2260
     TCP    172.17.2.123:444       172.16.2.127:8050      ESTABLISHED     4
     TCP    172.17.2.123:444       172.16.2.127:8069      ESTABLISHED     4
     TCP    172.17.2.123:444       172.17.2.127:8053      ESTABLISHED     4
     TCP    172.17.2.123:10952     172.16.2.68:80         ESTABLISHED     3296
     TCP    172.17.2.123:11185     172.16.2.90:8080       SYN_SENT        468
     TCP    172.17.2.123:11190     172.16.2.90:8080       SYN_SENT        15268
     TCP    172.17.2.123:11330     172.16.2.90:8080       SYN_SENT        1296
     TCP    [::]:80                [::]:0                 LISTENING      
    4
     TCP    [::]:808               [::]:0                 LISTENING      
    2260
     TCP    [::1]:6001             [::1]:8028             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8029             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8030             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8031             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8032             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8033             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8034             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8035             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8036             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8037             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8040             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8041             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8048             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8049             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8059             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8060             ESTABLISHED     4764
     TCP    [::1]:8028             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8029             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8030             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8031             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8032             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8033             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8034             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8035             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8036             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8037             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8040             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8041             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8048             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8049             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8059             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8060             [::1]:6001             ESTABLISHED     9980
     TCP    [fe80::9054:e8f5:f885:8105%20]:808  [fe80::9054:e8f5:f885:8105%20]:9901
     ESTABLISHED     2260
     TCP    [fe80::9054:e8f5:f885:8105%20]:9901  [fe80::9054:e8f5:f885:8105%20]:808
     ESTABLISHED     4868
    This is the full result, among them
    4 -- System -- NT Kernel & System
    468 -- There is no process associated with PID 468
    1296 -- svchost.exe -- Host Process for Windows Service
    2260 -- SMSvcHost.exe -- SMSvcHost.exe
    3296 -- CcmExec.exe -- CCM Executive
    4764 -- Microsoft.Exchange.RpcClientAccess.Service.exe -- Microsoft.Exchange.RpcClientAccess.Service.exe
    4868 -- Microsoft.Exchange.ServiceHost.exe -- Microsoft.Exchange.ServiceHost.exe
    9980 -- w3wp.exe -- IIS Worker Process
    15268 -- ServerManager.exe -- Server Manager

  • The SharePoint list query is not valid: Data at the root level is invalid. Line 1, position 1. (rsSPDataProviderError)

    Hi there,
    All my reports are throwing below error in a sharepoint site configured with Access services. Does anyone have a clue what's causing it?
    An error has occurred during report processing. (rsProcessingAborted)
     Query execution failed for dataset 'Default'. (rsErrorExecutingCommand)
     The SharePoint list query is not valid: Data at the root level is invalid. Line 1, position 1. (rsSPDataProviderError)
    Thanks
    Manvir

    Hi Manvir,
    For troubleshooting your issue, please go to C:\Inetpub\wwwroot\wss\VirtualDirectories\ find your Web Application (represented by a port number), then delete an unknown folder created by sharepoint, namely vti_cnf from all the folders and sub-folders in
    your web application.
    Reference:
    http://forums.asp.net/t/985790.aspx?Data+at+the+root+level+is+invalid+Line+1+position+1
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • IMac will not load internnet sites despite it having all green lights on the Network Diagnostics screen.  In other words there is a valid internet signal going into the iMac, but the machine will not load sites. Help? iOS 10.9.5

    iMac will not load internet sites, despite having all green lights (strong WiFi signal etc) on the Network Diagnostics screen. in other words there is a strong
    internet wifi signal going into the iMac but the machine does not connect to the internet.  I OS 10.9.5.  Other devices work fine with the same internet signal.

    iOS 10.9.5 does not exist.
    iOS refers to the operating system on iPhones, iPads, and iPod Touch.
    10.9.5 was never a version of a Classic operating system.
    10.9.5 was a version of Mac OS X, and is 13 years newer than Classic.
    Here are reasons for WiFi signal to fail even when they appear to be strong:
    Most common Wifi issues
    Your Mac may be too close to your WiFi router, in which case, it might be better to connect to it via an ethernet cable if it can't be moved.

Maybe you are looking for