IDOC filename change

Dear All,
We have configuration for Idoc in our SAP 4.7 as ,
- While creating billing document - VF01 (for a specified output type), Idoc is     created and saves in application server path.
- For naming convention of Idoc, We have used FM - "EDI_PATH_CREATE_CLIENT_DOCNUM"
  and Physical directory path is mentioned.
- In Txn.NACE, for the given output type, the program is - RSNASTED and form     routine is "EDI_PROCESSING".
The idoc is creating successfully. But I want to concatenate ".TXT" with the idoc name.
For eg:the created idoc name in physical path is "O_400_0000000000038040", but I need "O_400_0000000000038040.TXT".
Could any one help me on this regard ?
Best Regards,
S.Sridhar

Dear Martin,
Thank you for your timely help.
Problem solved. I rewarded a points to you.
Thanks and Regards,
Sridhar S

Similar Messages

  • FM to fill outbound IDOC with change document details.

    Hi ,
    I am working on an enhancement EXIT_SAPLMGMU_001 for an interface to track the changes to the material master.
    Can someone please let me know if there is a FM to populate outbound IDOC with change document details like when a material is
    created /changed. Thanks much.
    Regards,
    Sanjeev
    Edited by: sanjeev.s on Apr 14, 2010 3:32 PM

    Call the function module "MASTER_IDOC_DISTRIBUTE" to create idoc.  Use function module "CHANGEDOCUMENT_READ_HEADERS" to get the change document details.
    Regards
    Vinod

  • Filename change history available

    Does OS X store a list of modifications done to the filename of a specific file ?
    For example I created a file named "myfile.ext" (regardless by which application), then change the original name to "myfile2.ext", "differentname.ext" and so on.
    Is there a way to track such filename changes in something like a history view or stored in an attribute (chmod file modes, ACL, whatever) ?

    Not that I know of.
    Francine
    Francine
    Schwieder

  • IDOC for changing user status to 'HIST' on Functional Location

    Hi.
    Can anyone please support me with an inbound IDOC for changing status on existing Functional Location?
    Thanks.

    Hi ,
    I am not sure whether it would work with LSMW but if your on ECC 6.00 ,Enhacement Pack 3 then you have BADIs which allow you to make collective status changes in IW38 .The below are those BADIs :-
    BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List
    BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List
    Else if your on lower version then write up a batch programme which checks the PM Order types with specific status and sets user status using FM STATUS_CHANGE_EXTERN[This is used to set or delete User Status] in SE37 ..
    regrds
    pushpa

  • JDBC to Idoc scenario - change of logical system name

    Hi,
    I have a JDBC to idoc scenario that worked. Now i had to change the logical system name from my sender system from ABC_123 into ABC123 in the SLD (Business System - Integration - Logical System name). I did so and also refreshed my Cache.
    Afterwards I started the process, but it failed in the Receiver system. The idoc is correct expect of the partner name. My receiver system expect ABC123 - as I changed in the SLD - but PI send ABC_123.
    If io look in SXI_CACHE - Services my Business System still got the "old" name (ABC_123).
    Did i miss something resp. how can i load the current configuration from SLD?
    Thanks in advance
    Michael

    Hi Michael,
    Again Import the changed logical system in the Integration directory of you PI system.
    And check the scenario (Sender Agreement, Receiver agreement ) what system they are reflecting.
    If they are showing old system then you have to replace the business system in all the scenario.
    Edited by: Rajhans Abhay on Jan 7, 2010 3:14 PM

  • FTP filename changes

    Hello,
      In a FILE to FILE scenario we would like to change the name of the file.
    let's say filename on the sender side is 'datafile' and we would like it to be 'infodatafile' on the receiver side.
    So add the 'info' string to the filename.
    Anybody knows if this is possible ?
    Thanks

    Hi,
    I guess ur just doing File to File scenario without IR configuartion..in that case ID when u r creating communication channel for File receiver there itself in file name scheme u need to put "infodatafile"
    and in sender file communication channel put file name scheme as "datafile"
    so file with datafile is picked up and file with infodatafile is created.
    Regards,
    Manisha

  • Inbound Idoc Create/Change Purchase Order

    Hi All,
    I have to do a inbound Idoc scenario for create as well as change Purchase Order.
    Which is the IDoc type for Create/Change purchase order.
    I went through this form found that ORDERS05 can be used but I am not sure this can be used for both create as well change Purchase Order.
    If ORDERS05 can be used then which is Process code,Function Module and Message type for both create and change Purchase order.
    I also found that IDoc type PORDCR102 can be used for  create Purchase order and PORDCH02 can be used for change Purchase order,but i don't want to use two Idoc types.
    Please suggest.
    Thanks in advance.
    Regards,
    John

    Hi John,
    For creating a IDoc for PO, whenever a PO is created/Changed, it has to be configured in Parter Profile(WE20) for a particular Partner in Outbound Paramtrs tab.
    Give ORDERS05 in Message Type and select the line & go to Display.
    In the screen which appears , choose tab Message Control and give the Process code
    ME10 - Creation of PO
    ME11 - Changes to PO & check the Change Message.
    Give respective Output Message Type & Application(VF) for PO.
    Create Output types for a vendor in T.Code MN04, else take help from MM Consultant.
    Create a PO & save. Then make some changes in Po & again save.
    Now IDoc will be created while saving the Po & IDocs will be created whenver you make changes to PO and saving it.
    Hope It helps.
    Regards,
    Anbalagan

  • Inbound Idoc segment change

    Hi All,
    How can We modify or append a segment to the inbound IDOC. The scenario is as follow
    We have an inbound IDOC to create/change contract order. There are some segments in the IDOC to hold the error records.
    while processing the inbound IDOC we need to fill these blank segments with relevant data, so that we can reprocess the IDOC with ease.
    I am trying the modify the IDOC_DATA inside the processing function module. Till the end of the function module IDOC_DATA is having the added segment data, however when I am checking from WE02, the segments are appearing to be blank.
    Please let me know, what is missing above.
    Thanks & Regards
    D. Pradhan

    Which exit / BAdI are yous using for adding the segment & what is your inbound processing function module ?
    Anyways i also had the same problem a few weeks back i was trying to delete a segement though
    My understanding is in WE02 it displays the data from EDIDC & EDIDD. In your I/B processing FM you only modify the data in the IDOC_DATA table & not in EDIDD.
    Check in EDIDD, the segment would not be there.
    BR,
    Suhas

  • Trigger IDOC using change pointers

    Dear All,
    We are using change pointers for triggering IDOC's when a cost centere is creaed/changed/deleted.
    We are using message type COSMAS for the same.
    I have  maintained all the necessary settings including Distrubution model.
    When a cost centre is created or changed the IDOC is getting triggered ( After executing prgroam RBDMIDOC ).
    But when we delete an cost centre the IDOC is not getting triggered.
    I am able to see the releated entries in BDCP and BDCPV tables as well as CDHDR and CDPOS tables.
    Can any one say how this can be achieved? When a cost centre is deleted then also IDOC should get triggered.
    Regards,
    SRavan

    When we remove an Cost center it physically gets deleted from the data base.There is no delete indicator as such

  • Inbound EDI/Idoc to change PO

    Hello Dear Sappers,
    I'm using message type ORDRSP (Idoc ORDERS05) for inbound Vendor confirmation, and it works.
    Our Vendors also send price changes, quantity changes, material changes and cancellation to PO item.
    Can i use ORDRSP to update my PO item? Or do i have to use a seperate message type? (PURCHG?? ORDCHG??) or a different IDOC alltogether?
    Thanks in advance,
    Daniel

    you can use ORDERS05, we are also using ORDERS04 with out our Z extension.
    and we create PO with msg type PORDCR02 with out z extension

  • IDOC HRMD_A + Change pointers + Infotypes change objects doesnt exist???

    Hi guys,
    I Have to send master data from infotypes 0002, 0006, 0032 and 0105 from HR to SAP PI. I've configured BD61, BD50 and BD53 to reduce Idoc HRMD_A. Then in BD52 I've tried to put this fields to activate change pointers when data from this infotypes is changed.
    But in BD52 doesnt exist infotypes 0002, 0006, 0032 and 0105. I tried with object HR_IT1002, table HRP1002 and fields BEGDA and ENDDA, then run program RBDMIDOC and the Idoc is sent, but is possible with infotypes metioned????
    Regards,
    Pablo

    Pablo,
    are you able to see entries getting created in BDCP* tables
    did you activate change pointers in BD53
    Thanks
    Bala Duvvuri
    Edited by: Bala Duvvuri on Jul 29, 2010 10:35 AM

  • Orders05 IDoc Create/Change.

    Dear All,
    I am able to create the Outbound IDocs for create or change of purchase order . But I want to know
    how to create orders05 IDoc with only changed items not all the items.
    Example :  If I change line item 3 for any order ,then IDoc should have only one segment E1EDP01 for that item
    Thanks in Advance.

    Curtis,
    If I understand you're requirement correctly, you want to "Send all changed items on the ORDCHG. In addition to these, you want the item long text sent for all the items that haven't been changed".
    If this is true, I would do it in one of the following ways:
    1. Send all the data (like ORDERS) on an ORDCHG IDOC along with long texts and have the vendor compare each item and see which ones have changed. --> I know this is not a preferred option for all the clients but I have done this at one of the client who had the muscle to have his vendors comply to his needs.
    2. Change exit: EXIT_SAPLEINM_001. Pick up all the materials listed in UEKPO, go back to EKPO and get the remaining for that PO and populate long text field which would go into E1EDPT1/T2 segment and update those relevant fields in UEKPO and save it. The next form would automatically pick up these and fill up the IDOC. This way, you'll see E1EDP01 (and the segments beneath it) for all the materials but you just populate E1EDPT1/T2 and rest are blank. I might have oversimplified it because I didn't go in and check how the program flow would work but I'm positive this is a good way to start. The reason I would like to change EXIT_SAPLEINM_001 is that this is the place where the actual IDOC filling didn't start yet and all you have to do is feed into UEKPO so that the next perform will take care of the rest.
    Let me know if this works out for you. If you went through any alternative way then do educate me back
    Just a thought: You're question is different to the original thread here (although related). We're hijacking this thread. So I think it'll be better if you put it in a new one.

  • How to send single person-records with HRMD_A Idoc and change Idoc header?

    Hello group,
    we have different companies in our SAP system (BUKRS). Now when an infotype is changed the changepointers are activated and using program RBDMIDOC we can send Idocs of type HRMD_A to f.i. files. In order to have these files distributed to different parties depending on BUKRS of the person we would like to have HRMD_A to deliver single records, an Idoc for each person and the Idoc header fields for variant and function should be filled so that the partner profile would distribute the Idoc to the partie.
    Is this possible? And if yes how?
    Regards, Léon Hoeneveld The Netherlands

    Transaction PFAL lets me trigger the Idoc manually, but with a job for RBDMIDOC this is automatically.
    I found fm RH_HRMD_BLOCK_SIZE in wich you can enhance the code to set the block size for an Idoc-type to 1.
    But now I still have to change the Idoc header with an enhancement of user-exit.
    HRALE00OUTBOUND_IDOC BADi does not have the functionallity.
    Regards, Léon Hoeneveld

  • Filename changing

    I don’t remember making any changes to my preferences so am at a loss as to why suddenly in recent weeks if I save a .jpg to my downloads folder or to my desktop when I upload it to another site the Saved As information shows up as:
    /Users/myfullname/Desktop/the saved name.jpg
    Not wanting to post anything on public sites that gives this sort of information I am here to ask whether it is possible change whatever so as to show only the filename I give to the image without the personal information.
    Any advice will be appreciated.

    Thank you Kappy for your reply.
    I followed your link and can see how to change my name using ACCOUNT via System Preferences but what confuses me is why, suddenly, I am seeing it in the uploaded file path for the first time in the six months I have owned my MacBook
    I use Firefox 3.5 as my main browser to down load images, save them as ......jpg to either my user>library> download folder or, more usually to my desktop where they show up with only the name I have given them.
    It is not until I upload it that my user>full name is added to the file name. I can see nothing within Firefox preferences that allows me to change the file name information that appears
    But, and I realize I should have done this before I posted my question, if I use Safari only the name.jpg appears.
    I guess I can avoid having to change my account name simply by using Safari, but would be interested to know if anyone can explain why Firefox adds my user>name to the file path not if I use Safari.
    What you are seeing is the full path to where the file is located on your hard drive. You should never use your full name for your account username or short name. Perhaps you should consider changing it to something else. See Macworld | Changing the short username in Leopard.
    When you view the file after you have uploaded it to another site is the full path included along with the filename? If so, then what application do you use to upload the file and have you checked if it's configured to include that information.
    Mac Pro 2.66 Ghz; MBP Unibody; MBP C2D 2.33 Ghz; MBP 2.16 Ghz   Mac OS X (10.5.7)   iMac C2D 17"; MB 2.0 Ghz; 80GB iPod Video; iPod Touch; iPod Nano 2GB  

  • IDOC interface change platform (from MQseries to XI)

    Dear all,
    Need your advice. We have existing IDoc inbound and outbound communicating with partner by using EDI XML file port. FYI, MQseries is sitting in between our SAP system and partner system.
    For now, we are changing 2 things:
    1. Replace MQseries with XI. Means in future our inbound and outbound IDoc is going through XI.
    2. While for Port, it is changing from EDI XML file port to normal TRFC port (these are in WE20).
    Might need your favor for below:
    1. For outbound, I need to change the ALE setting by pointing to XI. Am i right?
    2. While for inbound, i do not need to do anything. Am i right?
    3. Since we change the communication method to TRFC port. So just want to know do we need to change or fix anything on the existing Inbound and Outbound program.
    Need your expertise advise here.
    Thanks in advance.

    Hi !
    Check this links:
    Introduction to IDoc-XI-File scenario and complete walk through for starters.
    ALE configuration for pushing idocs from SAP to XI
    Regards,
    Matias
    ps: please award points if helpful!

