<?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: VBPA-ADRDA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502818#M232612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;  Actually theres a concept of 1-time customer where in u wont maintain any customer Master for that.U will directly put the name,address,etc in the SD Document.&lt;/P&gt;&lt;P&gt;  In this case a ADRNR ic created in the VBPA Table and the corresponding record is inserted in ADRC.&lt;/P&gt;&lt;P&gt;  Please check the XCPDK flag for 1 - time customer.&lt;/P&gt;&lt;P&gt;  As Rich has suggested always pick the ADRNR number and find the data from ADRC Table.&lt;/P&gt;&lt;P&gt;  I dont ADRDA will make much difference here if u check the ADRNR Table.But if u want 2 pick data from KNA1 then check the XCPDK.&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt; IF VBPA-XCPDK EQ 'X'.&lt;/P&gt;&lt;P&gt;   GET VBPA-ADRNR.&lt;/P&gt;&lt;P&gt;   READ DATA FROM ADRC.&lt;/P&gt;&lt;P&gt; ELSE.&lt;/P&gt;&lt;P&gt;   READ FROM KNA1.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope it helps.&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;samson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Aug 2006 09:14:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-09T09:14:19Z</dc:date>
    <item>
      <title>VBPA-ADRDA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502815#M232609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please confirm if the logic below is correct for SD documents (sales, delivery and invoices)? We are in 4.7. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vbpa-adrda = 'A'. &lt;/P&gt;&lt;P&gt;read address from KNA1. &lt;/P&gt;&lt;P&gt;else. &lt;/P&gt;&lt;P&gt;read from ADRC using vbpa-adrnr. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional questions: &lt;/P&gt;&lt;P&gt;1. what is the difference between B,C and E,F adrda values? &lt;/P&gt;&lt;P&gt;2. what about the diff between A and D? &lt;/P&gt;&lt;P&gt;3. follow-up on #2, if adrda = 'A', can i still use adrnr value to get to ADRC? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 00:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502815#M232609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T00:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: VBPA-ADRDA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502816#M232610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think no matter what the value is for ADRDA, you should always get the address from ADRC using ADRNR.  Why, because this represents the address assocatied with the sales document.  When you create the sales document addresses are copied from the customer master into the sales document, the user is allow to modify the address at time of creation, this is stored in ADRC and the ADRNR in VBPA will give you that address.  The address which was copied and possibly modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, if this is not your business process, then you can get it directly from the customer master, but this may not be the "true" address as it could have been modified.  Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 00:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502816#M232610</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-09T00:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: VBPA-ADRDA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502817#M232611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are correct as can be seen from the following are the domain values for the field ADRDA.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
	A	Address from master data
	B	Address entered in document manually
	C	Address entered in document manually / dependent on 'B'
	D	ADRC address from master data
	E	ADRC address entered in document manually
	F	ADRC address entered in document manually / dep. on 'E' doc.
	G	Private address from master data
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 01:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502817#M232611</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-08-09T01:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: VBPA-ADRDA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502818#M232612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;  Actually theres a concept of 1-time customer where in u wont maintain any customer Master for that.U will directly put the name,address,etc in the SD Document.&lt;/P&gt;&lt;P&gt;  In this case a ADRNR ic created in the VBPA Table and the corresponding record is inserted in ADRC.&lt;/P&gt;&lt;P&gt;  Please check the XCPDK flag for 1 - time customer.&lt;/P&gt;&lt;P&gt;  As Rich has suggested always pick the ADRNR number and find the data from ADRC Table.&lt;/P&gt;&lt;P&gt;  I dont ADRDA will make much difference here if u check the ADRNR Table.But if u want 2 pick data from KNA1 then check the XCPDK.&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt; IF VBPA-XCPDK EQ 'X'.&lt;/P&gt;&lt;P&gt;   GET VBPA-ADRNR.&lt;/P&gt;&lt;P&gt;   READ DATA FROM ADRC.&lt;/P&gt;&lt;P&gt; ELSE.&lt;/P&gt;&lt;P&gt;   READ FROM KNA1.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope it helps.&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;samson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 09:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbpa-adrda/m-p/1502818#M232612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T09:14:19Z</dc:date>
    </item>
  </channel>
</rss>

