<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DB Table?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383035#M186744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TXN which u suggested is nt wrkin 4 me can u tel me in a more detail plz... i hope u hv understood my requirement i want 2 find out where does in SAP it gets stored??&lt;/P&gt;&lt;P&gt;Iam not even able 2 read whole of ur code coz of the default screen size... so plz change tht 2...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2006 07:53:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-11T07:53:41Z</dc:date>
    <item>
      <title>DB Table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383031#M186740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me which table should i use for creating a link between the document and the business objects???&lt;/P&gt;&lt;P&gt;I searched a lot and i cud jus find the structure like s00d4, sood2, BAPIBORID...&lt;/P&gt;&lt;P&gt;Iam getting something like-&lt;/P&gt;&lt;P&gt;FOLTP		FOL&lt;/P&gt;&lt;P&gt;FOLYR	 	25&lt;/P&gt;&lt;P&gt;FOLNO	 	000000000004&lt;/P&gt;&lt;P&gt;DOCTP	 	EXT&lt;/P&gt;&lt;P&gt;DOCYR	 	31&lt;/P&gt;&lt;P&gt;DOCNO	 	000000000075&lt;/P&gt;&lt;P&gt;THE LINK IS THIS IN WHICH TABLE DOES THIS LINK GETS STORED???&lt;/P&gt;&lt;P&gt;link id C5E5FBEDCB90B4488A7BF3C4EB870E95&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can even tell me the name of the Function Module through which i can relate them???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 07:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383031#M186740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T07:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: DB Table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383032#M186741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seema , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u give some more input so we can check , IS it from archive link ? If yes Check tcode SARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of If it is Temse File check in SP11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 09:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383032#M186741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T09:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: DB Table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383033#M186742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu, &lt;/P&gt;&lt;P&gt;here is my code-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE : &amp;lt;cntn01&amp;gt;.&lt;/P&gt;&lt;P&gt;  CLASS CL_BINARY_RELATION definition load.&lt;/P&gt;&lt;P&gt;  CLASS CL_OBL_OBJECT      definition load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;   P_BOTYPE LIKE obl_s_pbor-typeid DEFAULT 'BUS2032', " e.g. 'BUS2012'&lt;/P&gt;&lt;P&gt;   P_BO_ID  LIKE OBL_S_PBOR-INSTID DEFAULT '0000002000',    " Key e.g.&lt;/P&gt;&lt;P&gt;   P_DOCTY  LIKE obl_s_pbor-typeid DEFAULT 'MESSAGE' NO-DISPLAY,&lt;/P&gt;&lt;P&gt;   P_MSGTYP LIKE SOFM-DOCTP        DEFAULT 'ATTA'     NO-DISPLAY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   P_RELTYP LIKE mdoblrel-reltype DEFAULT 'ATTA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  types: BEGIN OF TY_MESSAGE_KEY,&lt;/P&gt;&lt;P&gt;          FOLTP	TYPE SO_FOL_TP,&lt;/P&gt;&lt;P&gt;          FOLYR	TYPE SO_FOL_YR,&lt;/P&gt;&lt;P&gt;          FOLNO	TYPE SO_FOL_NO,&lt;/P&gt;&lt;P&gt;          DOCTP	TYPE SO_DOC_TP,&lt;/P&gt;&lt;P&gt;          DOCYR	TYPE SO_DOC_YR,&lt;/P&gt;&lt;P&gt;          DOCNO	TYPE SO_DOC_NO,&lt;/P&gt;&lt;P&gt;          FORTP	TYPE SO_FOR_TP,&lt;/P&gt;&lt;P&gt;          FORYR	TYPE SO_FOR_YR,&lt;/P&gt;&lt;P&gt;          FORNO	TYPE SO_FOR_NO,&lt;/P&gt;&lt;P&gt;         END OF TY_MESSAGE_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : LV_MESSAGE_KEY type TY_MESSAGE_KEY.&lt;/P&gt;&lt;P&gt;  DATA : LO_MESSAGE type SWC_OBJECT.&lt;/P&gt;&lt;P&gt;  DATA : LT_DOC_CONTENT type standard table of SOLI-LINE with header&lt;/P&gt;&lt;P&gt;line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  P_DOCTY = 'MESSAGE'.&lt;/P&gt;&lt;P&gt;  CASE P_RELTYP.&lt;/P&gt;&lt;P&gt;    WHEN 'URL'.&lt;/P&gt;&lt;P&gt;       P_MSGTYP = 'URL'.&lt;/P&gt;&lt;P&gt;    WHEN 'NOTE' OR 'PNOT'.&lt;/P&gt;&lt;P&gt;       P_MSGTYP = 'RAW'.&lt;/P&gt;&lt;P&gt;    WHEN 'ATTA'.&lt;/P&gt;&lt;P&gt;       P_MSGTYP = 'EXT'.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;P&gt;     EXIT.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  swc_create_object LO_MESSAGE 'MESSAGE' LV_MESSAGE_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  swc_container LT_MESSAGE_CONTAINER.&lt;/P&gt;&lt;P&gt;  swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTTITLE' 'Title'.&lt;/P&gt;&lt;P&gt;  swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTLANGU' 'E'.&lt;/P&gt;&lt;P&gt;  swc_set_element LT_MESSAGE_CONTAINER 'NO_DIALOG'     'X'.&lt;/P&gt;&lt;P&gt;  swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTNAME' P_DOCTY.&lt;/P&gt;&lt;P&gt;  swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTTYPE'   P_MSGTYP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE P_MSGTYP.&lt;/P&gt;&lt;P&gt;    WHEN 'URL'.&lt;/P&gt;&lt;P&gt;      LT_DOC_CONTENT = '&amp;amp;KEY&amp;amp;http://www.rmtiwari.com' .&lt;/P&gt;&lt;P&gt;      append LT_DOC_CONTENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     WHEN 'RAW'.&lt;/P&gt;&lt;P&gt;       LT_DOC_CONTENT = 'Hi How r u?' .&lt;/P&gt;&lt;P&gt;       append LT_DOC_CONTENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     WHEN 'EXT'.&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    FILENAME                      =&lt;/P&gt;&lt;P&gt;    'C:\Documents and Settings\Administrator\Desktop\auth.txt'&lt;/P&gt;&lt;P&gt;    FILETYPE                      = 'ASC'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DATA_TAB                      = lt_doc_content&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  swc_set_element LT_MESSAGE_CONTAINER 'DocumentContent' LT_DOC_CONTENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  swc_call_method LO_MESSAGE 'CREATE' LT_MESSAGE_CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  swc_refresh_object LO_MESSAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  swc_get_object_key LO_MESSAGE LV_MESSAGE_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: LO_IS_OBJECT_A type SIBFLPORB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LO_IS_OBJECT_A-INSTID = P_BO_ID.&lt;/P&gt;&lt;P&gt;  LO_IS_OBJECT_A-TYPEID = P_BOTYPE.&lt;/P&gt;&lt;P&gt;  LO_IS_OBJECT_A-CATID  = 'BO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: LO_IS_OBJECT_B type SIBFLPORB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LO_IS_OBJECT_B-INSTID = LV_MESSAGE_KEY.&lt;/P&gt;&lt;P&gt;  LO_IS_OBJECT_B-TYPEID = P_DOCTY.&lt;/P&gt;&lt;P&gt;  LO_IS_OBJECT_B-CATID  = 'BO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_BINARY_RELATION=&amp;gt;CREATE_LINK&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    IS_OBJECT_A            = LO_IS_OBJECT_A&lt;/P&gt;&lt;P&gt;      IS_OBJECT_B            = LO_IS_OBJECT_B&lt;/P&gt;&lt;P&gt;       IP_RELTYPE             = P_RELTYP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this wud b enough.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 09:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383033#M186742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T09:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: DB Table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383034#M186743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the tcode SOBL_MODEL , and get the info of view where u are storing the date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Create new link
