Have to populate new field in pexr2001 idoc type (out going payment order)

Hi All
I want to populate extra field( internal sap generated invoice number) in the PEXR2001 IDOC TYPE.But I dont know which user exits i have to use. program we are using wasRFFOEDI1
was it
EXIT_SAPLIEDP_901
EXIT_SAPLIEDP_902
EXIT_SAPLIEDP_903
or
Do I have like i have to use user exit <b>EXIT_SAPLIEDP_002</b>
I could nt find where it is called in the program RFFOEDI1. Could you help me where to find this.

Hi,
It is quite deep ...  but please check this.
1. Go to SE37 and enter FM FI_EDI_PAYEXT_PEXR2001_OUT.
2. Double click on FORM FILL_IDOC_PAYEXT (include program LIEDPF2F).
3. Double click on FORM HEADER_PAYEXT (include program LIEDPF28).
4. Double click on any FORM FILL_SEGMENT_*. (i.e FILL_SEGMENT_IDKU1).
5. Then double click on FORM  STORE_PEXR_SEGMENT (include program LIEDPF15).
6.  In here, you should be able to link to FM EXIT_SAPLIEDP_002 using CALL CUSTOMER-FUNCTION '002'.
Regards,
Ferry Lianto

Similar Messages

  • Adding new field in extended idoc type

    Hi,
    I need to add one field in the basic type. Already an extension is created for this basic type. So i think I can not modify the basic type.
    I am looking pointers for this solution. Should I change the already created extension or should I create a new extension?
    Thanks
    Rajneesh

    You should create a new extension .
    Modifying the existing extension can cause undesired effects to the already setup message types and partners .

  • I have added a new field in IT0006 ,Now when try to create a new record for

    Hi Experts,
    I have added a new field in IT0006 ,Now when try to create a new record for a employee.
    1,If I give the SUBTY in the PA30 screen getting an error "Don't Specify a subty error"
    if and remove the subty and press CREATE button popup's comes and list the subty values.......It was allowing me to enter the subty in the PA30 screen prior to my new field addition in IT0006... is't a problem with the new field addition?
    2, After I choose the subty value from the pop-up I am able to see the next screen....BUT GETTING AN INFORMATION MESSAGE THAT "Assignment to feature P0006 did not take place"?
    3,, In the next screen after I have passed all mandatory fields while attempting SAVE I am getting an error called " Time constraint table in T777D is incorrect" what could be the cause?

    How are u adding fields to table using append in se11 or pm01.
    if you are adding fields using se11 delete it and add it0005 in transaction pm01 and generate object.
    add fields to structure CI_XX_R0005 and generate screen and maintain entry and screen in maintance view add entry and activate program.

  • Adding fields to custom idoc type

    Hi,
    i have a query regarding adding fields to custom idoc type.
    To add fields to custom idoc type we are trying to cancel the release from we30, but we are facing error that 'The release of basis type cannot be reset'
    When we are trying to cancel release from we31we are facing error 'Error while ressting release of segment z type'.
    Kindly suggest the solution to add fields in basic idoc type.
    Thanks & regards,
    Farheen.

    Reason that you are getting these errors is that you cannot cancel
    the release of an extension made in previous version . Instead you have to create a new extension.
    1.It is not possible to change a segment definition which is released in a
    lower release.
    2.You must create a new segment definition for the new release e.g. 620 with a new segment
    field with the appropriate length.
    In transaction WE20, outbound parameters, you can specify
    the "segment release in IDoc type" for the communication.
    Please read the F1 help of this field for further information.
    3.For your own segments you can define a new version of the segment
    tcode  WE31 -> Add Version
    Thanks!

  • When I got the prompt to update my iPod Touch 4th generation, the update claimed to have over 200 new features including Siri. Is there going to be another update that would make this a true statement?

    When I got the prompt to update my iPod Touch 4th generation, the update claimed to have over 200 new features including Siri. Is there going to be another update that would make this a true statement?

    No Siri on 4G Footnote 2 of
    Apple - iOS 6 - iPhone, iPad, and iPod touch get 200+ new features.
    says:
    Siri is available on iPhone 4S, iPhone 5, iPad (3rd generation), and iPod touch (5th generation) and requires Internet access.

  • Can we add new field in standard idoc segment ?

    HI all,
    My requirement is to add new field in segment named E1EDL44  (Idoc named - DELVRY03).
    Please guide me how to proceed.
    thanks
    manish

    Hi Manish,
    You cann't add any new fields into any of the standard segments like E1EDL44 segment.
    Inorder to achieve this you need to do the following:-
    Create a new segment and with the new fields and this new segment should be added as a child segment to the E1EDL44 segment.  You need to write a piece of code to populate that new segment in the userexit.  You should create a extension for your basic type DELVRY03.  This way you can achieve this scenario.
    Thanks,
    Mahesh.

  • New field in MATMAS Idoc

    I would like to add new field from MARD which was not included in standard MATMAS. There are some MARD fields in MATMAS already and I like to add one more field. Can someone give me step by step procedure in brief please ?. Thank you

    WE30 - create segment
    WE31 - extend you idoc and add your created segment to it.

  • How do I click a key and have Firefox populate a field I am in with specified text?

    I provide online assistance for a specific group of clients. I am finding myself repeatedly writing almost the exact same paragraphs. Which Add-on would allow me to simply populate a field on a page with the exact text -- I'm hoping to set up 20 or 30 responses that I can just select instead of having to retype everything. Thanks for any guidance.

    Nailed it cor-el!!!!! I am so delighted! It's exactly what I've been looking for. I gave you a SOLVED with pleasure.

  • Add a new field in the item table control of sales order

    Hi Experts,
                   We have created a new custom field in Material master table. Now, they want to add the custom field from material master to the last field of item control of sales order.
    Please, let me know the steps to do it.
    Regards,
    M.Saravanan

    Hi,
      take program: SAPMV45A
    take screen 8459 and add the new field.
    Also add the validation in the flow logic.
    Refer
    https://forums.sdn.sap.com/click.jspa?searchID=10547810&messageID=3132651
    Regards
    Kiran

  • Configuration documentation for idoc type PEXR2001 & idoc type FIDCCH01

    Is there any documentation for SAP configuration that needs to be done to get an outgoing PEXR2001 Idoc created?  This is the payment file Idoc.  We are trying to send this IDoc to a 3rd party, and I don't know how to get it created from the payment run.
    Also, the FIDCCH01 is an incoming IDoc that would change discount dates and amounts on posted financial documents (vendor invoices).  Is there any documentation regarding this IDoc and what incoming RFC is used to actually post the changes?

    resolved the problem/question ourselves

  • How to populate E1EDK03 (Qualifier -002) on Idoc type INVOIC02?

    I am trying to issue  EDI  output from invoice. Its outbound idoc.The Idoc type is "INVOIC02". Function module is "IDOC_OUTPUT_INVOIC" The idoc does not have  -Requested delivery date  under the E1EDK03  (002) segment .The sales order has the requested delivery date.Do i need to write an user exit ?Please suggest me how to get this?
    Thank you in advance

    hello,
    yes you have to write code in user exit...
    function module / exit module EXIT_SAPLVEDF_002 is suitable for this....
    Thanks.

  • New Field addtion for movement types

    Hi Everyone,
    I want to add new field for movement type 301(vendor material no)can you please guide me how to accomplish this task.
    Thanks
    Venkat

    Dear,
    Do the 311 movement through the MIGO and then set field for MIGO
    Vendor Material No.     GOITEM-IDNLF
    Vendor Material No.     GOSEARCH_PO-IDNLF as highlited filed in OMJX
    Or else with MB1b you can use the text fiied for Vendor Material no.
    Hope it will solve ypur problem.
    Regards,
    R.Brahmankar

  • Populate new fields in DSO (DBTable) with ABAP routine

    Hi,
    I've added a couple of fields to a DSO. The DSO contains a large number of records (60m+) and I have a tight window to cutover so the activation time would be an issue if I use a loop transformation. Therefore, I am looking to populate the additional fields directly in the Active table using an ABAP routine.
    One of the fields is a key figure to be derived from an existing CHAR field so would need to apply some logic during update, such as IF <CHAR_FIELD> CA 'ABC'. <KYF_FIELD> = 1 etc.
    Aside from fairly basic Start Routines my ABAP is very poor so was wondering if anyone can help me with the syntax or, preferably some sample code to achieve this.
    Thanks in advance,
    Ad

    Hi,
       In transformation of the cube, choose routine  for char E.
       There you can assign value in RESULT field. Actually RESULT field is assigned to E, find the code below,
    *--  fill table "MONITOR" with values of structure "MONITOR_REC"
    *-   to make monitor entries
    ... "to cancel the update process
       raise exception type CX_RSROUT_ABORT.
    ... "to skip a record
       raise exception type CX_RSROUT_SKIP_RECORD.
    ... "to clear target fields
       raise exception type CX_RSROUT_SKIP_VAL.
      (* insert your abap code here to find the value of E*.)
         RESULT =                     * assign the value you got for E here.
    rgrs,
    v.sen

  • Error while adding new field in the Segment type thru WE31.

    Hi All,
    I want to  add one field in the Z segment type using WE31.But i am getting the error message as
    'Current segment definition <segment name> can no longer be changed and The current segment definition
    is already released.You can either add a new segment definition or cancel the release of the current segment definition'.
    The current segment defenition which i am trying to change got the SAP release of 45B. But the system has upgraded to Ecc6 recently.
    I tried going to the edit menu and cancel the release, but still it is not allowing.
    Whats the impact of the Add button(Add version) and creating a new version?.will it create a new version for ECC6?.
    Points will be rewarded
    regards,
    neslin.

    Hi
    You can create a new version.  This will not create any problems.  You might not be able to cancel the release because of upgrade.
    Thanks
    Vijay

  • Add new field data in ShortAddress / Delivery to dropdownbox of order.jsp

    Hi Everyone,
    After added name3 in Specify a Delivery Address / Shipto Address page, I need to show name3 in Delivery to dropdown box (order.jsp).  I guess I need to modify ui.header.getShipTo().getShortAddress(), but don't know how to.
    Any advises / suggestions?
    Thanks alot, Jin

    Jin,
    I hope you just want to display name3 value along with short address in dropdown box on order.jsp page.
    Do as per below you will get name3 value in drop downbox on order.jsp
    <option <%= ui.getShipToSelected(shipTo) %> value="<%= shipTo.getTechKey() %>"><%= JspUtil.encodeHtml(shipTo.getShortAddress()) %>--<%= JspUtil.encodeHtml(shipTo.getAddress().getName3()) %></option>
    I hope this will reolve your issue.
    eCommerce Developer

Maybe you are looking for