Service ECC_INVENTORY002QR - unexpected response content
Hi, I'm testing enterprise service ECC_INVENTORY / InventoryByLocationAndMaterialQueryResponse_In from package SAP APPL with a nonSAP application....
View ArticleRe: Query for BOM to Production Order
Hi, if you want only row Second then try this SELECT a.U_A FROM ITT1 a WHERE a.Father = $[owor.itemcode] and a.Code =$[wor1.itemcode] and a.U_A='BBA'--Manish
View ArticleService ECC_INVENTORY002QR - unexpected response content
Hi, I'm testing enterprise service ECC_INVENTORY002QR / InventoryByLocationAndMaterialQueryResponse_In from package SAP APPL with a nonSAP application.....
View ArticleSettings for idempotent enterprise services in ECC
Hi, I want to use enterprise service ECC_GOODSMOVEMENTCRTRC1 / GoodsMovementERPCreateRequestConfirmation_In_V1 within a nonSAP application to post GoodsMovements at an ECC system....
View ArticleRe: How to dynamically add input Box in selection screen on click of Button
Show a table control with single column with both buttons at the top.You will have to use for all entries wrt. the table declared everywhere in select queries. This is a very bad design.Apart from...
View ArticleRe: My Travel & Expenses Fiori App RFC Error
Thank you.. I did that but no result.. The problem happens when I don't have any expenses in the left sidebar.. in this case the application redirects me to a url where I get that error. But when I...
View ArticleRe: START_CALL_SICK
HI, Ping your app server with your server host name and check check what result u getting. Solution is check host entry in app server.
View ArticleRe: [ABAP-OO] Returning vs Changing Method
Hi, yes I know about the different kind of passing data. My question concerns the case when we have only one parameter: Which type we have to use CHANGING or RETURNING and also, why? Rachid.
View Articleservice provider or service consumer
hi all expert, I need received messages from external system which provided me WSDL. After I receive message from external system, I need do something and return the message status. I am not sure in...
View ArticleRe: TOR Root - Change indicator
Hi Deb, the relevance function should be the right place to implement this logic. I do not understand why you need change mode to determine if the freight unit has been planned on the freight booking...
View ArticleError [2576]
On querying a previously working column table, we started received the error: [2576] _SYS_BIC.xxxx.procedures/callXXXX: line 194 col 5 (at pos 9604): GenericFailure exception: attempt to access...
View ArticleRe: Avoid repeating namespace declaration in xml output
Hi Mon, You can use below xslt 1.0 mappings.The first one will copy all namespaces (declared) to a newly created root element.The seconde one will delete the 'old' root element. => The result will...
View ArticleRe: Devolução simbólica compons.subcontrat. - SUBCON2C - Inbound
Oi Gioconda, Por favor crie uma nova thread já que agora o erro é outro. GratoEduardo Chagas
View ArticleRe: Cross Domain in Design Studio Client?
To sum up quickly, you can try to use JSONP, if I remember correctly this is natively supported in jQuery ajax function. This SO there will be helpful I think to understand correctly what is then...
View ArticleRe: Update the WF container element of type structure from custom Program
Hello, What code are you using with SAP_WAPI_WRITE_CONTAINER? If you're changing a multiline container element then you probably have to pass every single line. Could you please say why you are doing...
View ArticleRe: Notas fiscales duplicadas
Oi German Você precisa implementar essa validação no seu código! Para isso basta buscar pela chave da NF-e na tabela j_1bnfe_active. AbraçoEduardo Chagas
View ArticleRe: Sending an password protection excel as an attachment
hi ashok, you can have a look at the following source: You can change as per your requirement. REPORT ZR_EMAIL_EXCEL.INCLUDE ole2incl.PARAMETERS : P_EMAIL TYPE CHAR50 OBLIGATORY DEFAULT...
View ArticleRe: Schema design question.
All depends on yourFunctional specifications: If in most of your queries, promotions will be dealt with just as any other sales, you're better off with one table only. If you go for a separate table,...
View ArticleRe: Fiori App Implementation-- Is HANA a must?
Thank you Jason and Virinchy. The list of apps which are segregated as Factsheet and Analytics apps other than transactional apps, is helpful. I think I got what I was looking for. Cheers.
View Article