Hello Venkatesh Babu
For same material user has created two different versions with some difference in DMA(one of the interface) and he wants same should be update in SAP without using any revision levels or ECN.
Regards
Aravind
Hello Venkatesh Babu
For same material user has created two different versions with some difference in DMA(one of the interface) and he wants same should be update in SAP without using any revision levels or ECN.
Regards
Aravind
Hello Narsaiah,
Try increasing the FTP timeout parameter,
Refer the note-821267
Hi Rick.
This part of script is used to save parameter to file. My script works with to parameters - File name and Data (I pass it in CBTA).
'Writing to file
If objFS.FileExists(FileName) Then
Const ForAppending = 8
Set objFile = objFS.OpenTextFile(FileName, ForAppending)
Else
Set objFile = objFS.CreateTextFile(FileName)
End If
objFile.WriteLine(DataToSave)
objFile.Close
And also this guide helped me in doing this.
Have a look, hope it helps.
Hi Jayson
Still not sorted for me. Did you find any luck?
Hi Mario,
As per your question
a.There should be custom made FM that will generate consumption items
MS:Of course there can be a custom FM , however based upon my expirience with them and referring your question, in standard delivery we have below 3 FM's available:-
The underlying scenario is the purchase or download of music, videos, games, or ringtones, for which a part of the revenue has to be paid to a partner as royalties,
u can also have a look in the fm documentation in se37 for more insight in to it, i ahve been able to work on thes below 2 FM and we have more available maybe i guess "FKK_PTSET_SAMPLE_SERVICECALL" from telco perspective.
a. It is assumed that Customer BIT has following information
2. FM:- FKK_PTSET_SAMPLE_MECHANICALS
You can probably gain an understanding of these FM to be able to help you build a custom FM,maybe on top of it.
we should have specific consumption class for partner settlement items and here we have to specify /1FC/XXXX_CIT_CREATE_API FM for creation of consumption items?
Yes,I would recommend one CIT class specifically for Partner items.
Since YB is still a new solution so its good to share your expirience and views on , thanks for posting the question.
Hope it helps.
Thanks,
Mohit
Hi,
I am in the process of setting up batch determination for WM. Batches will be assigned when the transfer order is created, rather than in the delivery. I have noticed that quite a few fields are not populated in KOMKH and KOMPH.
From my investigation I have found that these tables can be manipulated in the function module VB_BATCH_DETERMINATION. I have tried placing a break point in the user exit EXIT_SAPLV01F_002. I can breakpoint in VB_BATCH_DETERMINATION but I cannot work out where I need to apply the change. Any advice would be most welcome.
Kind Regards,
Jacque
I am sorry.
My script was not getting loaded. I have though got where was I going wrong.
Thanks,
Maneesha
Buenos días estimados
les comento mi error tengo una base que fue migrada de la versión 2007 a la 9.1 PL 9 todo marhco bien pero al intentar duplicar un articulo sap se queda congelado y se cierra automáticamente adjunto pantalla del error que presenta al dar click derecho Duplicar
Hi
Please use
userHome.upgradeToEdit(user);
userhome.delete(user):
Thanks for the info, I'll look in to that Semantic Layer SDK. We're on 4.1, FYI. Also - are the RESTful APIs and Java APIs basically the same functionally, just a matter of preference, or are they more different than that? I see there's a RESTful and a Java version of the Semantic Layer SDK in the docs, wasn't sure if there was a reason to use one over the other. Thanks again!
sorry I meant 281 not 261 movement
Hi Mario,
I don't know if there is a was to copy DPC_EXT package to anotherI would suggest you open an OSS incident under BC-SRV-FP and the colleagues should be able to give you more info and help on this issue.
Regards,
William Laverde
Hola compañeros.
Aquí hay un tema de hace algunos años, se debe seguir a partir del punto No. 5:
Esto siempre y cuando tengan ya su archivo CACERTS, a mi me lo proporcionó mi Partner de Business One.
Thank you for detailed and prompt reply.
We are not HANA cloud, on premise.
Related to Q#4, we are looking what is best way to deploy HANA server (XS engine) to DMZ?
Hi,
Compare and check data between old vendor ( for which did not works) and new vendor( for which working)
Regards,
Biju K
Hi Experts,
SAP has forwarded this issue to SAP developer team.
If you can also add something on this, please add here.
Best Regards
Saurabh
Sudhir,
When we reviewed your question above, we looked at what QA does on testing. Most of our test internally here asked our QA team to select a date before the details gets displayed.
Not sure if some of our SAP consultants can chime in on their experiences.
Best Regards,
SAP Mobile Support Team.
Hi Derrick,
Yes, SCI is mandatory and is meant to increase the security of IBP application.
From Maintain Business Users app you can download the already existing users' list and import it to SCI.Once you do so, an email will be generated to the users asking to activate account and set a password.
More information in the application help:
Regards
Alecsandra
Hi Vierhout,
You are not assign any ID to the Owner property to the 0701. Define Your user TVHOUT to the 0701 that's your company Hilfiger stores Russia and remove from PVH_AMS.
Thanks,
Subbu.
Hi Sergio: Yes. That is correct. it is working fine when I assigned to AP to regular user and data is restricted.
My question is if you are a developer and having HANA modeling role and you should be able to see all the data.
Steps for replication:-
1) Open the calculation view
2) Click on Semantics of this view and go to properties and change the Apply Privileges to "SQL Analytic Privileges"
3) Save and Activate.
4) Click on Preview.
5) You will be getting the error message "Error executing the query Error: SAP DBTech JDBC:[258]:insufficient Privileges".
Thanks,
Vara