Re: Access File From Shared Network / Folder.
It would be good to share how it was solved, then the next reader with the same issue does not need to post this question again and is not annoyed by those "answered" discussions that have no...
View ArticleRe: Access File From Shared Network / Folder.
1. Didn't get any FM to get list of files from Shared folder.2 .Below is the answer for Second point : CONCATENATE'\\your shared ip\foldername\xyz.txt INTO lv_path. d_string = lv_path. "...
View ArticleWhat is IDOCs?
Hi All, Can any one tell me what IDOCs means and for what they are used? I googled but didn't find the proper definition for IDOC. Any kind of suggestion is appreciated. Thanks.Praveen.
View ArticleRe: What is IDOCs?
Try below links. http://www.guru99.com/all-about-idocdefinition-architecture-implementation.html IDoc Basics For Functional Consultants https://www.youtube.com/watch?v=rF4PrOrKZKYIf you google it, you...
View Articleinbound idoc missing in SAP
Hi , I am currently working for a integration project where the end system is the sap system , we are facing a strange behavior where some idocs are reaching in sap system but are not getting...
View ArticleRe: inbound idoc missing in SAP
If it works well with the SAP standard FM then the error is certainly in your custom FM, but how shall we are able to tell you what is wrong if we do not see the coding?
View ArticleRe: inbound idoc missing in SAP
Thanks Juergen,We had already tried to replace the custom FM with the standard one. Still it seems the same issue persists.
View ArticleRe: inbound idoc missing in SAP
If you have missing or invalid data then I'm quite confused what solution do you expect from SCN on this?
View ArticleRe: inbound idoc missing in SAP
The issue is , idocs don't get created in sap even if reached SAP....the settings are fine. Is there any way to figure out the issue or anybody else have ever faced such type of issue.
View ArticleRe: inbound idoc missing in SAP
It is a bit confusing, you are saying on one side that the idoc is missing, on the other side you debugged something. How can you debug something that is missing?In which transaction are you when you...
View ArticleRe: inbound idoc missing in SAP
I'm also still confused what exactly is the issue and what you are trying to achieve... It's the data that reaches SAP and then an IDoc gets created, so saying "IDoc reached SAP but not created" simply...
View ArticleRe: inbound idoc missing in SAP
i can debug by putting a infinite loop in the beginning of the inbound FM . in debugging i can see the data in the idoc structure . but at the end of the inbound idoc function module when i press f8...
View ArticleRe: inbound idoc missing in SAP
The problem is clearly in the ABAP code in the inbound function module. We can't know on SCN what that code is but an ABAPer should be able to help you with this. Since you've already marked this as...
View ArticleRe: WRF_MATERIAL_MAINTAINDATA_RT creates a record in EINA but not in EINE
Juhani, It's been 6 years since you posted your reply, but I have to tell you, it just helped me! I could not understand why I wasn't getting the purchasing org data on the pir - until I followed your...
View ArticleRe: Please answer me guys!!!
I had the same problem,Solved puttin the Table control declaration before Internal table declaration.After this, I saved and logged off. When returned, I activated and tested. It was ok. Good Luck!
View ArticleRe: clearing invoice issue when using BAPI_ACC_DOCUMENT _POST
Hi, Srinivas KuchadiThanks for sharing. May you share your full code to clearing using BAPI_ACC_DOCUMENT_POST and CLEAR_DOCUMENTS too? I am already try your instruction to clear using these BAPI and...
View ArticleRe: materials upload: short description in french not properly transferred
You should save Text file as UTF-8 encoded in Notepad
View ArticleRe: LSMW- line items thru bdc recording
Hi Pankaj The above solution is very useful for me. But how to prepare a source file for that ? How to prepare template with multiple entries ? ThanksRamesh
View ArticleHow to create OutboundDelivery and set shipping condition (VSBED)
I am trying to use BAPI_OUTB_DELIVERY_CREATE_SLS to create an Outbound Delivery from a Sales Order Trading Contract. The BAPI creates the Delivery from the SO easily enough, but how to do I control...
View Article