ERP tables /SAPSLL/OBJIDX & /SAPSLL/OBJSSF

Hello experts,
What is the purpose of subject tables in ERP? I have entries in both tables with different data.
I'm running programs /SAPSLL/MM0A_OBJSSF_PROCESS_R3, /SAPSLL/SD0A_OBJSSF_PROCESS_R3  & /SAPSLL/SD0B_OBJSSF_PROCESS_R3 to clear the entries in table but it is not clearing the entries in table /SAPSLL/OBJSSF so I'd like to understand the design.
Regards,
Satish

Hi Satish,
The records in that table are those for which the corresponding transactional document in the feeder system could not be released by the call from GTS - perhaps someone was locking the document, or there was some other system problem.  The transaction gives a second chance to release them, so that the follow-on functions (for example, the creation of Deliveries) can be actioned.
Hope that helps.
Regards,
Dave

Similar Messages

  • Need to read all entris  for field prtxt from table /sapsll/prt

    hi
    i need to read all entries from table /sapsll/prt field prtxt but only one is coming
    pls see below seelct statement
    if not gt_sagmeld[] is initial.
                SELECT /sapsll/cuit~guid_cuit         " PK
                       /sapsll/cuit~QUANT_FLT         " to be displayed
                       /sapsll/cuit~QUAUM             " to be displayed
                       /sapsll/cuit~RPTDT             " to be displayed
                       /sapsll/cuit~guid_cuhd
                       /sapsll/cuit~guid_pr           " needed for gt_prt inttab
                      /sapsll/corref~refno
                       /sapsll/corref~guid_pobj
                INTO corresponding fields of table gt_sapsllcuit
                FROM ( ( /sapsll/cuit
                inner join /sapsll/cuhd on /sapsll/cuit~guid_cuhd = /sapsll/cuhd~guid_cuhd )
                inner join /sapsll/corref on /sapsll/corref~guid_pobj = /sapsll/cuhd~guid_cuhd )
                FOR all entries in gt_sagmeld
                WHERE /sapsll/cuit~guid_cuit = gt_sagmeld-guid_pobj.
             endif.
            if not gt_sapsllcuit[] is initial.
             select /sapsll/prt~prtxt
                    /sapsll/prt~guid_pr       
             into corresponding fields of table gt_prt
             from /sapsll/prt
             for all entries in gt_sapsllcuit
             where /sapsll/prt~guid_pr = gt_sapsllcuit-guid_pr.
    loop at gt_sagmeld into wa_sagmeld.
    read table gt_sapsllcuit into wa_sapsllcuit
    with key guid_cuit = wa_sagmeld-guid_pobj
    binary search.
    Read table gt_prcon into wa_prcon with key
    guid_pr = wa_sapsllcuit-guid_pr.
    if sy-subrc = 0.
    *wa_sagmeld_outtab-guid_pr  = wa_prt-guid_pr. 
    here i am facing problem as multiple entries from table  /sapsll/prt is not being displayed only one.....but i have checked in table it is having two enteries
    pls suggest
    reagards
    Nishant

    Hi Nishant!
    When you use 'for all entries' SAP (or database?) does a 'delete adjacent duplicates' on the result. This is necessary because of the special selection technique in this case.
    You need to select enough columns from /sapsll/prt, so that your two entries will differ in the result.
    Regards,
    Christian

  • Finding BW InfoProvider based on ERP table BSEG

    Hi Friends,
    I would like to find all the BW infoProviders that pull the Data from ERP table BSEG. Is there a easy way to find this?
    Thanks
    AKA

    Hello Arjun,
    BSEG is related to Finance such as [General Ledger Accounting |http://help.sap.com/saphelp_nw70/helpdata/EN/3b/d0f6ae60f6488c8368f7c31504949f/frameset.htm]and [General Ledger Accounting: Line Items|http://help.sap.com/saphelp_nw70/helpdata/EN/88/3c36861f874739a916df63ab6d7ca0/frameset.htm],[General Ledger: Direct Line Items|http://help.sap.com/saphelp_nw70/helpdata/EN/8b/02f93abb013b0de10000000a114084/frameset.htm]
    Thanks
    Chandran

  • When will UniverseDesigner support SAP ERP Tables,InfoSets and ABAP Func. ?

    Hi there,
    to the SAP guys in this Forum to keep the rumour mill running: is it planned to extend the connectivity of the Universe Designer to access to SAP ERP Tables, Infosets and ABAP Functions ?! Is there any date when this will happen ?!
    Thanks,
    Sebastian
    Edited by: smenzl on Apr 15, 2010 9:08 AM

    Hi,
    if you need an official statement i would recommend you open a SAP OSS Message for that.
    Regards
    -Seb.

  • Trading country information in table /SAPSLL/CUHD

    Dear experts,
    I've recently found the field /SAPSLL/CUHD-CTYTR for Trading country. Does any of you know what is the purpose of that field and how it can be populated with a document from ECC?
    Does any of you know if such field could be used to store the country of the sales org if different than the country of the shipping plant?
    I would need to screen the transaction between the sales organization and the customer as well as the transaction between the shipping plant and the customer (when sales org and shipping plant are not in the same country), could that Trading country field be an option there?
    I am running GTS 10.1, please advise.
    Thank you

    Hi Nicolas,
    Unfortunately I don't think that field is mapped during the transfer of SD documents.
    If it helps, field CTYPL (Country of Physical Location) is mapped from the country of the Plant (= Legal Unit).
    As I remember, GTS can make Compliance checks for each leg of a Route (probably more relevant to a Delivery) - does that help?
    Regards,
    Dave

  • RKM Issue - Oracle ERP Table

    Hi
    There is a table in the Oracle ERP System ie., Table Name : PO_HEADERS_ALL. When i trying to reverse engineer the table into the ODI table i came across this error.
    Issues : java.util.concurrent.ExecutionException: com.sunopsis.dwg.SQLWorkReposException: ORA-12899: value too large for column "<Work Repository
    Name>"."SNP_REV_COL"."DEF_VALUE"
    Intial Analysis for this cause
    1. The default value of the paticular column gets stored into the work repository table SNP_REV_COL and the default value of the particular gets stored into the column DEF_VALUE. When verified the Datatype of the Column DEF_VALUE it is defined as 100 Characters
    2. verified the Source Column qualified for the Reverese engineer
    Definition:
    "ORG_ID" NUMBER DEFAULT to_number(DECODE(substrb( userenv('CLIENT_INFO'),1,1),' ',NULL,substrb(userenv('CLIENT_INFO'),1,10))),
    the RKM is Unable to Reverese engineer the table because of that.
    Is there any work around for resolving this issue.
    Satish

    Alternate solution for this would be
    Create a view on the table and import the view into the ODI and start using the same for loading the data into target

  • Connect Crystal report with FI Data through MAXDB ERP Tables or Datasources

    Hi,
    I want to create crystal report queries for SAP ERP FI Data. The source system database is MAXDB.
    How can i connect the maxDB database or ERP to crystal report?
    Do i need tables or datasources to create queries, and how do i connect them to crystal report.
    I will thankful for any help.
    Kind regards
    Arnaud

    I would recommend to take a look here:
    BOBJ and SAP R/3
    /people/ingo.hilgefort/blog/2008/03/23/businessobjects-and-sap-part-4
    The drivers I am talking about will be available in the CR Designer once you install the BO integration kit for SAP solutions.
    If you try to access directly the underlying MAX DB database you will not have access to all data since SAP ERP stores the data partially compressed in the database tables.
    Regards,
    Stratos

  • Write to ERP Tables on HANA DB using SQL script

    Hello All,
    We are using HANA as our primary database for ABAP system and trying to feed the data to ABAP tables using SQL script and experiencing authorization errors . Please see below for more details.
    Scenario.
    I am getting no authorised error when i try to write some data to Z* tables using SQL script in HANA studio.But I am able to create new tables in the same schema.
    As shown above Query1: SAPSR1 is the schema which contains underline ABAP tables. ZGSA is existing table and now i am trying to insert new rows into it.
    Query 2&3: Creating new tables in SAPSR1 works fine.
    Can you please suggest me whether it is right approach or i need to have RFC to update these table from some other tool/app?.
    Thanks in advance,
    Naresh

    Hi Naresh,
    Obi Wan would now probably say: "this is not the functionality you're looking for".
    Even though you are working with Z-tables you really don't want to start messing with those from outside the context of the NetWeaver system.
    Instead you want to keep the control over all tables in the NetWeaver schema completely  to the SAP<sid> user and NetWeaver.
    For your data loading scenario, just write a simple ABAP report with native sql or an AMDP to do the copying of the data for you.
    Don't spread your code across the landscape and don't loosen access restrictions on your schema.
    - Lars

  • Acess to ERP tables from CRM

    Hi.
    I am quite new to everything about erp integration in sap crm.
    My first thought was to simply find a pattern to retrieve data from an erp system and show it in a crm report, just for practising a bit.
    I already finished an initial upload but anyway, how can I get my original erp data displayed in crm using nothing except functional patterns and se80?

    On erp side create remote function call (in se37) and the on crm side call this function with DESTINATION parameter...
                    CALL FUNCTION 'Z_FUNCTION_ON_ERP'
                      DESTINATION i_destestination
                      EXPORTING
                        sometning = something
                      IMPORTING
                        subrc = err_subrc.

  • GTS - BAdi /SAPSLL/CTRL_SD0B_R3 not working correctly

    Hello All,
    I am working on tranferring delivery documents from ECC to GTS system. I want to restrict documents based on certain conditions. I have implemented badi /SAPSLL/CTRL_SD0B_R3 to restrict my documents. However, this badi is not triggered when I create delivery docuement. I have created entry in table /SAPSLL/TLER3B for doc type LF and application area SD0B.
    I have implemented badi /SAPSLL/CTRL_SD0A_R3 and /SAPSLL/CTRL_MM0A_R3 for sales orders and purchase orders and they are working fine.
    Can anyone please let me know why is it not working for deliveries (SD0B) ?
    Thanks,
    Khushboo Dand

    PS: When I select one of the "incomplete" POs in our SAP ERP (ME22N) and save it again unchanged, it is re-tranferred and disappears from the list of incomplete documents in GTS. So the BAdI seems to work here, too...

  • Difference between TCode /SAPSLL/CD_FS_ARCH and /SAPSLL/CDOC_STCOMPL

    Does anyone could explain the difference between transaction /SAPSLL/CD_FS_ARCH "Flag Customs Documents Automatically" and transaction /SAPSLL/CDOC_STCOMPL "Flag General Customs Mgt Docs Automatically"?
    I understand it like this:
    Transaction /SAPSLL/CD_FS_ARCH marks all customs documents where the related documents in ERP are in a status to allow archiving.
    Which status will be set? Where can I check it (table/field)?
    Transaction /SAPSLL/CDOC_STCOMPL marks all customs documents which are in a status to allow archiving.
    Which status will be set? Where can I check it (table/field)?

    Hi Renate,
    The difference, as you say, is that the /SAPSLL/CD_FS_ARCH report checks the archiving status of the related Feeder System documents to determine whether or not the status of the GTS documents should be adjusted.  The /SAPSLL/CDOC_STCOMPL report does not take the Feeder System status into account as far as I can see.
    Report /SAPSLL/CD_FS_ARCH changes the GTS document status to "restricted" (value '3B') - you should be able to see that in table /SAPSLL/CUHDSTA (related to the Document Number in table /SAPSLL/CUHD).
    Report /SAPSLL/CDOC_STCOMPL also sets the same document status, and also takes into account the related GTS documents - for example the SCD, if relevant for a Customs Declaration.
    Hope that helps.
    Regards,
    Dave

  • How to create Search help for the field /SAPSLL/PRGEN-ATTR20V

    Hi ,
    I need to add a search help for the field /SAPSLL/PRGEN-ATTR20V and their is a chk table used for this field is /SAPSLL/TCOATV20.
    In this table /SAPSLL/TCOATV20-ATTRV20V is a Primary key field.
    How can I add search help for this field?
    Any suggestions will be appreciated!
    Regards,
    Kittu

    HI,
    Fixed on my own..
    I am closing this thread!
    Thank you!
    Kittu

  • GTS BP Data corrupted -SAPSLL/BP_DATA_CLEANUP  not working

    Hi All,
    We have encountered a typical issue during SPL block release in GTS production system.
    1. When we try to lift the SPL block for one of the customs document # XXXXXXX in GTS we have received a error message as "Update error;audit - SPL Block will not be lifted " .
    2. In the customs document we found that the Ship to party associated BP address data was not determined. And unable to see the associated  BP number XXXXXX for the ship to party in Transaction BP-.
    3. Then we try to resend Ship to party number from R3 to GTS but it did not resend.
    4. Then we have verified the business partner log in GTS system we found below error messages
    - Business partner XXXXX does not exist
    - Business partner  does not have GUID 005056AD68931ED48BC03A8D35EF634F
    5. Then I have verified SAP KBA # 1824797 on this particular issue and as instructed we had run report /SAPSLL/BP_DATA_CLEANUP for this business partner and it has given below message.
    - Business partner XXXXX processed successfully
    - XXXXX archive the listed objects manually in table /SAPSLL/CORPAR
    - XXXXX archive the listed objects manually in table /SAPSLL/SPLAUD
    6. When I went back and check the table  /SAPSLL/PNTBP still the entry is there and did not allow use to resend the ship to party number from R3.
    Can you please help us.
    Thanks
    Ram.

    Hi Ram,
    As per our discussion in the support incident you need to archive the entries first. This is stated in step 4 of KBA 1824797.
    There is still some related data left on your CORPAR and SPLAUD tables.
    You need to archive the document I mentioned using archiving object CUHD.
    Then you need to archive all the audit trail data using archiving object SPL_AT.
    Once these entries are archived you can run run the CLEANUP report again and the BP data from /SAPSLL/PNTBP will be deleted fully.
    This process is required to avoid inconsistencies such as trying to display and document that contains and already deleted Business Partner.
    Best Regards,
    Eoin

  • No master data transmitted from ERP to GTS

    We are using ERP 4.70 with the following settings:
    SAP_APPL 470 SP-Level 0031
    PI 2004_1_470 SP-Level 0016
    PI_BASIS 2005_1_620 SP-Level 0017
    SLL_PI 720_470 SP-Level 0007
    together with SAP GTS 7.2 SP-Level 09
    I created the message types /SAPSLL/DEBMAS_SLL and /SAPSLL/MATMAS_SLL manually and activated them.
    I try to send an customer master data to GTS but the partner will not transmitted. In the log protocoll in GTS the error message appears that there was no data collected from table SAPSLL/TCOGVA
    If I try to send a material master from ERP to GTS the RFC connection gets broken with error message:
    RFC error (The transaction has dumped the connection). What I had found out is, that the error appears in the function /SAPSLL/API_1006_SYNCH_MASS.
    Has this something to do maybe with a wrong IDOC type? Does I have to to something in some tables. Do I use the wrong programme? I use /SAPSLL/MATMAS_DISTRIBUTE_R3 and /SAPSLL/DEBMAS_DISTRIBUTE_R3.
    I made absolutely the same customizing settings in another system at a customer and it worked fine there.
    Does anybody has an idea? Thanks to all for the possible help.
    Thanks very much in advance

    Hi Andreas,
    there are several possibilities why this is not working.
    First of all you should check, if your RFC settings are correctly maintained.
    Please bear in mind that the logical systems have to be assigned to logical system groups and that GTS and R/ shall not be in teh same group.
    Please also ensure that the logical system name is the same in both systems, R/3 and GTS.
    Secondly there is also the possibilites that necessary tables are not filled correctly.
    Please run report /SAPSLL/PLUGIN_CHECK_R3
    It could be thate.g. the tables TBD24 and TBD62 are not filled 
    for the relevant message type (in your case /SAPSLL/DEBMAS_SLL and /SAPSLL/MATMAS_SL)
    To update this tables corretly pls. do the following:                                                                               
    - BD53                                                                
    - select message type (/SAPSLL/MATMAS_SLL)and edit it                 
    - select a segment                                                    
    - save                                                                
    - deselect segment again                                              
    - activate                                                            
    - set in trx BD60 the FM to the correct value                         
      (/SAPSLL/MATMAS_DISTRIBUTE_R3)                                                                               
    You can than check with the programm: '/SAPSLL/PLUGIN_CHECK_R3' if    
    all 4 required tables (TBD24, TBD62, TBDA2, TBDME) are filled, or not.
    I hope this helps with the issue.

  • Clear entries from /SAPLL/OBJIDX

    Hi ,
    We have a bunch of entries that landed up in the table /SAPSLL/OBJIDX with the processed flag not set.
    The cause behind being some Sales Order types ,not configured to be pushed from ECC to GTS ,were manually attempted to be pushed with the program "/SAPSLL/SD0A_DISTRIBUTE_R3"
    Is there a standard mechanism wherein these entries can be removed from the table without the involvement of a custom program development or a backend update.
    These entries are currently marked as "UNPROCESSED" in the table
    Thanks
    Jasmit Kohli

    Hi Jasmit,
    You need to write a Z program or  ABAP line command
    It is pretty simple if you just want to create your own local ABAP program to delete an entry. 
    e.g:
    delete from /sapsll/lc_cusb1 where GUID_LC_CUSB1 = '0002D75687063045B5D86B33ED83F2DD'.
    Syntax check...run it in test mode, and it will delete the entries out of the tables BUT TREAD VERY CAREFULLY!
    Regards,
    Prarit

Maybe you are looking for