Functionality
This method creates a relationship record of the specified relationship type for the transferred business objects. If attributes have been defined for the relationship type, a structure or a table with data can be transferred for an attribute.

Requirements
The relationship type is added to the model data of the relationship service (transaction SOBL_MODEL).

Result
The relationship record and the attribute are created and are written to the database at the end of the LUW.

Parameters
IS_OBJECT_A

Local persistent object reference to the business object that occurs in the relationship in role A

IP_LOGSYS_A (optional for local object)

Logical system of business objects in role A

IS_OBJECT_B

Local persistent object reference to the business object that occurs in the relationship in role B


IP_LOGSYS_B (optional for local object)

Logical system of business objects in role B

IP_RELTYPE

Relationship type

IP_PROPNAM

Name of relationship attribute. The persistent class, with which the attribute is administered, can be withdrawn from the model data (transaction SOBLVC).

I_PROPERTY

Structure or table with relationship attribute data. The type of parameter is dependent on the relationship attribute.

EP_LINK_ID

Relationship record GUID

EO_PROPERTY

Reference to the instance of the relationship attribute.

Exceptions
CX_OBL_PARAMETER_ERROR (incorrect call of interface)

CX_OBL_INTERNAL_ERROR

CX_OBL_MODEL_ERROR

Notes
Administration of relationship records takes place using the ABAP object services. The method can also be inserted in 00 transactions.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 06:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383034#M186743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T06:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: DB Table??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383035#M186744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TXN which u suggested is nt wrkin 4 me can u tel me in a more detail plz... i hope u hv understood my requirement i want 2 find out where does in SAP it gets stored??&lt;/P&gt;&lt;P&gt;Iam not even able 2 read whole of ur code coz of the default screen size... so plz change tht 2...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 07:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/db-table/m-p/1383035#M186744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T07:53:41Z</dc:date>
    </item>
  </channel>
</rss>

