Auto-check of values given by Web Service
Hi guys, I have a function module which is called by a web service. Some of the attributes that are transported have fixed values defined in a domain, for example a flag can have the values "X" or...
View ArticleRe: Auto-check of values given by Web Service
Hi Marius,In the web service FM you can call FM DD_DOMVALUES_GET to get domain values for a domain and compare those with value passed to web service.
View ArticleRe: Auto-check of values given by Web Service
Hi Jitendra,thanks for your answer. I don't want to change my source code in the function module (fm). I heard I can realise the value check with "Webservice Consumption" without changing the source...
View ArticleRFC_REMOTE_FILE
Hi together, Since SAP removed fb RFC_REMOTE_FILE.....Is there any other suitable fb in higher releases? (...or any other approaches) Thanks for any help
View ArticleRe: Using BAPI_PRICES_CONDITIONS to populate KONAIND
Hello,I am facing the same problem as mentioned by you. In our scenario we first create a Sales deal number through BDC and then update the pricing conditions using IDOC COND_A04, passing the sales...
View ArticleCan't get Push Channel to work
Hi guys I'm new to the SAP world and I wanted to try out the Push Channels in my SAPUI5 application. I followed this tutorial: ABAP Channels Part 1: WebSocket Communication Using ABAP Push Channels I...
View ArticleSalary Register
Hi , I am doing ABAP-HR and i have to develop new Report For monthly Salary Register for one of our client so please if anyone having code share with me . Thanks, Rajveer Rahekwal
View ArticlePopup window appears when clicking test service- SICF
Dear All, When connecting to GIS portal from ECC system it is not connecting automatically without any security. From ECC system under tcode 'SICF' when we test the publish GIS service it automates to...
View ArticleRe: Popup window appears when clicking test service- SICF
Hi, Please go through below scn discussion. http://scn.sap.com/thread/1508330 Hope this helps you to solve the problem. Regards,Prithviraj.
View ArticleRe: Popup window appears when clicking test service- SICF
below needs to be carried over in ECC system. When giving tcode 'SOAMANAGER' it takes to IE where there is no URL just a blank webpage.
View ArticleRe: IDOC WPUBON problem
Hi Tulika, Jesus What you want can not be achieved by segment E1WPB04, as a workaround you can consider one of the following suggestions,- use header taxes with E1WPB07 (TAXCODE, TAXVALUE)- use E1WPB03...
View ArticleRe: Restrict RFC's to invoke from the excel File.
Hi Vaibhav, restrict with different user authorization? BR,Lalio
View ArticleRe: how to search by field name and entry
Hi Baji, what is your database, if Oracle, you can use tx DB02 > Performance > Additional Functions > SQL Command Editor. if MMS, you can use tx ST04 > Diagnostics > SQL Command Editor,...
View ArticleRe: How to handling duplicate data in infocube
Can you give screenshot of you infocube and the steps you followed for extracting the data from ecc to bi. requests that were been load in info cube by dtp.
View ArticleRe: Popup window appears when clicking test service- SICF
Hi, SOAMANGER is not configured properly. You can find lots of blogs and discussion over the topic. 1936501 - Transaction SOAMANAGER does not work Have this configured and than proceed as the post...
View ArticleSoapFaultCode:4 Server did not recognize the value of HTTP Header SOAPAction
Hi Experts, I am trying to consume the SOAP web Service using the below program. But I am getting the below error SoapFaultCode:4 Server did not recognize the value of HTTP Header SOAPAction: . I am...
View ArticleReg : Show mandatory in LSO Reason Cancelation
Hi, I have an requirement that I need to be set a mandatory for the LSO Cancelation reason. In the TCODE : LSO_PSV2 in that reason for cancellation drop down is available presently we can cancel the...
View ArticleHow to change primary key field dataelemet in customized table (ztable) ?
Dear Guru's, I have created table.nd also created table maintaince generator.i need to change primary key field domain element in that table.. i tried with se14 and se11.. but its not...
View ArticleRe: Check for Unicode Categories
The only current solution in ABAP is to use the static method cl_icu_character=>get_property_value. Input:im_c = <character>im_property = 'General_Category' Output:ex_value =...
View Article