Maybe you are looking for

  • Open Sales Order Report

    Hello.. my client wants to have the open sales Order report in following format : ====================================================================================================== Customer Name | Item 1 code  | Item 2 code  | Item 3 code  |  Ite

  • Graphics builder and os authentication

    I'm running on NT 4 sp6. I'm trying to get OS authentication working with graphics. It works great for forms and reports, but I cannot get graphics builder or the graphics runtime to work with os authentication. I've tried it with developer 2000 r2 a

  • Query Reports in Public Folders (No Favorites)

    Hello, trying to query all Reports in BOXI 3.1 (Webi and Crystals) in public folders and excluding all Reports in the Favorites area .. Will be Thankfull for any related tipps .. Thanks This is my Query without limitation for public folders .. SELECT

  • Change customized reports to access archived data

    Hello, I need to change few customized reports (z-reports) to make it fetch data from an archive database. This is done for SAP IS-H reports. So some of the tables for eg NBEW(movement table) will be archived and a correspoding infostructre will be c

  • How do I properly use imaqCentroid() ?

    Hi, Earlier, I used particle filtering and imaqCalcCoeff(IMAQ_CENTER_MASS_X, Y) to find the center of mass of a black circle printed on a white piece of paper. Then I would like to try to calculate the center-position using the grayscale image, to ac