Re: Function Module to fetch Vendor site article and UOM
Thanks for your reply Paul. My question is does anyone know any FM / BAPI that I can use to get the required result. I have tried a number of FMs but most of them need vendor + site combination. I am...
View ArticleRe: Function Module to fetch Vendor site article and UOM
Hi, That's a much better question! I don't know the specific BAPIs / FMs, but I would find the master data tables (LF* in this case) and do a where-used to see which FMs use them. Or which Views...
View ArticleImplement ALE_RESERVATION_CREATE
Hi; I want to trigger the generation of the IDOC MRESCR after the save the reservation MB21/MB22 transaction. To do this, they advised me to use the standard module function ALE_RESERVATION_CREATE ....
View Articleconvert bin to pdf and upload in application server
Hi experts, I want to convert binary into PDF format and then upload that file into application server. How can i do this and the FMs to be used for this?Please provide your valuable comments....
View ArticleRe: convert bin to pdf and upload in application server
Hi, If you have data in Binary format, then upload the same into application server for a PDF file. Assume you have your binary data in table it_pdf. Below is sample code: DATA: lv_as_path(100) VALUE...
View ArticleRe: convert bin to pdf and upload in application server
Hi Meganadhan, This was usefull. Thanks. I have converted xstring to binary format using SCMS_XSTRING_TO_BINARY.But it is returning data like ###############. If i upload this data in application...
View ArticleHow to get ibase details by passing Product id through IT_REFOBJ-PRODUCTID
How to get ibase details by passing Product id through IT_REFOBJ-PRODUCTID .could you please help me how to write the logic. Field -> IBase Product = ET_REFOBJ-PRODUCT_ID Thanks&RegardsKalpana
View ArticleRe: convert bin to pdf and upload in application server
Hi, To ensure whether the binary content will be downloaded as uploaded, use 'GUI_DOWNLOAD' and pass your binary data to store the file in local drive. In addition to that, not sure where is the source...
View ArticleRe: convert bin to pdf and upload in application server
Hi , Thanks for the valuable inputs . I dont have any file name. i have data in binary format and that data i have to upload in Apllication server. DATA : zbin type xstring. DATA: file TYPE string...
View Articleidoc trigger based on plant/ co code
Hi Friends, We are sending data through idoc for one logical system partner "Maximo" Now we have created new plants for the inventory movement we need to send data for the same to new logical system...
View ArticleConversion of Special characters in a string to UTF-8 HEX.
Hi all, How to convert the special charaters ex: ö,ä,ü,ß,@ in a string to the respective UTF-8 (Unicode/UTF-8-Zeichentabelle). I am consuming webservice using HTTP_GET where i need to send the URL. In...
View ArticleDoes SAP 4.0b supports connecivity with JCO 2.1/3.0 programming
Dear All, One of our customers has requirement of integrating a portal which is in JAVA platform with SAP 4.0b using JCO 2.1/3.0. Can you please guide if SAP 4.0b supports JCO 2.1 or 3.0 . ECC 6.0...
View ArticleUpdate control of movement type is incorrect (entry 641 _ _ _ L X)
Hi Team , In Tcode VL02N ,Entered Outbound Delivery after that i pressed Post good Issues (Goods Movement Type) i am facing the following Error As a Administrator i have tried some solution given...
View ArticleRFC Connection error
Hi Experts, We have a WDJ application which connects to a back end system to fetch outstanding work items for the user.For some users it is not fetching any items and throwing the following error:...
View ArticleRe: RFC Connection error
Dear Biswajit I hope you are well and many thanks for using the SAP Discussion Forums . In relation to the scenario that you have described you mentioned the following: You have a WDJ application which...
View ArticleRe: Cleaning BDCP and BDCPS tables
Hi Sergio,Don't you have Obsolete change pointers checkbox in DB22 ?This check box is intended for changed pointers regardless they have been processed or not.If you look at the program RBDCPCLR (DB22)...
View ArticleRe: RFC Table IN/OUT error
Hi, You probably figured this out already, but you get that 'shifting' effect when you copy from one structure to another, when the second structure has missing (or extra) fields. So there is a...
View ArticleExternal JAVA Connector(JCO) Connects to SAP, but unable to Test from SM59
Here is the scenario:The client has two Application Server and each one of them is listening on gateway service sapgw10 and sapgw20. The message server and another gateway service, sapgw00 is running...
View ArticleRe: Implement ALE_RESERVATION_CREATE
Hi, Is my solution worked for you or not ? Thanks & Regards,Raghunadh Kodali.
View Article