<?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 doubt on badi Document_obj1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979935#M1340709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 I have an requirement to customize the object link in cv01n transaction. For that i used badi Document_obj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to know the use of this badi  Document_obj1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh Manoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2009 04:01:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-14T04:01:30Z</dc:date>
    <item>
      <title>doubt on badi Document_obj1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979935#M1340709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 I have an requirement to customize the object link in cv01n transaction. For that i used badi Document_obj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to know the use of this badi  Document_obj1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh Manoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 04:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979935#M1340709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T04:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on badi Document_obj1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979936#M1340710</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;The function group CV130 (Object Link Document -&amp;gt; Object) contains the screen 1501. This screen contains all functions; exceptions are the object text and the value assignment display. You can use this screen as a template for its own object connection (for example, DMS_TEST Test Object).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to do the following in Customizing for Document Management:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintain Key Fields&lt;/P&gt;&lt;P&gt;In the field Table enter the object DMS_TEST. You do not need to make any other settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintain Screen for Object Link&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this example you need to enter the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object DMS_TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object desc. Test Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen (Screen number) 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define Object Links for Document Type&lt;/P&gt;&lt;P&gt;Enter the object link for the document type that you want to link with the object DMS_TEST. &lt;/P&gt;&lt;P&gt;You make these settings under Control Data ® Define Document Types ® Maintain Object Link Descriptions and Define Object Links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implement the program to process the subscreen with reference to BAdI definition DOCUMENT_OBJ. Use the following function: Tools ® ABAP Workbench ® Utilities ® Business Add-Ins ® Implementation (Transaction SE19). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the Filter Value DMS_TEST. &lt;/P&gt;&lt;P&gt;Enter the following data on the Subscreen tab page:&lt;/P&gt;&lt;P&gt;Program SAPLCV100; Screen 1501 (Find Document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program SAPLCV130; Screen 1501 (Edit Object Link)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the following data on the Interface tab page:&lt;/P&gt;&lt;P&gt;GET_DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE_DRAD_WORK[] = IF_EX_DOCUMENT_OBJ~TABLE_DRAD_WORK[].&lt;/P&gt;&lt;P&gt;activity = IF_EX_DOCUMENT_OBJ~activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PUT_DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF_EX_DOCUMENT_OBJ~TABLE_DRAD_WORK[] = TABLE_DRAD_WORK[].&lt;/P&gt;&lt;P&gt;IF_EX_DOCUMENT_OBJ~TABLE_DRAD_DB[] = TABLE_DRAD_DB[].&lt;/P&gt;&lt;P&gt;IF_EX_DOCUMENT_OBJ~ACTIVITY = ACTIVITY.&lt;/P&gt;&lt;P&gt;IF_EX_DOCUMENT_OBJ~DRAW = DRAW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECT_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUN_NO_ACTION = X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JUMP_TO_SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction MM02.&lt;/P&gt;&lt;P&gt;run_no_action = X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find further information on BAdI implementation under: Implementation Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 08:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979936#M1340710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T08:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on badi Document_obj1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979937#M1340711</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;use this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_03/helpdata/EN/f8/8c423c1a7a7869e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_03/helpdata/EN/f8/8c423c1a7a7869e10000000a114084/content.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 08:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979937#M1340711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T08:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on badi Document_obj1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979938#M1340712</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;       Thanks for your helpful answer. I have another doubt my client wants to have object link for goods receipt . SAP doesnt provide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object link  for goods receipt . for that i have used  badi document_obj its working fine. now my doubt is client wants to see the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link documents in MIGO transaction. SO any BADI is there , pls help me regarding this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh Manoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 09:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-badi-document-obj1/m-p/5979938#M1340712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-16T09:21:41Z</dc:date>
    </item>
  </channel>
</rss>

