user exit no for assisgn a different internal do

Upload: santosh-behera

Post on 13-Apr-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/24/2019 User Exit No for Assisgn a Different Internal Do..

    1/3

    2/9/2016 User Exit No for assign a different internal do... | SCN

    http://scn.sap.com/message/5877544#5877544 1/3

    Getting Started Newsletters Store

    Products Services & Support About SCN Downloads

    Industries Training & Education Partnership Developer Center

    Lines of Business University Alliances Events & Webinars Innovation

    Log On Join UsHi, Guest Search the Community

    Activity Communications Actions

    Browse

    0 Tweet

    4 Replies Latest reply: Nov 23, 2012 9:03 AM by Ankit Agarwal

    Share 0Like

    1041 Views Topics: abap

    Average User Rating

    (0 ratings)

    User Exit No for assign a different internaldocument number to VA01

    This question has been Answered.

    Hi,

    This userexit is used to assign a different internal document number to the sales order(VA01) when it

    is created depending on some criteria like a different SALES ORGANIZAION(VKORG) .

    Can anyone tell me w hat is user exit No for that and what is the abap code for that.

    chandrashekar singh Jul 28, 2008 1:23 PM

    Correct Answer

    by xplosion79 xplosion79 on Jul 28, 2008 1:35 PM

    Edit the program MV45AFZZ

    and change in the routine:

    ----

    FORM USEREXIT_NUMBER_RANGE *

    ----

    This userexit can be used to determine the numberranges for *

    the internal document number. *

    *

    U S_RANGE_INTERN - internal number range *

    *

    This form is called from form BELEG_SICHERN *

    *

    ----

    FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.

    Example: Numer range from TVAK like in standard

    US_RANGE_INTERN = TVAK-NUMKI.

    ENDFORM.

    Thanks

    Pranu

    Re: User Exit No for assign a different internal document number to VA01

    Check the Include MV45AFZZ

    Form Routine

    Vijay Dudla Jul 28, 2008 1:26 PM (in response to chandrashekar singh)

    http://scn.sap.com/people/vijaybabu.dudlahttp://scn.sap.com/people/pranu.pranuhttp://scn.sap.com/activityhttp://scn.sap.com/people/vijaybabu.dudlahttp://scn.sap.com/people/vijaybabu.dudlahttp://scn.sap.com/message/5877422#5877422http://scn.sap.com/people/pranu.pranuhttp://scn.sap.com/people/pranu.pranuhttp://scn.sap.com/people/chandrashekar.singhhttp://scn.sap.com/people/chandrashekar.singhhttp://scn.sap.com/message/5877400#5877400http://scn.sap.com/community/abap/tags#/?tags=abaphttp://scn.sap.com/community/feeds/messages?thread=981338https://twitter.com/intent/tweet?hashtags=scn&original_referer=http%3A%2F%2Fscn.sap.com%2Fmessage%2F5877544&ref_src=twsrc%5Etfw&text=User%20Exit%20No%20for%20assign%20a%20different%20internal%20document%20number%20to%20VA01&tw_p=tweetbutton&url=http%3A%2F%2Fscn.sap.com%2Fthread%2F981338&via=SAPCommNethttp://scn.sap.com/contenthttp://scn.sap.com/actionshttp://scn.sap.com/communicationshttp://scn.sap.com/activityhttp://scn.sap.com/login.jspahttp://scn.sap.com/message/login.jspahttp://scn.sap.com/community/uachttp://scn.sap.com/community/developer-centerhttp://scn.sap.com/community/downloadshttp://scn.sap.com/welcomehttps://www.sapstore.com/?url_id=banner-US-2015-SCN-HeadLinkhttp://scn.sap.com/community/newslettershttp://scn.sap.com/community/getting-started
  • 7/24/2019 User Exit No for Assisgn a Different Internal Do..

    2/3

    2/9/2016 User Exit No for assign a different internal do... | SCN

    http://scn.sap.com/message/5877544#5877544 2/3

    **

    * FORM USEREXIT_NUMBER_RANGE *

    **

    * This userexit can be used to determine the numberranges for *

    * the internal document number. *

    * *

    * US_RANGE_INTERN internal number range *

    * *

    * This form is called from form BELEG_SICHERN *

    * *

    **

    FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.

    * Example: Numer range from TVAK like in standard

    * US_RANGE_INTERN = TVAKNUMKI.

    ENDFOR

    This will be used to give internal number range.

    Like (0)

    Re: User Exit No for assign a different internal document number to VA01

    Hi,

    There are several User-Exits and BAdis available for the transaction VA01. Check whether it is helpful

    or not.User-Exits:

    Enhancement/ Business Add-in Description

    Enhancement

    V60F0001 SD Billin g plan (customer enhancement) diff. to billi ng plan

    V46H0001 SD Customer functions for resource-related billi ng

    V45W0001 SD Service Management: Forward Contract Data to Item

    V45S0004 Effectivity type in sales order

    V45S0003 MRP-relevance for incomplete configuration

    V45S0001 Update sales document from configuration

    V45P0001 SD customer function for cross-company code sales

    V45L0001 SD component supplier processing (customer enhancements)

    V45E0002 Data transfer in procurement elements (PRreq., assembly)

    V45E0001 Update the purchase order from the sales order

    V45A0004 Copy packing proposal

    V45A0003 Collector for customer function modulpool MV45A

    V45A0002 Predefine sold-to party in sales document

    V45A0001 Determine alternative materials for product selection

    SDTRM001 Reschedul e schedule lines without a new ATP check

    SDAPO001 Activating Sourcing Subitem Quantity Propagation

    BAdis : *

    Business Add-in

    BADI_SD_SCH_GETWAGFZ Schedulin g Agreement: Read WAGFZ from S073

    BADI_SD_V46H00 01 SD Customer functions for resource-related billi ng

    Thanks & Regards,

    Swarna Munukoti.

    Like (0)

    Swarna Munukoti Jul 28, 2008 1:32 PM (in response to chandrashekar singh)

    Re: User Exit No for assign a different internal document number to VA01Correct Answer

    xplosion79 xplosion79 Jul 28, 2008 1:35 PM (in response to chandrashekar singh)

    Re: User Exit No for assign a different internal document number to VA01

    HI need to assign different number range for PR while creating third party sales order. Can

    anybody help where can we include the code?

    Like (0)

    Ankit Agarwal Nov 23, 2012 9:03 AM (in response to Vijay Dudla)

    http://scn.sap.com/people/ankit.agarwal2http://scn.sap.com/people/ankit.agarwal2http://scn.sap.com/message/13677090#13677090http://scn.sap.com/people/pranu.pranuhttp://scn.sap.com/people/pranu.pranuhttp://scn.sap.com/people/swarna.munukotihttp://scn.sap.com/people/swarna.munukotihttp://scn.sap.com/message/5877499#5877499
  • 7/24/2019 User Exit No for Assisgn a Different Internal Do..

    3/3

    2/9/2016 User Exit No for assign a different internal do... | SCN

    http://scn.sap.com/message/5877544#5877544 3/3

    Follow SCNSite Index Contact Us SAP Help Portal

    Privacy T erms of Use Legal Disclosur e Copyright

    0 TweetShare 0Like

    Edit the program MV45AFZZ

    and change in the routine:

    ----

    FORM USEREXIT_NUMBER_RANGE *

    ----

    This userexit can be used to determine the numberranges for *

    the internal document number. *

    *

    U S_RANGE_INTERN - internal number range *

    *

    This form is called from form BELEG_SICHERN *

    *

    ----

    FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.

    Example: Numer range from TVAK like in standard

    US_RANGE_INTERN = TVAK-NUMKI.

    ENDFORM.

    Thanks

    Pranu

    Like (0)

    https://twitter.com/intent/tweet?hashtags=scn&original_referer=http%3A%2F%2Fscn.sap.com%2Fmessage%2F5877544&ref_src=twsrc%5Etfw&text=User%20Exit%20No%20for%20assign%20a%20different%20internal%20document%20number%20to%20VA01&tw_p=tweetbutton&url=http%3A%2F%2Fscn.sap.com%2Fthread%2F981338&via=SAPCommNethttp://www.sap.com/corporate-en/our-company/legal/copyright/index.epxhttp://www.sap.com/corporate-en/our-company/legal/impressum.epxhttps://accounts.sap.com/ui/public/viewTextResource?scenario=SCN&spId=504efd8ee4b0555c3c17b94e&resourceType=RESOURCE_TERMS_OF_USE&version=1&spDisplayName=SAP%20Community%20Network&locale=enhttps://accounts.sap.com/ui/public/viewTextResource?scenario=SCN&spId=504efd8ee4b0555c3c17b94e&resourceType=RESOURCE_PRIVACYPOLICY&version=1&spDisplayName=SAP%20Community%20Networkhttp://help.sap.com/http://scn.sap.com/docs/DOC-18476http://scn.sap.com/docs/DOC-19361http://spr.ly/SCNgoogleplushttp://bit.ly/SCNyouThttp://bit.ly/SCNFBhttp://bit.ly/SCNTwR