Determination dumps with assertion_failed error

Hi gurus,
I am enhancing a TM feature and my determination dumps with assertion_failed error. I check ST22 and the dump lies in method /BOBF/IF_FRW_CONFIGURATION~GET_CONTENT_KEY_MAPPING.
Below is my determination to set the read-only flag.
CREATE OBJECT lf_control
     EXPORTING
       IS_CONTEXT = IS_CTX    " Context Information for Determinations
       IO_MODIFY  = IO_MODIFY.   " Interface to Change Data
lf_control->SET_ATTRIBUTE_READ_ONLY(
         EXPORTING
           IV_ATTRIBUTE_NAME = /SCMTMS/IF_TCC_TRNSP_CHRG_C=>SC_NODE_ATTRIBUTE-ITEMCHARGEELEMENT-RATE_AMOUNT
           IV_KEY                       = ls_chrg_el-key
           IV_VALUE                   = ABAP_TRUE
Do you have any clues on this?
Thanks,
Clark

Hi Clark,
Few questions on the above code.
Is this an standard determination you tried to enhance or a Custom determination you have created?
The work around you can use is..to create a custom determination using the transaction bopf_ewb.
Enhance that particular node & create a a property determination for that node in which the field which has to be done read-only.
The above same code can be implemented to make it read-only.Instead of enhancing the standard, I would suggest you try this method to make the field read-only.
Note: Please ensure that you that the determination is written for that particular node in which the field is present.
Hope this helps you.
Regards,
Sanket.

Similar Messages

  • Short dump with an error SAPSQL_LIKE_QUOTES

    Hi,
    today we have more short dumps with an error SAPSQL_LIKE_QUOTES. this means The logical condition contains a text field literal, for which there is no closing quotation mark.
    as per my analysis i found the below code from the std. sap program SAPLBTCH in that include LBTCHF19.
    TRANSLATE p_buffer1 USING '*%'.
      IF p_buffer1 CO '% '.
        IF NOT i_mandatory IS INITIAL.
          CONCATENATE i_name '<> ''''' INTO o_where
            SEPARATED BY space.
        ENDIF.
        EXIT.
      ENDIF.
    can you please tell me that there is a sapce in the line IF p_buffer1 CO '% '.
    please advice me if this statement is true or should not contain any spaces between the quotations.
    Thanks,
    Kasi

    Hi Kasi,
    please check this link
    [SAPSQL_LIKE_QUOTES|http://www.google.com/#hl=en&num=100&q=SAPSQL_LIKE_QUOTES&fp=1&cad=b]
    Kind regards,
    Clemens

  • Agent determination issue with no error, cant use SWPR?

    Hello gurus.
    We currently have 81 invoices that have workflow status "in process". However, the last line of this status is "agent determination issue". I've assigned the appropriate user in PFOM and i want to restart the workflow item, but i cannot use SWPR.
    Normally it should be in error and you can use SWPR, and that fixes everything- however why is the workflow still "in process" and not in error? and how can i complete the workflow item now that the agent has been assigned? do i just create a new workflow using SWUE and delete the old one? Many thanks.

    Hi,
    OK then try like this , as you said you do not have authorizations to SWI1_RULE right so do teh below steps,
    1. Execute SE37 and execute the fucntion module ALINK_CALL_TRANSACTION.
    2. Now mention the txn name as SWI1_RULE.
    3. Now you should be able to see teh initial screen of the txn.
    4. Now enter teh workitem ID which is in ready state not the top workitem ID, the workitem for which the agent is not assigned. Click F8.
    5. Now choose that workitem ID and click CTRL + SHIFT + F11.
    it should re evalutae the agents, if this is also not determing then make a note of the RULE ID from activity step and open the txn by using the above function module and try to simulate the rule or please let us know what is the rule type.
    Regards
    Pavan

  • SCMS_XSTRING_TO_BINARY  giving dump with this error .

    Error in the ABAP Application Program
    The current ABAP program "ZGY_CUST_TAB_UPDATE" had to be terminated because it
      has
    come across a statement that unfortunately cannot be executed.
    Function module "SCMS_XSTRING_TO_BINARY" was called
    with the parameter "BINARY_TAB".
    This parameter is not defined.

    DATA: l_xml_table       TYPE TABLE OF t_xml_line,
          l_xml_line        TYPE t_xml_line,
       CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
          EXPORTING
            buffer          = ls_values_xml
            append_to_table = 'X'
          IMPORTING
            output_length   = lv_length
            binary_tab      = l_xml_table.
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was
    not caught and
    therefore caused a runtime error.
    The reason for the exception is:
    Function module "SCMS_XSTRING_TO_BINARY" was called
    with the parameter "BINARY_TAB".
    This parameter is not defined.
      Probably the only way to eliminate the error is to correct the program.
      If the error occures in a non-modified SAP program, you may be able to
      find an interim solution in an SAP Note.
      If you have access to SAP Notes, carry out a search with the following
      keywords:
      "CALL_FUNCTION_PARM_UNKNOWN" "CX_SY_DYN_CALL_PARAM_NOT_FOUND"
      "ZGY_CUST_TAB_UPDATE" or "ZGY_CUST_TAB_UPDATE"
      "START-OF-SELECTION"
    I am not able to find the SAP Note ..

  • SE01, SE09, SE10 throwing dumps with Syntax error

    We were applying some security notes in the SAP ECC6 Ehp1 system however, we forgot to implement a pre-requisite which was an external transport before implementing a note (in dev. we did it right but in test system, we forgot to do the external import first). Due to this, the RDDIMPDP job is getting cancelled every time & we get dumps whenever we use SE01 or SE09 or SE10.
    Pre-requisite note : 1497003
    Next note              : 1582138
    Could you please help resolving this issue ?
    Thank you !

    Hi,
    You can try with resetting note implementation in dev system which will generate one transport request. And move this transport request to test system as a result note will be reset in quality system as well.
    Then again implement note in dev and transport it to test system after implementing pre-requisite note.
    Thanks
    Sunny

  • Short dump with error RSW_CURRENCY_TRANSLATION while loading SRM data

    Hi All,
    I am loading data from SRM to BW. From data source 0BBP_TD_CONTR_2 to DSO 0SRCT_DS1. Data is loaded from source to PSA. When loading from PSA to DSO using DTP, I am getting a short dump with below error. Can one please let me know solution if you have faced the same problem previously?
    Termination occurred in the ABAP program "SAPLRSW0" - in
    "RSW_CURRENCY_TRANSLATION".
    The main program was "RSBATCH_EXECUTE_PROZESS ".
    In the source code you have the termination point in line 86
    of the (Include) program "LRSW0U09".
    The program "SAPLRSW0" was started as a background job.
    I have checked the DSO routines and objects, everything is ok. Replicated all currency conversion tables from source.
    0PSTNG_DAT infoobject is also active. There is no errors in Development while loading, when moved to quality, the error is throwing.
    Regards,
    Don

    Hi All,
    We need to activate 0SR_DEFCUR currency object. I have activated the object and transported. Issue is resolved.
    Thanks to all for your kind replied.
    Regards,
    Don

  • SDCCN - Dump with "DYNPRO_SEND_IN_BACKGROUND"

    Hello,
    I'm facing an error in SDCCN functionality. When checking Early Watch Alerts with transaction DSWP I get a red alert flag with a system. When trying to reach system with RFC connection, I get an error message "Dynpro without connection to user".
    In target system I get a dump with runtime error "DYNPRO_SEND_IN_BACKGROUND".
    I found a few notes but none of them in relationship with SDCCN (49730, 1551958, 1520800).
    Does anybody know this problem and can help me out?
    Thanks in advance,
    Julia

    Hi Julia,
    This error is usually raised when a non-dialog user is specified for dialog processing.
    On the red flag icon in DSWP, that would be the Trusted RFC you'd be using, so for that RFC, in SM59
    what kind of user is being specified. Have you tried checking the box use current user?
    In Solman in DSWP in the client tab you can also test the Trusted RFC and ensure the smread and smtrusted RFCs are speciofied for Data COllection and Read Analysis.
    Regards,
    Paul

  • BDLS failing with ASSERTION_FAILED dump

    Dear Experts,
    We have replaced the existing quality system DF0 with RC0.These both system are quality systems and RC0 has been refreshed from production.
    So in BW qulaity system we need to replace the DF0 with RC0 as source system. I have created logical system name LSRC0310 for RC0 in BW qulaity system and ran a BDLS to convert DF0 to RC0. But it is giving a dump ASSERTION_FAILED.
    Earlier it failed with error that logical system LSRC0310 name alreday exists.So i deleted the logical system name and ran BDLS but it again failed with same error.I have checked the logs and it just makes an entry in table TBDLS, TBDLST. The logs in BDLSS also says that the conversion went in error with "Error in field of table . Manual correction required."
    Thus the source system DF0 is not replaced in RSA1 also i can still see cubes pointing to DF0.
    I have referred to Modify source system link but it is failing in the BDLS step so cannot proceed ahead.
    Please can you guide and help is solving this issue.
    Regards,
    KUldeep.

    Thanks Walter for your reply.
    This note is already present in the system and still BDLS fails with this message.
    I hope my approach is correct.
    Currently source system is DF0 and we want to convert to RC0. So running a BDLS will convert all the logical source system names for all the transfer structure and DTPs and transformations.Then after BDLS step i can restore the source system in RSA1.
    Please confim if my this is feasible.
    Regards,
    Kuldeep.

  • Short dump with error FORM "CLEAR_SPECIAL_TABLES" does not exist"

    Hi All,
    We are experiencing an issue in our development system. We have recently upgraded to ECC6 from ECC5. While executing FBL3N transaction, we are getting a dump with description Syntax error in program "RFEPOS00 ".
    The following syntax error occurred in program "RFEPOS00 " in include "RFPOSFZ0  "                                                                           
    line 1072:                                                                     
    "FORM "CLEAR_SPECIAL_TABLES" does not exist"                                   
    I checked in our previous systems, the subroutine CLEAR_SPECIAL_TABLES exists with an empty body in include RFPOSFC1.
    And it is created by DDIC.
    As per the comments in the include RFPOSFC1, we tried to generate the program RFXPRA33. But it is giving same error FORM "CLEAR_SPECIAL_TABLES" does not exist"  .
    Any help to resolving this issue will be appreciatable.
    Thanks in advance.
    Edited by: Kumar.ktk on Jun 8, 2010 1:36 PM

    Hi,
    We just had this issue after an upgrade and the solution was to compare the coding with an unupgraded system,
    there we found that this missing form exists in an include with this documentation:
    Function LINE_ITEMS_SPECIAL_FIELDS
    caller L0F14I01, AFTER_SAVE_T021S, tcode O7R3
    In case of errors: Start RFXPRA33
    FORM CLEAR_SPECIAL_TABLES.
    ENDFORM.
    After we executed program: RFXPRA33 all errors were resolved,
    Hope this helps,
    Mickey

  • Dumps with errors COMPUTE_BCD_OVERFLOW, COMPUTE_BCD_OVERFLOW

    Hi,
    We got large no.of dumps with errors COMPUTE_BCD_OVERFLOW, COMPUTE_FLOAT_ZERODEVIDE and BCD_FIELD_OVERFLOW with CX_SY_ARTHEMATIC_OVERFLOW exception in production system causing sapmnt disk space reached 95%..
    I don't have idea to resolve this issue. Please explain me with step by step to solve this problem.
    Thanks in adavcne
    Regards
    Srinivas

    Your basis people should be able to deal with the disk space problem, perhaps by deleting old dumps.
    But to prevent this from happening, you ought to fix the programs.
    Rob

  • Dump with error OBJECTS_OBJREF_NOT_ASSIGNED

    Hi,
    When I execute infospoke it is ending in Dump with the
    runtime error OBJECTS_OBJREF_NOT_ASSIGNED
    and exception  CX_SY_REF_IS_INITIAL..
    Please advice.
    Thanks,
    Vrrp

    Hi VRRP,
    check u'r sys version & sp level.......
                Import Support Package 15 for SAP NetWeaver 7.0 BI (BI Patch 14 or SAPKW70015) into your BI system. The Support Package is available once Note 991094"

  • CAUFVD gets initialized result in dump with error Production ord not found

    Hi All,
    We want to make change of start date and end date of a production order via CO02 (Production order change). Based on these changes we want to update an existing a Purchasing Planned Order  Start Dt and Finsih Dt (MD12) 
    We are using Enhancement component (PPCO0007) : Exit when saving production order
    Within this exit we are using BAPI_PALNNEDORDER_CHANGE  to update some other purchasing  planned order dates.
    The BAPI_PALNNEDORDER_CHANGE  is executing succesfully however the production order structure (CAUFVD)  gets initialized resulting in dump with error Production order not found
    How can we update and save a purchased planned order and also the  production order
    Barada
    Edited by: barada satapathy on Dec 8, 2010 9:14 AM

    Hi Max,
    Thanks for the reply...
    The error details are as below:
    Dump gets generated via program : (SAPLCOBT).
    Exception condition ORDER_NOT_FOUND raised.
    include = LCOBPU16.
    Row No: = 21.
    Module Type = (Function)
    Module Name = CO_BT_ORDER_DET_TEMP
    We also give brief details on what is happening:
    My exit calls from Standard (LCOZVU01) :
    CALL CUSTOMER-FUNCTION '001'
               EXPORTING
                    header_imp = caufvd
               IMPORTING
                    header_exp = caufvd_tmp
                    no_update  = answer.
    *     Check if update of header necessary and allowed
          IF caufvd-aufnr EQ caufvd_tmp-aufnr AND
             caufvd       NE caufvd_tmp.
            PERFORM caufv_upd(saplcobh) USING caufvd_tmp.
          ENDIF
    When BAPI for planned order is executed within the exit, the structure (caufvd) values are found refreshed. This structure is further updating the production order.

  • Soap to proxy scenario Getting exception caught with cause   error

    Hi Experts,
    MY scenario is soap to proxy i am  getting below exception message in advanced engine configuration in ICO.
    OAP: request message entering the adapter with user J2EE_GUEST
    09/10/2014 11: 06: 03 346 XI Information Packaging (Bulk Mode) is not Enabled, Proceeding to the Normal Processing.
    09/10/2014 11: 06: 03 346 XISOAP Information: Received an XI message for processing
    09/10/2014 11: 06: 03 598 Error SOAP: response message contains an error XIAdapter / parsing / ADAPTER.SOAP_EXCEPTION - soap fault: Error in processing the Web Service; Other details in the error log of the Web Service from the provider side (Registration UTC 20,140,910,110,603; 6EDA38E4CE67F1B3B939005056882C3A transaction ID)
    09/10/2014 11: 06: 03 598 Information SOAP: completed the processing
    OAP: response message contains an error XIAdapter / parsing / ADAPTER.SOAP_EXCEPTION - soap fault: Error in processing the Web Service; Other details in the error log of the Web Service from the provider side (Registration UTC 20,140,910,110,603; 6EDA38E4CE67F1B3B939005056882C3A transaction ID)
    09/10/2014 11: 06: 03 598 Information SOAP: completed the processing
    09/10/2014 11: 06: 03 598 Information SOAP: response message to continuing 7477aafa-38da-11e4-beed-00000028af0a
    09/10/2014 11: 06: 03 599 Error MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter / parsing / ADAPTER.SOAP_EXCEPTION - soap fault: Error in processing the Web Service; Other details in the error log of the Web Service from the provider side (Registration UTC 20,140,910,110,603; 6EDA38E4CE67F1B3B939005056882C3A transaction ID)
    09/10/2014 11: 06: 03 599 Error SOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter / parsing / ADAPTER.SOAP_EXCEPTION - soap fault: Error in processing the Web Service; Other details in the error log of the Web Service from the provider side (Registration UTC 20,140,910,110,603; 6EDA38E4CE67F1B3B939005056882C3A transaction ID)
    payload is contains some  special charters in  which is in protiguse language
    example.
    • AWPJ SERV DE TERCERIZ and
    dot is the special char
    same payload while testing using sproxy tcode dot "•" is converting in " # "symbol and with out error its successfully updating the database in ECC.
    while testing using the same payload using soap ui removing the dot symbol from the field its successfully processing  and updating the database.
    is this interface is failing in PI level ? or ECC i am not getting dump in ecc.
    is there any special character conversation in sap pi level.
    where this message exactly failing is in PI level or in ECC level?
    Help us find the solution.

    Hi Ravinder,
    When you mark the option Do not use SOAP envelope the adapter will not generate the SOAP envelope therefore you need to set an extra mapping in the Request to wrap the SOAP envelope. For example with XSL:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml"/>
        <xsl:template match="/">
            <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
                <SOAP:Header/>
                <SOAP:Body>
                    <xsl:copy-of select="/"/>
                </SOAP:Body>
            </SOAP:Envelope>
        </xsl:template>
    </xsl:stylesheet>
    Later in the response you will have the SOAP envelope tags. (You can do a first try without java mapping only to see in the monitoring the response with the junk character).
    When you determine the junk character you can try to use and to modify the next java mapping SAP PI - Deciphering apostrophes in XML - Process Integration - SCN Wiki to deal with your problem.
    Hope this helps.
    Regards.

  • Crystal xi app terminates with no errors

    I've installed Crystal XI Professional on a Windows 2003 R2 SP1 server.  I am migrating reports from Crystal Reports 8.5 to Crystal XI on this server.  I only have Crystal XI installed on the server, though.  When I first attempted to open the reports the detail screen of the reports came up, but when I attempted to preview the reports the app closed with no errors.  I have very few reports that were visible without being rebuilt.  So this is what I've done to determine the problem:
    1.  I rebuilt a report from scratch in XI.  The report had 3 subreports in it.  Still not able to preview.
    2.  I applied Service Packs 1-4 and 2 hot fixes to the app.  Now I was able to preview the main report and one very simple subreport.  If I tried previewing the other 2 subreports the app would close.  If I tried navigating to the subreport within the main report by paging over the app closed once it got to the page containing the subreport.
    3.  I separated the subreport and began to dissect it one piece at a time to see where it could be failing.  I didn't get anywhere closer to the answer this way.
    4.  I created the subreport from scratch one field, etc. at a time.  I first added a field and a simple formula to report expert.  The report ran fine, and the correct data was viewable.  Then I saved.  Then I added another field and a date factor to the report expert formula, refreshed, and it was perfect.  I saved it.  Then I added 2 more fields, refreshed, perfect, so I saved.  Then I added to the report expert formula a phrase that basically says to look for this particular field if 0.00 is not in it.  The field is a number field, and this is how it is set up on the report in 8.5.  After I added this and refreshed, the application closed.  I didn't save the report before I refreshed it, so that portion wasn't saved with the report when it crashed.  I reopened the report after the app closed on me, but I couldn't view the preview section just the detail section.  The app continued to close each time I clicked on preview.  This was the same report I was just previewing.  This is what I discovered...
    5.  I was able bring up the details section of the report, just not able to preview it without the app closing.  So, I deleted all the fields and started from scratch again.  This time I saved & closed the app between each change.  What I discovered is that once I save and close the app, I am not able to view the report in the preview section.  The app closes each time. 
    Since I've applied all Service Packs and fixes, I'm not sure what else to do.  I know this is lengthy, but I wanted you to fully understand what was going on.  Please help, if you can.
    Ellisa

    Hi
    Please provide the following information:
    1)Did you manually un-install and then install Crystal reports again.
    If no,then please try that first.
    To manually un-install remove CR from Add and Remove and then remove the keys(if any) from the registry editor which are related to CR.
    2)Are you able to open/create and preview the reports on any other machine except this one.
    If yes, then would suggest you to copy all the set-up files from that machine to this machine and then try again to preview the reports.
    3)What are the other softwares/packages instaleed on this machine.I mean any .Net dev environment kind of thing.
    4)Are you able to preview the reports properly on the machine where 8.5 was installed(in CR 8.5).If not tried then could you please try to install CR XI on this machine and check.
    Thanks

  • Getting dump with message  CALL_FUNCTION_GET_NAME_FAILED

    Hi,
    My requirement is to write a report which will be run in background every Monday and the result will be sent to a user as email with excel as attachment.
    I tried it by giving the email in 'Spool list recipient' in SM36. ut since the length of the output is more than 255 chars, so i thought of writing the email code as shown below.
    DATA: l_message_content LIKE soli OCCURS 10 WITH HEADER LINE,
            l_receiver_list LIKE soos1 OCCURS 5 WITH HEADER LINE,
            l_packing_list LIKE soxpl OCCURS 2 WITH HEADER LINE,
            l_listobject LIKE abaplist OCCURS 10,
            l_compressed_attachment LIKE soli OCCURS 100 WITH HEADER LINE,
            lw_object_hd_change LIKE sood1,
            l_compressed_size LIKE sy-index.
      l_receiver_list-recnam = sy-uname .
      l_receiver_list-esc_des = 'B'.
      APPEND l_receiver_list.
      lw_object_hd_change-objla = sy-langu.
      lw_object_hd_change-objnam = 'Selection'.
      lw_object_hd_change-objsns = 'P'.
    Mail subject
      lw_object_hd_change-objdes = 'KRB SAP Inconsistency Report'.
    Mail body
      APPEND 'Consisteny report between KRB and SAP' TO l_message_content.
      CALL FUNCTION 'TABLE_COMPRESS'
        IMPORTING
          compressed_size = l_compressed_size
        TABLES
          in              = <fs_table>
          out             = l_compressed_attachment.
      DESCRIBE TABLE l_compressed_attachment.
      CLEAR l_packing_list.
      l_packing_list-transf_bin = 'X'.
      l_packing_list-head_start = 0.
      l_packing_list-head_num = 0.
      l_packing_list-body_start = 1.
      l_packing_list-body_num = sy-tfill.
      l_packing_list-objtp = 'ALI'.
      l_packing_list-objnam = 'Selection'.
      l_packing_list-objdes = 'SAP KRB Consistency Report'.
      l_packing_list-objlen = l_compressed_size.
      APPEND l_packing_list.
      CALL FUNCTION 'SO_OBJECT_SEND'
        EXPORTING
          object_hd_change = lw_object_hd_change
          object_type      = 'RAW'
          owner            = sy-uname
        TABLES
          objcont          = l_message_content
          receivers        = l_receiver_list
          packing_list     = l_packing_list
          att_cont         = l_compressed_attachment.
    I am getting the mail which i checked in SBWP but when i clicked on the attachment i am getting  dump with message CALL_FUNCTION_GET_NAME_FAILED.
    Short text
        Error when starting a Remote Function Call.
    What happened?
        "CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=223#CPIC program connection ended (read
         error) "
        An error occurred when executing a Remote Function Call.
    Error analysis
        An error occurred when executing a Remote Function Call.
        "CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=223#CPIC program connection ended (read
         error) "
        Status of connection.... "RFC DRV=??? ???"
        Internal error code.... "RFC_IO4"
        Internal error: Invalid RFC handle.
    Trigger Location of Runtime Error
        Program                                 SAPMSSY1
        Include                                 SAPMSSY1
        Row                                     266
        Module type                             (FORM)
        Module Name                             XAB_RUN_DRIVER
    Please help in this.
    <removed by moderator>
    Edited by: Thomas Zloch on Sep 14, 2011 11:57 AM

    Hi,
    Check your RFC Connection Configuration. Also, check the used username & password.
    Reward points if the asnwer is helpful.
    Regards,

Maybe you are looking for

  • Plz help using ms access as database,i want to create a login page in java

    hye frnz... plz help me m new to java m using ms access as database and try to create a login page where user type username and pw i had enter valid user entries in database i checked connectivity is working i want as user login the main window must

  • ITunes 10.2.1 Crashes When Trying to Update iPhone 4 to iOS 4.3.2

    When I plugged in my iPhone 4, iTunes told me that iOS 4.3.2 was available. I clicked on the "Download and Update" button and then from the iPhone Software Update dialog box clicked on the "Next" button and then the "Agree" button. At this point, iTu

  • Functional Ack - 997

    Hi, Here is a scenario, B2B is configured to send functional acknowledgement automatically. The Exchange Protocal being used is EDI X12 over generic exchange. Few of our customers require 997s for POs(850) Invoices(810) and ASNs(856). There is an ele

  • How Badly Do You Abuse Reserved Words in Column Names

    I have a challenge for all you DBA's out there.  Most of us agree that reserved words as column names is a bad practice but how clean is your database and some people are quit outspoken about it.  Run the following query on some of your custom, non-C

  • Junk characters appearing

    hi folks, Junk characters appearing in the text file when the korean language is downloaded from the sap internal table. please help to resolve this. Regards, Rohan.