Credit Check againt letter of credit.

hi,
This is regarding credit check of sales order against FD. If the letter of credit belongs to company 001 and sales order contains any line items materials other than company 001. It gives an error EI574 "Financial Doc data check result not ok". Is there any way to do credit check ignoring company? I mean financial document will be in one company but sales order items can be from multiple company. Please share your expertise.
Regards
Achuthanandan

Hi Achuthanandan,
if the credit control area is assigned at company code level then this error will appear
if the credit control area is assigned at the sales area level then this error will not come
Regards,
Santosh

Similar Messages

  • Check last letter in a string

    Good Day All,
    I have a string field that does not a Consistence length.
    I want to check the last of this field and concatenate some text depending on the result.
    I've tried this but does not work.
    if mid({usp_wb_Reporting_AssetsUnderManagement_A2a_Main;1.account_long_name,1 Len{usp_wb_Reporting_AssetsUnderManagement_A2a_Main;1.account_long_name}-1) = "M"
    then {usp_wb_Reporting_AssetsUnderManagement_A2a_Main;1.account_long_name} & " Managed"
    else {usp_wb_Reporting_AssetsUnderManagement_A2a_Main;1.account_long_name} & " Unmanaged
    Basically I'm check the length and if return an M it's Managed everything else is Unmanaged.
    Thanks
    DM

    if you want to check last letter then try this
    if right({usp_wb_Reporting_AssetsUnderManagement_A2a_Main;1.account_long_name},1)="M" then
    then {usp_wb_Reporting_AssetsUnderManagement_A2a_Main;1.account_long_name} & " Managed"
    else {usp_wb_Reporting_AssetsUnderManagement_A2a_Main;1.account_long_name} & " Unmanaged
    Regards,
    Raghavendra

  • Credit Management (Open Items and Oldest Open Items)

    I have 2 questions.
    1)What is the difference between Open Items check and Oldest open items
    2) I want to activate a Credit management check which should work in way that the Order will be blocked on the basis of Payment term check
    Let say if I am using the Payment terms 0001 i.e Payment immediately due net .now what I want is that if I post the first invoice system as configured will check only the Credit check againt the credit Limit but when i post the 2nd invoice on the same day and the first invoice is not cleared system should give a warning message for it .
    Currenlty as i Configured it working but not for the same day option its give a warning on the 2nd day's invoice
    SO Need the help of Experts.
    Thanks in advance

    Hi,
    Open items check means it will consider all the open items when it is doing credit check. Here it adds all the open items amount and do the credit check..
    Oldest open item means it will consider only the oldest open item and based on tht i will do credit check..Here i will check the oldest open item value and its date then do the credit check..
    Coming to payment terms check, system is responding correctly.. because payment terms are immed due net. tht means still time is there in the same day. that is the reason it is not blocking the second document.
    once move to 2nd day then it means first doc is not cleared tht is the reason it is blocking the 2 nd doc on 2nd doc..
    Hope u have understand..
    Regards
    Sankar

  • No Accouting doc for credit memo or debit memo

    Hi All,
    I have created a Credit memo request then >credit memo with ref to Billing doc(F2). But credit memo is not creating Accounting doc unless it is released to accounting. I have checked all the below things *(1 to 5) all have the correct setting.* but is not creating accounting doc automatically once the credit memo is saved.
    1-->check the Revenue account determination settings in VKOA transaction.
    2->Check the pricing procedure also have maintaining the account keys properly for the condition types or not.
    3-->Go to VOFA transaction select your creditmemo document type then go in to detail here you check whether you have assigned your revenue account determination procedure in the account assignment/pricing tab to your document type or not.
    4. And also check posting block should not be check
    5. All settings are correct then you go to VF02 enter your billing document then go in to that then go to menu >Environment>Acct.determ.analysis-->Click on Reneue accounts now system will take you to the acct determination analysis screen here you can find what is cause.
    Quick  answer is appreciated.
    Thanks in advance!
    Parmesh

    Hi Parameshwar,
    Create a new Billing document of CREDIT MEMO and without releasing to Acconting goto the Environment and select the
    DETERMINE ANALYSIS---->REVENUE ACCOUNTING, then it will show information why it is not automatically generating.
    There you will get some details, please check and let me know the details
    thanks,
    santosh

  • LC Amount and Credit Limit

    Hi all,
    Kindly tell me one thing that If I have a customer xyz. The LC amount for that customer is 200,000 and the credit amount is 400,000.
    If I create an order of 100,000 for that customer , then this amount will be reduced from credit limit of from LC amount or for both?
    Please respond.
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

    Hello,
    Nice to read ur solution, since I was looking for the same since last 2 days.
    One more query on the same lines. How does the system respond directly. What is the linkage or the program where it is written that if the payment terms is credit then deduct from cr mngt and if advance payment, go for lc.
    Secondly, if i have set the cr management at delivery level and my payment term is credit to customer, how will the system react.
    Can u pl check and let me know if possible.
    Eagerly waiting to hear from u soon.
    Thanking you for the informative response.
    Thanks and regards,
    Avnesh Kamdar

  • Report to check CAT5 & CAT7 Transferred or Not

    Dear All,
    Time Tickets are booked on WBS /Network & Activity thorough CATS.
    When we Executed CAT5/CAT7 , we get an Error Log that Time Tickets are not transferred because of Budget Error.  We do have a Report CATS_DA to check the Time Ticket Booked.
    But it is difficult to identify whether Time Tickets are transferred or not transferred . This will help us to identify and  do the necessary Budget Transfers.
    Appreciate your help .
    Thanks in Advance .
    Regards,
    Shareeq

    Hi,
    Could you please check your data in table CATSPS. In this table, you have a field called TRANSFER (transfered). Just check if the value is X or not. If it is X, then it means it is transfered otherwise not.
    following is the screen shot.
    Else, you can also check CATA transaction code. Here, make target components as Project System ticked or you can also check it by providing document number in selection option
    just check and let me know if it helps you.
    Regards,
    Amit

  • Disable check box in report

    Hi All,
    I have created check box in a report using APEX_ITEM.CHECKBOX
    select apex_item.checkbox(1, emp_id) , emp_id,ename,manager,skills,salary,services from employee
    In employee table each employee would have 2 records one is for Engineering and another for Research services.
    If the user selects one of the records using the check box ,lets say engineering service for emp_id 100, corresponding Research service record for the employee 100 should be disabled( or the check box in the Research service record should be disabled) and on the other hand it should be enabled when the user unselects it.
    Please help me to resolve this.
    Application Express 4.1.1.00.23
    Glass-fish server
    Thanks and Regards,
    Sasi

    This is from one of my examples:
    SELECT apex_item.checkbox (1,
                               '#ROWNUM#',
                               CASE
                                  WHEN status = 'N'
                                     THEN 'disabled=disabled;'
                                  ELSE NULL
                               END,
                               DECODE (status, 'Y', '#ROWNUM#'),
                               'f01_' || '#ROWNUM#'
                              ) check_box
      FROM employees_checkboxIt will show the checkboxes disabled if status is 'N' and enabled if stauts is 'Y'. Is this similar to your requirement?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to Maintain Payment with one check for Multiple Vendors?

    Dear Gurus,
    i have a scenario for outgoing payment, here it is
    i have some open items for multiple vendors. say it for open item
    1. with amount 5000 USD for vendor A
    2. wiht amount 10000 USD for vendor B
    my company pay both open item 1 & 2 with one check, say the check no is 27382830 and the amount is 15000 USD. The check is given to the Bank as an order to Pay the vendor. so the check does not have receiver name. i attach a formal letter to the bank to ask them for making payment with that check. the letter contains a detail the amount, vendor bank account number, account holder, and the vendor name.
    so how i can threat this business scenario into SAP? i want to trace check number used to pay the vendors.
    hope you can give some clues. is it possible to maintain scenario above with automatic payment?
    best regards,
    land lord

    Hi,
    Yes you can map this scenario in SAP and use F110 for this. But you will also have to use some Z programs..
    1. For F110 FBZP configuration, maintain outgoing bank clearing Account (this will be a dummy account and not the actual Outgoing Bank Account) as the Bank Sub Account.
    By doing this when you run payment in F110, entry will be
    Vendor A A/c...Dr.
    outgoing bank clearing Account Cr.(1)
    Vendor B A/C... Dr.
    outgoing bank clearing Account Cr.(2)
    2.Then you will have to use Post with clearing transaction codes and make one entry
    outgoing bank clearing Account Cr.(1)..Dr.
    outgoing bank clearing Account Cr.(2)..Dr.
    To Bank Outgoing Account(Actual Bank outgoing Account) Cr.
    3. Now, when you get the single cheque no. from Bank against both the vendors, then thru FB02, change the assignment field/Reference field for Che No. updates.
    But do check BRS also for its reconciliation.. If you do it on a daily basis.. then it would not be difficult.
    Hope this helps you..
    Regards,
    SAPFICO

  • Budget check for PM orders with main and sub-projects

    Hello
    We have a scenario wherein we have created a main project and a sub-project. We have linked the sub-project to main project. We have also assigned budget to the main project. We have created a PM order wherein we are trying to enter the costs by entering the hours of work. We have configured the budget profile and set the tolerance limites and assigned to main project. The requirement here is we need to have have costs check againt the budget that been available in the main project. But the system is checking the budget of the sub-project. Please share if any specific setting is required to check the budget of main project instea sub-project.
    Regards,
    Basav

    I also double checked, you are right there is no forum for PM, I dont think I could suggest much since there isnt a dedicated forum, but you can try posting this query in the ABAP forum probably some abap'r who has worked with PM module should have a look. Also if possible try to connect with one of the moderators out here and ask for assistance in starting something for PM
    Thanks,
    GLM

  • Multiple Void Checks

    If I select a lot of invoice to pay, B1 print the first check then void the followings checks. I can't use the option to limit the number of invoice per check. There other option or workaround to print only the first check, then create a report with all the invoice pay in the check.  Let me know any suggestion

    Dear Carlos,
    You can ahchieve the same by using a Custom Table. Update and Fetch the data from this table as per your requirement.
    You can create a custom table in SE11.
    Procedure to create a table:
    1. In the initial screen of the ABAP Dictionary, select object class Database table, enter the table name and choose  Create.
    The maintenance screen for the table is displayed.
    2. Enter an explanatory short text in the field Short text.
    You can for example find the table at a later time using this short text.
    3. On the Delivery and Maintenance tab, enter the delivery class of the table.
    On this tab, choose an entry from the dropdown box for the Data Browser/Table View Maintenance field. Choose Table maintenance allowed on this tab page if users with the corresponding authorization may change the data in the table using the Data Browser (Transaction SE16). For more information refer to the available options in Data Browser/Table View Maintenance.
    4. On the Fields tab page, enter the table fields. Perform the following steps for each table field:
    Enter a name for the table field in the column Fields. The field name may only contain letters, digits and underlining, and it must begin with a letter. A field name may not be longer than 16 characters.
    Select the Key column if the field should be part of the table key.
    Enter the name of a data element in field Field type. In this case the field takes the data type, length, decimal places and short text from this data element. If there is no suitable data element, you can go to the data element maintenance screen by entering a name and double-clicking.
    With Data element/Direct type, you can directly enter the data type, field length, decimal places and short text. Press this key again if you want to enter data elements for further fields.
    Only a limited functionality is provided for fields without data elements. No foreign keys or fixed values may be defined for such fields, and there is no F1 help.
    You also can include the fields of an existing structure in the table. Note that the field names in the structure may not be longer than 16 places in this case.
    5. Maintain the technical settings for the table. The corresponding maintenance screen is displayed with Goto -> Technical settings.
    The technical settings are a separate object and can be activated and transported separately from the table.
    6. Maintain (if necessary) the foreign key relationships of the table to other tables.
    The corresponding maintenance screen is displayed if you place the cursor on the check field and choose  .
    Create (if necessary) secondary indexes for the table.
    To do this choose Goto -> Indexes.
    8. Save the table.
    A dialog box appears in which you have to assign the table a development class. Assign development class.
    9. Choose an enhancement category. For more information, see Structure Enhancements.
    10. Choose Activate.
    Hope this is helpful.
    Regards,
    Naveen.

  • Foreign key dependency checking

    Dear all:
    I have a question about foreign key checking.
    Let's say I have two Z table, one is master table and one is transaction table.
    The master table contains a primary key named CustNo.
    The transaction table have two primary keys named CustNo and OrderNo.
    The CustNo has foreign key (mandt + CustNo) point to master table, with setting
    "Key fields/candidates  1:N"
    I expected that, delete record in master table should check if there is any dependency in the transaction table,
    but I am wrong.  I am able to delete anything in master table even there are records in transaction table using the same CustNo.
    My question is, how can I make the dependency check?
    Thanks in advance.
    Edited by: Hung Kai, Michael Cheng on Nov 3, 2008 5:29 AM

    Hello,
        For this u need to change the cardinality.
    Below are the list of cardinalities and their functionality.Chack it and use the proper one.
    The left side (n) of the cardinality is defined as follows:
    n=1: There is exactly one record assigned to the check table for each record of the foreign key table.
    n=C: The foreign key table may contain records which do not correspond to any record of the check table because the foreign key field is empty. This can occur for example if the field of the foreign key table is optional, in which case it does not have to be filled.
    The right side (m) of the cardinality is defined as follows:
    m=1: There is exactly one dependent record for each record of the check table.
    m=C: There is at most one dependent record for each record of the check table.
    m=N: There is at least one dependent record for each record of the check table.
    m=CN: There may be any number of dependent records for each record of the check table.
    Shafi

  • SFW5 (BF) does not show me Check / Activate Changes button in ECC 6 EHP4

    Hello All,
    i am facing a strange problem, i want to activate business Function 'HCM, Core Processes in Talent Management' (BF name 'HCM_TMC_CI_1') in ECC6 EH4 IDES system. I also have SAP enterprise SearchTREX installed and this component shows me dependency in green light in SFW5 tcode (that means all the pre-requisites are fullfilled).
    But in SFW5 tcode does not show me Check / Activate Changes button on the top bar, and if i see in menus its greyed out i am not able to activate the same.
    I tried to unlock client using tcode SE06 and SCC4 but nothign worked out.
    I even checked the authorization of user it has sap_all, SAP_new, IDES_IDA_SUP, IDES_SWITCH, R3_TRUSTED.
    I will appreciate any help on the same.
    We developed system from Homogenious Export Image provided by SAP to us.
    Mani

    Hello Mani,
    You have to check for the compitability and dependency of already activated Enterprise Extension. If an incompatible Extension set is activated than it wont allow other application to work. Please check and let me know if you require anymore information.
    Regards,
    Vinit Pagaria

  • Check for grants

    I need to check if the grants are already given for a particular procedure/table/package. If the grants are not given then I have to give the grants, but if the grants exists then I just want a display saying that grants are already present.
    Am trying to put this in a shell script, can anyone help.
    Note: There are a set of 12 grants to be given and it is common for every package,table,function or package. Eg: grant execute on &&1 to GENERAL - I have 12 such schemas which needs to be checked.
    please let me know if i can provide any further input.

    user9344056 wrote:
    I need to check if the grants are already given for a particular procedure/table/package. If the grants are not given then I have to give the grants, but if the grants exists then I just want a display saying that grants are already present.
    Am trying to put this in a shell script, can anyone help.
    Note: There are a set of 12 grants to be given and it is common for every package,table,function or package. Eg: grant execute on &&1 to GENERAL - I have 12 such schemas which needs to be checked.
    please let me know if i can provide any further input.To identifying which privileges(according tables,packages) actually already granted to users you can use dba_tab_privs. In additionally you can also check others privileges from dba_role_privs,dba_sys_privs

  • Rigging a pop-up and a check box to choose between 8 snapshots?

    I'm having a problem working out how to create the hierarchical rigs to choose between 8 snapshots.
    I have two sets of four snapshots: A, B, C, D and a, b, c, d
    I'd like to have a pop-up menu with four options: A, B, C, D
    I'd like a check box that is marked 'Upper case'
    These two controls would give the option to choose between A, B, C and D - and defining whether the snapshot is 'upper case' or 'lower case'.
    Any idea how to rig this?

    Would this work for what you want?
    -create 4 layers (lower case a,b,c,d)
    -Create a new rig and add a pop-up and a checkbox.
    -To the Pop up, add layers and set the layer opacity as needed for each options (a,b,c,d).
    -To the checkbox, add the text parameter "All Caps".  Check each letter.
    This is only 4 items you have to deal with.  It's the fastest, easiest way to achieve what it sounds like you are trying to create.

  • Folders not available on removeable media when assigned a different drive letter

    I have LR 5.2 and I move files off onto a removable drive as a back-up and it allows me to share the pictures with them when they sometimes lose them.  Windows 7 routinely assigns the drive to the letter M:, N:, and sometime P: and apparently I cannot see the folders unless the drive is assigned the same letter as it was when I imported the pictures into the catalog.  The folders don’t even show up in the library, but if I do an import all of the folders appear as valid destinations within LR. How can I fix this?  The first picture is a screen shot of the library; notice that the year 2013 is missing.  The second screen shot is what appears when I go to import; note that 2013 appears.  The folders simply do not appear in LR except when I attempt import.
    When I look at N: in my “working catalog” it shows it as having catalog “AUMC” but the folders in it belong to the part of my working catalog that I have moved to a different external drive since they’re old picture I don’t use much.  They all have question marks, but they are resolved with I attach the external drive with those folders on it.

    I do not have access to Windows 7 right now, just windows 8.  I am certain that Windows 7 has the same functionality, but my directions to get there may be off a bit as it may have changed.
    1) Connect your external drive to your computer, and check what letter Windows gave it.
    2) Go To Start->Run and enter 'diskmgmt.msc' (without the quotes)
    3) A new window will come up.  Maximise it, so you can see it all.
    4) Torwards the bottom, you will a white box with the drive letter of your external disk in it.
    5) Right click on this white box and select 'Change Drive Letter and Paths' (This may be slightly different in Windows 7).
    6) If the 'Change' option is available then click on that, otherwise select 'add'
    7) I suggest here you select a letter near the end of the alphabet to minimise the chances of another drive using it.
    8) Windows should now try to use this letter each time it mounts the drive.
    If windows continues to change the drive letter, then make sure that you 'eject' the drive properly each time because if you do not, windows may think that the drive letter is still in use.
    Alternatively, in step 6 above, select 'add' and in there, you can give windows a path on your C drive to mount the disk to (make sure that the directory you select is totally empty).  Then the whenever you connect your external hard disk to your computer, the contents will be available there.  If you go this route though, make sure that you only wite to this directory when your external hard disk is connected.

Maybe you are looking for