Re: archive object id not in filename when archiving ?
Create a function module Z_FILENAME_EXIT_YOURNAME as a copy of function module FILENAME_EXIT_EXAMPLE. There you can create a string as you please. After that and after activating your new function...
View ArticleRe: Crash in SAP NetWeaver RFC SDK DLL
Hi Jakub, there have been a few crash fixes recently (i.e. since April when you posted this message), see for example notes 2197473 and 2229311. So first I would recommend to retry with the latest...
View ArticleExtra Bank data
Hi all I am using class CL_ERP_VENDOR_API. I use this class to create an vendor.For the most part all the data which i want to set into the vendor can i set via the methods of this class.But for the...
View ArticleRe: JCoServer Error Comunication
Your target system JAVSYS seems to be some Java application with running JCo 3.0 standalone plus the Java IDoc Class Library 3.0 Add-On. The full (non-truncated) error message is most likely this error...
View ArticleImport master data from MS SQL database into SAP/LINUX/DB2
HI . Can anyone help me or send me link for an issue. I have problem for getting data from MSSQL database into SAP/DB2/Linux. Our it adminastrators couldn’t connect this database to sap server. It is...
View ArticleRe: RFC doesnt work when import parameter is passed from Jco
Hi Asia, although the "doesn't work" issue is a very common one, I am afraid that no one is able to help you as there are so many different solutions to this issue. Maybe you can be a bit more...
View ArticleTransport of screen variants for FB50
Hello Gurus, I've created in the development system new screen variant (SHD0) for transaction FB50. While saving I've created also a new transport request. When I was ready with it I've released the...
View ArticleRe: How can I get data from the backend to my App without the Cloud Connector?!?
HANA Application running in HANA Cloud could not be able to communicate with backends due to firewall restriction. A possible solution is to expose some services in firewall, another (better) solution...
View ArticleRe: Inbound IDoc ORDERS05 : PO Rejection Indicator Issue
Hi Jitendra, I'm facing the exact same problem, How did you managed to solve it? Regards,Nico.-
View ArticleRe: What is the SAP NW RFC equivalent to RfcAllowStartProgram?
Hi Chris, as Antal already pointed out, this feature is no longer available. But it can easily be implemented in your own application: just create a server function implementation for the function...
View ArticleRe: Function RfcGetRowType in SAP NetWeaver RFC SDK DLL
Hi Stefan, ooops, that must have fallen through the cracks... Very attentive of you! sapnwrfc.h and the corresponding documentation will be updated with the next patch level... Thanks, Ulrich
View ArticleRe: PORDCH IDOC including Services (E1ESLLC segment)
Hi Ron, I am facing the same case.Did you find one solution ?Thanks,Arnaud
View ArticleRe: Transport of screen variants for FB50
Jack, They can be transported, please follow the below: 1) Goto SE38, program name SAPMF05A and select Variants.2) Menu Goto->Variants (or CTRL + F1).3) Enter the name of the variant (or create...
View ArticleRe: Transport of screen variants for FB50
Dave,thanks for your feedback! I've tried to do it this way, but in SE38 I have error message, that Program SAPMF05A has no selection screen.But I cannot understand it as in FB50 there are additional...
View ArticleRe: Errors from BAPI_MATPHYSINV_COUNT
Hi Cullen thank for your post .. can you help me please Call BAPI_MATPHYSINV_COUNT
View ArticleRe: Upload Program to Create Accrual Objects
Hi Iftikhar Ali, can u please share your code so i can understand what parameter should be passed to ACAC_OBJECT_MODIFY_EXT. reply as soon as possible
View ArticleRe: Function RfcGetRowType in SAP NetWeaver RFC SDK DLL
Hello Ulrich, thank you very much for your reply. CheersStefan
View ArticleRe: Transport of screen variants for FB50
Hi Jack, Can you please check whether the variant has assigned to these screens or not? If not once you go to FB50, then edit the variant mentioned and then assign to the selection screens. I think...
View ArticleRe: Transfer data from SAP to FTP server in CSV file format
There are few points need to be considered while sending file from sap to ftp server.1. Check with basis team there are any connection exists from SAP to FTP server.2. Need proper login...
View ArticleRe: Downloading Data to excel using GUI_DOWNLOAD
we have to populate the following fields with below mentioned values, other wise all the data is combined and displayed in single column CONCATENATE p_path '_error.xls' INTO lv_string. filename...
View Article