External number Business process

Dear SD Experts
First of all if it is generic question please Forgive me ..Sincerely  ..I Have tried to find it Google But exact Information i have not found it .
Dear i know exact use of External Number range purpose in sap but thing is exact  business process is If customer wants same number ranges in Legacy system and sap system we can use this option ( This is just my basic knowledge )
But my doubt is we can achieve this by using Internal Number assignment also
So if you have worked on this business process please Elaborate
Thanks a lot 

Hi,
External number range are mostly used when some other system is sending information to SAP system and they want same number order number is SAP as well. So in that case we use the external number range.
In case of internal number range it will be difficult to achieve this because it's not necessary that they will send the information in the sequence only. Some time connectivity issue can also occur and there second order will reach first and first will come after words. So to avoid such kind of thing we should use external number range only
Regards
Suneet

Similar Messages

  • External Number gneration for process order creation

    Hi,
       I need to generate external number range for process order creation and at the time of goods receipt.
       How can I do this in the include ZXVBZU02.
    Regards
    SAi

    You might want to try search first:
    http://www.google.com/search?hl=en&source=hp&q=externalnumberrangeforprocessordersite%3Asap.com

  • Query regarding finding Business Partner from the External Number

    Hi Group,
    I have a requirement to update Address of the Business Partner from the External Number and then using that Business Partner I have to update the Address.
    Now the question is that, <b>how I can get the value of the Business Partner by using the External Number</b>( i.e., PAN Number).[PAN No is used to get the
    differentiate the Organizations].
    So please kindly let me know how I can achieve this requirement.
    Thanks in advance.
    Regards,
    Vishnu.

    Vishnu,
    Depending on where it is stored, your first option would be use the function module BUPA_NUMBERS_GET.
    The other option is to read table BUT0ID if it is stored in the identification details of the business partner.
    Good luck,
    Stephen

  • Restrict number of business processes

    Hi everybody
    Can some one give a hint on how to restrict the start of a business process. I have a JDBC Adapter configured, which is pooling every minute on a small table. A soon as certain entry a given by the polled message a business process starts. I would like to avoid that during the processing of the business process the next polling sequence is starting the next buisness process, because it could be that the next one accesses the same data.
    I belive this question is not new, but obviously my search criteria are not sufficient to find the answere in the forum. ;->>
    Regards Oliver

    Hi,
    don't you think you need to recreate your JDBC query?
    do you use update statement (in the JDBC sender adapter)
    to make sure that:
    >>>>because it could be that the next one accesses the same data.
    this does not happen?
    Regards,
    michal

  • SD - Billing - External Number Range

    Hi,
    I have two questions related to SD billing document numbering:-
    1. I am getting error message of [Please specify an internal number range Message no. NR752] while saving a billing document based on the delivery. I have checked only external number range box in VN01. Do I need to use any user-exit for this? If yes then there are 2 user exits available -
    a) USEREXIT_NUMBER_RANGE_INV_DATE USING US_RANGE_INTERN in program RV60AFZC
                              b) FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN in program RV60AFZZ
    but both the cases the variable is US_RANGE_INTERN which is not allowing external number range ID to pass. How this external no range works.?
    2. I have a business requirement for our Mexican company code on external alphanumeric number. There would be 3 billing types say, ZF2, YF2 and ZYF2. Mexican government provides Invoice numbers in advance.
    ZF2 Number range would be A001 to A999
    YF2 Number range would be B001 to B999
    ZYF2 Number range would be C001 to C999.
    All these Invoices would be created at same time. i.e. parallel processing. Also all these invoices would be transmitted thru EDI -IDOC. And accounting document should have same number as billing document will carry i.e. external govt provided numbers.
    How do I map this in systems. My experience says alphanumeric number range is not supported by SAP. Anybody may share his solution on this would be simply great.
    Thanks
    Subrata Das

    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 LV60AU02                        *
    FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.
    Example: Number range from TVFK like in standard
    US_RANGE_INTERN = TVFK-NUMKI.
    *{   INSERT         DEVK905392                                        1
    There was a need to check whether all the mandatory pricing
    conditions have been filled before creation of an invoice so that
    the invoice is released to accounting as and when it is created.
    Piece of code written below ensures the same. Field uvprs = 'X'
    in item table indicates that the item is incomplete with respect to
    pricing.
      LOOP AT xvbrp WHERE uvprs = 'X'.
        EXIT.
      ENDLOOP.
      IF sy-subrc EQ 0.
        MESSAGE e073(vf) WITH xvbrp-posnr.
      ENDIF.
    TABLES : zbd_nr_code.
    data : aa like zbd_nr_code-nr_code.
      IF sy-tcode = 'VF01'.
       SELECT SINGLE *
         FROM tvko
        WHERE vkorg = vbak-vkorg.
       IF sy-subrc EQ 0.
          SELECT SINGLE NR_CODE INTO ZBD_NR_CODE-NR_CODE
            FROM zbd_nr_code
           WHERE vkorg    = vbrk-vkorg
             AND werks    = vbrp-werks
             AND fkart    = vbrk-fkart.
          IF sy-subrc = 0 .
            us_range_intern = zbd_nr_code-nr_code.
          ENDIF.
       ENDIF.
      ENDIF.
    I feel this will help out.
    Regards

  • Business process (Integration) monitoring - Solution Manager?

    Hi Experts
    I have a requirement here for business process monitoring at my client. The client wants to have a solution for monitoring of few key business processes for example incoming orders. The flow data flow is as follows: third party system -> AS2 -> XI1 ->XI2 -> MQ->ERP. Ideally, all the incoming messages should be processed within 3 minutes of sending by thirdy party system. The basic requirement from business to have a view of the number of messages sent by the external system and numbers of orders created in the system and if there is any message with processing time of more than 3 minutes, it should be reported. Also, if there is any failure in any of the points of failure - the reason of failure needs to be reported
    I am thinking of using solution mnaager diagnostics and willy introscope for collecting data from XI Adapter framweork and Integration engine and the ERP system.
    My queries -
    Can solution manager fetch the data from non SAP system - AS2 service/MQ etc? if yes, how?
    The solution i am thinking of - is it good one or is there any better solution - light weight/performance efficient?
    In case i go ahead with the approach mentioned above, would there be an extra licensing cost for installing SMD agents and Willy on different applications?
    Can we do a simple reporting i ERP system by fetching data from XI1 & XI2 systems? I understand that it wouldnt give us any details of the Java components or non SAP applications, but keeping in mind the limitations, is it a viable solution?
    Any inputs would be great.
    Regards

    HI Ethan,
    I'm not sure about the BPMon framework in Sol MAn 7.0 if it can be used with PI or not. I remember from teched that the end-to-end monitoring for PI was available only in 7.1 and with SAP PI 711.
    From what I know wily gives you information about the status on the system (CPU, memory consumption etc) and not about the message flow so you can still use it but for the technical monitoring set up.
    Also in teched I have participated at a hands-on workshop (ALM361 [http://www.sapteched.com/emea/edu_sessions/session.htm?id=542]) where we enabled the BPMon framework to use webservices provided by a non-sap application.
    Hope this helps.
    Regards,
    Horia

  • User Exit/BADI to pass external number range in CRM 2007

    Hi,
    In CRM 2007, Is there any User Exit or BADI to pass number range object externally ?
    Like USEREXIT_NUMBER_RANGE routine in MV45AFZZ include ( ECC ).
    Business requirement : separate number series is need to be maintained for each service location.
    Kindly help if you know the solution.
    Thanks
    Bhanu

    Hello Bhanu,
    You need to follow following steps to do so:
    Create an external number range in SNRO.
    Assign this number range to your transaction type in transaction processing configuration part.
    Create an implementation for BADI CRM_ORDERADM_H_BADI or ORDER_SAVE. Now depending upon your condition you can assign the number to the Object id here in the work area.
    I hope this helps.
    Thanks
    Vishal

  • Best Practices for ASAP Inputs - As-Is Business Process Mapping

    I am new to the SAP world and my company is in the early phases of implementation.  I am trying to prepare the "as-is" business process maps for the Project Preparation and Business Blueprint phases and I am looking for some best practices.  I've been told that we don't want them to go too deep but are there best practices and/or examples that give more information on what we should be capturing and the format.
    I have searched the forums, WIKI, ASAP documentation, and other areas but have not found much at this level of detail.  I have reviewed the [SAP BPM Methodology|http://wiki.sdn.sap.com/wiki/display/SAPBPX/BPM+Methodology] but again I am looking for more detail if anyone can direct me to that.
    Thank you in advance for any assistance.
    Kevin

    Hello Kevin,
    You can try to prepare a word document for each of your As-Is processes first before going to As-Is Process Design in a flowchart.
    The word document can have 7 sections -
    The first section can include Name of the Process Owner, Designation, Process Responsibility, User Department(s) involved, Module Name and a Document number for reference.
    The second section can include Process Definition details - Name of the major process, Name of the minor process, Name of the sub process and a Process ID for future reference.
    The third section can be titled as Inputs - this contains details of - Input, Vendor for the input, Type of Input (Data / Activity / Process), Category of Input (Vital / Essential / Desirable) and Mode of Information (Hard / Soft Copy).
    The fourth section can be Process Details. Here you can write the process in detail.
    The fifth section to contain outputs of the process, customer to whom these outputs are sent, type of output (report / approval / plan / request / email / fax), Category of Output (Vital / Essential / Desirable) and Mode of Information (Hard / Soft Copy).
    The sixth section can be Issues / Pain Areas in this process - Issue Description, Remarks, Expectations, Priority (High / Medium / Low)
    The seventh section can be expected reports in future out of this process for internal and external reporting.
    Hope this helps your question.

  • CUCM 8.6 Call Forwarding to External Number Issue

    Hello,
    Call forwarding worked without problems, we could forward our phones to external numbers and everything was ok, when somebody called to my phone, I could  got the call to my cell phone.
    But now when I forward my phone to external number and try to call to my phone I get busy trigger.
    We didn't change configuration or install any update.
    I think its my ISP-s problem, to whom we have SIP Trunk.
    I don't understand log file, so can you tell what is the problem?
    Here is log:
    057729XXXX is called party, cell phone number
    original calling party number is 240XXXXX, but it is forwarded to 2484XXX
    INVITE sip:2484XXX@ISP-IP:5060 SIP/2.0
    Via: SIP/2.0/UDP MY-CUCM-IP:5060;branch=z9hG4bK1003a84126249
    From: <sip:057729XXXX@MY-CUCM>;tag=4052091~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP-IP>
    Date: Wed, 18 Dec 2013 13:34:18 GMT
    Call-ID: 16d82e80-2b11a45a-c43e7-84450d0a@MY-CUCM-IP
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM8.6
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 101 INVITE
    Expires: 180
    Allow-Events: presence
    Supported: X-cisco-srtp-fallback
    Supported: Geolocation
    Cisco-Guid: 0383266432-0000065536-0000191815-2219117834
    Session-Expires:  1800
    P-Asserted-Identity: <sip:057729XXXX@MY-CUCM-IP>
    Remote-Party-ID: <sip:057729XXXX@MY-CUCM-IP>;party=calling;screen=yes;privacy=off
    Contact: <sip:057729XXXX@MY-CUCM-IP:5060>
    Max-Forwards: 68
    Content-Type: application/sdp
    Content-Length: 215
    v=0
    o=CiscoSystemsCCM-SIP 4052091 1 IN IP4 MY-CUCM-IP
    s=SIP Call
    c=IN IP4 MY-CUCM-IP
    t=0 0
    m=audio 29790 RTP/AVP 8 101
    a=rtpmap:8 PCMA/8000
    a=ptime:20
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    |2,100,56,1.173711429^MY-CUCM-IP^MTP_3
    17:34:18.526 |EnvProcessUdpPort - EnvProcessUdpHandler::fireSignal() varId = 2|2,100,56,1.173711429^MY-CUCM-IP^MTP_3
    17:34:18.526 |EnvProcessUdpHandler::fireSignal - SEND: index = 2, handler = 0xb2d59c98|*^*^*
    17:34:18.526 |EnvProcessUdpPort::fireSignal - SEND, destination = ISP-IP:5060|*^*^*
    17:34:18.526 |EnvProcessUdpPort - EnvProcessUdpHandler::send(buff, 1172, ISP-IP:5060)|*^*^*
    17:34:18.536 |EnvProcessUdpHandler::handle_input - handle = 334|*^*^*
    17:34:18.536 |EnvProcessUdpHandler::handle_input   Status: 0, Id: 2|*^*^*
    17:34:18.536 |//SIP/SIPUdp/wait_UdpDataInd: Incoming SIP UDP message size 358 from ISP-IP:[5060]:
    [12623361,NET]
    SIP/2.0 100 Trying
    Call-ID: 16d82e80-2b11a45a-c43e7-84450d0a@MY-CUCM-IP
    CSeq: 101 INVITE
    From: <sip:057729XXXX@MY-CUCM-IP>;tag=4052091~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP-IP>;tag=sip+1+b3a00013+867def6a
    Via: SIP/2.0/UDP MY-CUCM-IP:5060;branch=z9hG4bK1003a84126249
    Server: CISCO-SBC/2.x
    Content-Length: 0
    |2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/Stack/Info/0x0/ccsip_spi_get_msg_type returned: 2 for event 1|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/Stack/Transport/0x0/context=(nil)|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/Stack/Transport/0x0/gConnTab=0xf484290, addr=ISP-IP, port=5060, connid=2, transport=UDP|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/Stack/Info/0x0/Return existing connection for port 5060 connId 2|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/Stack/Info/0x0/Checking Invite Dialog|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/Stack/Info/0xb1b50c90/INVITE response with no RSEQ - disable IS_REL1XX|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/SIPHandler/ccbId=0/scbId=0/sip_stop_timer: type=SIP_TIMER_TRYING value=500 retries=3|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/Stack/States/0xb1b50c90/0xb1b50c90 : State change from (STATE_SENT_INVITE, SUBSTATE_NONE)  to (STATE_RECD_PROCEEDING, SUBSTATE_PROCEEDING_PROCEEDING)|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/SIPHandler/ccbId=0/scbId=0/sip_stop_timer: type=SIP_TIMER_EXPIRES value=180000 retries=0|2,100,230,1.4901096^ISP-IP^*
    17:34:18.536 |//SIP/SIPHandler/ccbId=0/scbId=0/sip_start_timer: type=SIP_TIMER_EXPIRES value=180000 retries=0|2,100,230,1.4901096^ISP-IP^*
    17:34:18.561 |EnvProcessUdpHandler::handle_input - handle = 334|*^*^*
    17:34:18.561 |EnvProcessUdpHandler::handle_input   Status: 0, Id: 2|*^*^*
    17:34:18.561 |//SIP/SIPUdp/wait_UdpDataInd: Incoming SIP UDP message size 396 from ISP-IP:[5060]:
    [12623362,NET]
    SIP/2.0 403 Forbidden
    Call-ID: 16d82e80-2b11a45a-c43e7-84450d0a@MY-CUCM-IP
    CSeq: 101 INVITE
    From: <sip:057729XXXX@MY-CUCM-IP>;tag=4052091~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP-IP>;tag=sip+1+b3a00013+867def6a
    Via: SIP/2.0/UDP MY-CUCM-IP:5060;branch=z9hG4bK1003a84126249
    Server: CISCO-SBC/2.x
    Content-Length: 0
    Contact: <sip:ISP-IP:5060>
    [12623363,NET]
    ACK sip:2484XXX@ISP-IP:5060 SIP/2.0
    Via: SIP/2.0/UDP MY-CUCM-IP:5060;branch=z9hG4bK1003a84126249
    From: <sip:057729XXXX@MY-CUCM-IP>;tag=4052091~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP-IP>;tag=sip+1+b3a00013+867def6a
    Date: Wed, 18 Dec 2013 13:34:18 GMT
    Call-ID: 16d82e80-2b11a45a-c43e7-84450d0a@MY-CUCM-IP
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: presence
    Content-Length: 0
    INVITE sip:2484XXX@ISP's-Other-IP:5062 SIP/2.0
    Via: SIP/2.0/UDP MY-CUCM-IP:5062;branch=z9hG4bK1003a95b8f3900
    From: <sip:057729XXXX@MY-CUCM-IP>;tag=4052092~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP's-Other-IP>
    Date: Wed, 18 Dec 2013 13:34:18 GMT
    Call-ID: 16d82e80-2b11a45a-c43e8-84450d0a@MY-CUCM-IP
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM8.6
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 101 INVITE
    Expires: 180
    Allow-Events: presence
    Supported: X-cisco-srtp-fallback
    Supported: Geolocation
    Cisco-Guid: 0383266432-0000065536-0000191816-2219117834
    Session-Expires:  1800
    P-Asserted-Identity: <sip:057729XXXX@MY-CUCM-IP>
    Remote-Party-ID: <sip:057729XXXX@MY-CUCM-IP>;party=calling;screen=yes;privacy=off
    Contact: <sip:057729XXXX@MY-CUCM-IP:5062>
    Max-Forwards: 68
    Content-Type: application/sdp
    Content-Length: 215
    v=0
    o=CiscoSystemsCCM-SIP 4052092 1 IN IP4 MY-CUCM-IP
    s=SIP Call
    c=IN IP4 MY-CUCM-IP
    t=0 0
    m=audio 29792 RTP/AVP 8 101
    a=rtpmap:8 PCMA/8000
    a=ptime:20
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    |2,100,56,1.173711431^MY-CUCM-IP^MTP_3
    17:34:18.567 |EnvProcessUdpPort - EnvProcessUdpHandler::fireSignal() varId = 0|2,100,56,1.173711431^MY-CUCM-IP^MTP_3
    17:34:18.567 |EnvProcessUdpHandler::fireSignal - SEND: index = 0, handler = 0xa6b4d7c0|*^*^*
    17:34:18.567 |EnvProcessUdpPort::fireSignal - SEND, destination = ISP's-Other-IP:5062|*^*^*
    17:34:18.567 |EnvProcessUdpPort - EnvProcessUdpHandler::send(buff, 1177, ISP's-Other-IP:5062)|*^*^*
    17:34:18.569 |EnvProcessUdpHandler::handle_input - handle = 335|*^*^*
    17:34:18.569 |EnvProcessUdpHandler::handle_input   Status: 0, Id: 0|*^*^*
    17:34:18.569 |//SIP/SIPUdp/wait_UdpDataInd: Incoming SIP UDP message size 394 from ISP's-Other-IP:[5062]:
    [12623365,NET]
    SIP/2.0 100 trying -- your call is important to us
    Via: SIP/2.0/UDP MY-CUCM-IP:5062;branch=z9hG4bK1003a95b8f3900;rport=5062
    From: <sip:057729XXXX@MY-CUCM-IP>;tag=4052092~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP's-Other-IP>
    Call-ID: 16d82e80-2b11a45a-c43e8-84450d0a@MY-CUCM-IP
    CSeq: 101 INVITE
    Server: kamailio (3.3.1 (x86_64/linux))
    Content-Length: 0
    17:34:18.587 |//SIP/SIPUdp/wait_UdpDataInd: Incoming SIP UDP message size 375 from ISP's-Other-IP:[5062]:
    [12623366,NET]
    SIP/2.0 403 Forbidden
    Via: SIP/2.0/UDP MY-CUCM-IP:5062;branch=z9hG4bK1003a95b8f3900;rport=5062
    Call-ID: 16d82e80-2b11a45a-c43e8-84450d0a@MY-CUCM-IP
    From: <sip:057729XXXX@MY-CUCM-IP>;tag=4052092~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP's-Other-IP>;tag=dc6a4ae7
    CSeq: 101 INVITE
    Reason: Q.850;cause=0;text="unknown"
    Content-Length: 0
    |2,100,230,1.4901099^ISP's-Other-IP^*
    [12623367,NET]
    ACK sip:2484XXX@ISP's-Other-IP:5062 SIP/2.0
    Via: SIP/2.0/UDP MY-CUCM-IP:5062;branch=z9hG4bK1003a95b8f3900
    From: <sip:057729XXXX@MY-CUCM-IP>;tag=4052092~294be736-ce3b-450f-a7f1-c801f3cc9a7e-27746002
    To: <sip:2484XXX@ISP's-Other-IP>;tag=dc6a4ae7
    Date: Wed, 18 Dec 2013 13:34:18 GMT
    Call-ID: 16d82e80-2b11a45a-c43e8-84450d0a@MY-CUCM-IP
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: presence
    Content-Length: 0

    SIP/2.0 403 Forbidden error
    If your router is sending a SIP/2.0 403 Forbidden error to the SIP server you are registered to, there is a good chance your  router is blocking the incoming call due to the toll-faud prevention  feature that was added to IOS version 15.1(2)T.
    How to Identify if TOLLFRAUD_APP is Blocking Your Call
    If the TOLLFRAUD_APP is rejecting the call, it generates a Q.850       disconnect cause value of 21, which represents ‘Call Rejected’. The       debug voip ccapi inout command can be run to       identify the cause value.
    Additionally, voice iec syslog can be       enabled to further verify if the call failure is a result of the toll-fraud       prevention. This configuration, which is often handy to troubleshoot the origin       of failure from a gateway perspective, will print out that the call is being       rejected due to toll call fraud. The CCAPI and Voice IEC output is demonstrated       in this debug output:
    %VOICE_IEC-3-GW: Application Framework Core: Internal Error (Toll fraud call rejected):
    IEC=1.1.228.3.31.0 on callID 3 GUID=F146D6B0539C11DF800CA596C4C2D7EF
    000183: *Apr 30 14:38:57.251: //3/F146D6B0800C/CCAPI/ccCallSetContext:
       Context=0x49EC9978
    000184: *Apr 30 14:38:57.251: //3/F146D6B0800C/CCAPI/cc_process_call_setup_ind:
       >>>>CCAPI handed cid 3 with tag 1002 to app "_ManagedAppProcess_TOLLFRAUD_APP"
    000185: *Apr 30 14:38:57.251: //3/F146D6B0800C/CCAPI/ccCallDisconnect:
       Cause Value=21, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
    The Q.850 disconnect value that is returned for blocked calls can also       be changed from the default of 21 with this command:
    voice service voip
    ip address trusted call-block cause
    How to Return to Pre-15.1(2)T Behavior
    Source IP Address Trust List
    There are three ways to return to the previous behavior of voice       gateways before this trusted address toll-fraud prevention feature was       implemented. All of these configurations require that you are already running       15.1(2)T in order for you to make the configuration change.
    Explicitly enable those source IP addresses from which you would like           to add to the trusted list for legitimate VoIP calls. Up to 100 entries can be           defined. This below configuration accepts calls from those host           203.0.113.100/32, as well as from the network 192.0.2.0/24. Call setups from           all other hosts are rejected. This is the recommended method from a voice           security perspective.
    voice service voip
    ip address trusted list
      ipv4 203.0.113.100 255.255.255.255
      ipv4 192.0.2.0 255.255.255.0
    Configure the router to accept incoming call setups from all source           IP addresses.
    voice service voip
    ip address trusted list
      ipv4 0.0.0.0 0.0.0.0
    Disable the toll-fraud prevention application completely.
    voice service voip
    no ip address trusted authenticate
    Two-Stage Dialing
    If two-stage dialing is required, the following can be configured to       return behavior to match previous releases.
    For inbound ISDN calls:
    voice service pots
    no direct-inward-dial isdn
    For inbound FXO calls:
    voice-port
    secondary dialtone

  • How to create a Sales Order with external number using BAPI

    Hi People,
    I am wonderning how to create Sales order using external number range by BAPI (SALESORDER_CREATEFROMDAT202).
    I tried search but could not succeed in finding the solution.
    Please share if anyone has some info.
    Thanks in advance.
    Regards,
    Praveen

    As per my understanding, the BAPI
    SALESORDER_CREATEFROMDAT202
    mentioned by you, is not BAPI. In fact, that is basic IDoc Type.  For processing an Inbound IDoc, we use FM IDOC_INPUT_ORDERS.
    If you want to create sales order other than IDoc, refer FM BAPI_SALESORDER_CREATEFROMDAT2. There you can provide external sales order no in SALESDOCUMENTIN. In addition to that check whether your sales doc type is relevant for external number range or not. If yes. then make sure you are providing external number according to the number range maintained.
    If you still have any concerns, please revert back.
    Thanks, JP

  • Urgent :crm_ic web client adding new field - customer external number-BPEXT

    HI
    I want to add the field <b>customer external number(data element- bpext)</b> is available as a standard  field in  <b>bp transaction</b> , under indentification tab I am trying to bring the same field into the <b>identify account-CRM-IC BSP Application</b>
    when I am trying to do this , I nee to know the below information
    <b>Attribute name
    property name
    context class</b>
    can you help me in Identifying this values which I feel is must for adding the field to the bsp application CRM_IC.
    thanks in advance
    Message was edited by: madhu satya rajasekhar bobbadi

    Hi,
    Following are the steps to add new fields to the existing view.
    - Create a new controller class (ZCL..) with original view class as super class
    - Create new BSP application with View and Controller
    - Attach the above Z class to the view and controller created and activate the BSP appln.
    - Go to transaction BSP_WD_WORKBENCH and type your BSP appln.
    - Expand your controller and at the Context class use Wizard to create new context node and bind this to Custom Controller class available.
    This whole process requires complte understanding of View, Controller, Custom controller and basic custom modifications to IC Web Frame work.
    Kunda Krishna Kishore

  • Creation of HU in auto mode with external number range

    Dear Experts,
             I'm stucking in a scenario related to HUM
    There are two handling units -
    1. Bag
    2. Pallet
    through T code HU02 , it's possible to create an HU and assign it internal generated number.
    But as per our requirement , we want to assign the external number to the HU (which is barcode number of bag or pallet)
    Can you pls let me know the process of assigning External number range to HU.
    Also we want to create the HU automatically after GR in production (MIGO,101) , instead of manually via HU02.
    Pls explin the process of creation of HU automatically also...
    Thanks in advance..

    Check with FM BAPI_HU_PACK.For packing an item into HU.
    For external number range you need configure external number range
    SPRO>Logistics - General>Handling Unit Management>Basics>Technical Basics-->Define Number Ranges for Handling Units.
    After GR  for production you need to confighre internal number range for perticular packing material type then system will automatically pack and place in HU location.
    Please find some FM info
    =========================
    HU_BASIC_BAPIS                 Basic BAPIs for HUs                     
    BAPI_HU_CHANGE_HEADER          Change Handling Unit Header Data        
    BAPI_HU_CREATE                 Create Handling Unit with Items         
    BAPI_HU_DELETE                 BAPI for Deleting Handling Units        
    BAPI_HU_DISPLAY_HISTORY        Displays HU History                     
    BAPI_HU_GETLIST                Read Handling Units from the Database   
    BAPI_HU_GET_LIST_MSG           Select Handling Unit Output             
    BAPI_HU_PACK                   BAPI for Packing an Item into an HU     
    BAPI_HU_PROCESS_MSG            HU Output Processing                    
    BAPI_HU_PROCESS_MSG_DIRECT     Select and Process Handling-Unit Outputs
    BAPI_HU_REPACK                 Repack HUs and HU Items                 
    BAPI_HU_UNPACK                 BAPI for Unpacking an Item from an HU   
    BOR_HU_DISPLAY                 Display an HU in Dialog Mode            
    ===================================

  • HOW TO CREATE EXTERNAL NUMBER RANGE IN OM

    HI ALL
    HOW TO CREATE EXTERNAL NUMBER RANGE IN OM
    PLEASE GIVE ME SPOON FEEDING
    IT IS VERY URGENT FOR ME
    PLEASE PLEASE AND PLEASE
    REGARDS

    ok i understood u want the img path for maintaing
    positions ,jobs , Org units
    Path:IMG->Personnel Mgmt->OM->Basic Setting->Maintain Number ranges.
    IMG go to Personnel Management -> Organizational Management -> Basic Settings
    -> Maintain Number Ranges.
    Select subgroup $$O to maintain number range for Org Unit and click on Number range Maintenance. Then click on change Intervals. Now you can create both internal and external number range for Org Unit according to your requirement.
    Similarly for Position select subgroup $$S and follow the same process.
    Edited by: Sikindar on Feb 7, 2008 11:23 AM
    Edited by: Sikindar on Feb 7, 2008 11:28 AM

  • Using ARIS process models as the foundation for Business Process Monitoring

    Hello,
    Do anyone know if you can use IDS Scheer ARIS process models and the integration between IDS Scheer ARIS and SAP Solution Manager as the starting point for end-to-end Business Process Monitoring (BPM) so that you get the process description/model automatically in Solution Manager BPM and just need to configure the monitoring (more or less that you monitor against the modelled process in ARIS)?
    Is there an API for SAP Solution Manager BPM so that non-SAP solutions/systems can be part of the end-to-end process monitoring?
    If not, how do you usually integrate non-SAP solutions that are part of an end-to-end process that you want to monitor into SAP Solution Manager BPM, or do you not use Solution Manager BPM for this?
    What is the roadmap for SAP around SAP Solution Manager BPM when it comes to non-SAP systems/applications/solutions and the new SAP NetWeaver BPM functionality?
    Regards,
    Markus Johansson

    Hello Markus,
    I just paste my answer form the other forum entry Re: Business process management strategy in SAP?
    in a nutshell BPM Netweaver is focussing on so called edge-processes (usually
    SOA-based and often workflow related). These edge-processes a thought to enhance exisitng core business processes and should provide the fast competitive edge versus competitors. Examples would be also xApps. For this Netweaver provides process modelling tools, where you can get exectuable code through the integration between CE and PI. The monitoring part for these processes is mainly targeting business end-users and business manager.
    Business Process Monitoring with Solution Manager focusses on core business processes which are realized with the "conventional", "old" SAP Architecture, e.g. Order-to-Cash or Procure-to-Pay. You get a combination of technical monitors (average response times of transactions, background job runtimes, monitors for IDOC or qRFC processing) and application related monitors (you get more than 200 pre-configured application monitors out-of-the-box like number of overdue customer orders or outbound deliveries or number of deliveries with goods issue posted but no invoice). The target group here is the support organization of the customer, from Basis-Support over application support on IT side to process owner on business department side.
    Overview presentations can be found under
    https://service.sap.com/bpm --> Media Library --> Customer Information -->
    "Business Process Monitoring - Part 1 & 2".
    Or look under https://www.sdn.sap.com/irj/sdn/nw-processmonitoring
    In the end BPM Netweaver and BPMon SolMan are complementary for different purposes and different target groups.
    Best Regards
    Volker

  • Difference between Business service, Business system and Business process

    Hi,
    Can anyone tell me the difference between Business service, Business system and Business process?
    Thanks,
    Harikumar. S

    Hi,
    <b>Business system</b>
    It is a logical system from a business point of view.
    One or more logical systems that belong together from a business point of view is called a group of Business system group. A business system group represents a unit within a company or organization that can be defined according to legal, economic, administrative or geographic factors.
    The objects in a business system group are uniquely identified by a uniform numbering system.
    <b>Business process</b>
    Business procedure within an enterprise that uses resources and can involve activites from a number of different cost centers in a controlling area.
    When executing a business process, activities can be utilized for several cost centers of a controlling area.
    <b>Business service</b>
    It’s a third party system.
    All these belong to a Business Scenario which is
    Description of the flow of business processes according to a business typology. A business scenario represents a template for a business process, which runs within a particular area of a company process. All processes required to completely process the task are listed in chronological order in the scenario. Business scenarios can be described graphically, in either aggregated or detailed form (EPC). Example: Direct sale to industrial recipient
    <b>**DO REWARD POINTS IF THIS IS HELPFUL FOR YOU**</b>
    Regards
    AK

Maybe you are looking for

  • Error while posting " gl account is relevant to tax; check code"

    Dear Experts During invoice booking while posting into GL the warning message appears "" Gl account is relevant to tax; check code" and this is making our work a bit tough , please check why this message is coming. as previously it was not there. Reg

  • Diff in locks DB&APPS

    Hi, What is difference between locks in normal DB and APPS DB?In normal DB we get the user name who has placed a lock and who is trying to get a lock from v$lock ?Why can t we get that same in APPS DB?I mean in apps DB there so many steps to perform

  • Not able to read sql script file in ADF mobile

    hi, i am trying to create some DB tables in SQLLite DB (similar to the HR sample app where it creates bunch of DB objects using hr.sql file in .adf/META-INF).. but i am getting following error at runtime. i placed the file in .adf/META-INF directory

  • Publishing AIR for iOS in Flash CS5.5 gives Java VM error

    Hi, I have been getting the following error when trying to publish AIR for iOS from Flash CS5.5. I'm using AIR 2.7 overlayed, Windows 7 x64. Any help would be greatly appreciated. Thanks!

  • Error message "itunes has encountered a problem..." when it starts up...

    Every time I try to open itunes I get the typical windows message that says "itunes has encountered a problem and needs to shut down." I've tried to reinstall, but it still does it. Any ideas?