hii sap mentors,
is there any wcm license needed for implementation of wcm in sap pm.
regards,
sameer
hii sap mentors,
is there any wcm license needed for implementation of wcm in sap pm.
regards,
sameer
Hi All,
We have uploaded tariff codes in GTS for Russia and retransfered tariff codes to ECC in GTS.
Using transaction /n/sapsll/menu_legalr3 in ECC -> Master data -> selected option "Retransfer Commodity Codes to Feeder Systems" but not able to pull the tariff codes in ECC but tariff codes are not transferred could you please let me know is there any specific option do we have in ECC to pull the tariff codes?
Kindly let me know if any configuration required to pull the tariff codes in ECC. or any program changes required.
Regards,
Sasikanth.Ch
Hi,
We need to fetch subordinate org units up to 3 level deep
for a manager to be displayed in mss team calendar.
O (Manager's org unit)
|
-----O1 (level 1)
|
-----------O2 (level 2)
|
----------O3 (level 3)
I have used standard FM RH_STRUC_GET but no help. Can you please guide.
Thanks
Arindam
Hi All,
Just wanted to know What are the best practices to Add one existed info objects in existed DSO/Cube in BW3.5 data flow.
What are the issues are expected during the activity.
Thanks.
Hello, i am using Powerbuilder 12.1 build 6639 on Windows 7 Pro 64 bit. //constant string CLASSPATH = "C:\Eigene Dateien\pb105\kmt" string classpath = ".;C:\Eigene Dateien\pb105\kmt" //string classpath = "C:\Program Files (x86)\Java\jre1.8.0_66\bin\client" //string classpath = "" boolean lb_err long ll_rc string ls_msg, ls_cp, ls_version JavaVM ln_java_vm EJBConnection ln_ejb_conn Simple ln_hw do ln_java_vm = create JavaVM ll_rc = ln_java_vm.createjavavm( CLASSPATH, true) if ll_rc < 0 then Messagebox(gs_app_tit, "createjavavm: " + string(ll_rc)) lb_err = true exit end if ls_cp = ln_java_vm.getjavaclasspath() ls_version = ln_java_vm.getjavaVMversion() Messagebox(gs_app_tit, "java version: " + string(ls_version) + " class_path: " + ls_cp) // createjavainstance via JavaVM Class // ll_rc = ln_java_vm.Createjavainstance(ln_hw, "Simple") //-> PB crashes here // createjavainstance via EJBConnection Class (deprecated!) ln_ejb_conn = create EJBConnection ll_rc = ln_ejb_conn.createjavainstance(ln_hw, "simple") // return value is -1 (failed to create java class) Messagebox(gs_app_tit, "createjavainstance:" + string(ll_rc)) try Messagebox("", "before sayHello") ls_msg = ln_hw.sayHello() Messagebox("", "3") catch (CreateException ce) Messagebox(gs_app_tit, "Create Exception: " + ce.getMessage()) catch (Throwable t) Messagebox(gs_app_tit, "Other Exception: " + t.getMessage()) end try Messagebox("", ls_msg) loop while 1 = 0 destroy ln_java_vm return 1
I may have solved my problem - but don't quite understand how - could someone please explain.
I am creating a report that needs to show data from subsequent records across the columns rather than down the page. Don't ask why - customer wants it and customer is always right.(.. and the multi column option won't cut it as other data also present).
SO I have a subreport that shows up to 12 records each with a value, and I want these values to show in 1 line on the main report.
I have put a counter on the detail line of the subreport - and when it runs is shows the 12 lines.
What I have done is create 12 shared variables (val1...val12) and in each said "If count = x then var = value" for each of them. Works fine and I have 12 values.
On the main report - I have the subreport then a new detail line beneath. I have created the 12 shared variables in the main report with same names(val1...val12) and put these into the section beneath the subreport. I want to hide the subreport and just show the line of values.
On first test - the variables didn't show any values, all 0. After a bit of play around I found that if I made the subreport visible and big enough that it shows all 12 lines of detail - then the variables populate and show. Making it tiny again - the variables still show. I then added 12 more sets of data from the sub detail records and again these didn''t show - until I made the sub large again....but after closing it they continued to show.
Is there something that needs to be done to 'kick start' the passing of the variable or link it somehow??
Seems very odd and I just would like to know why or if I'm missing something.
ps I know if I suppress the Subreport I won't get the data - but I do if I suppress the details IN the subreport...
Phil
Hello ABAP experts,
I want to change spool title which is inside a back job.
I have a program, when I execute in background, it will create a back job with 3 different spools(ALV display). I want to change the title of the spool which is updating by default like "LIST1 LOCL ZPROGNAME_1".
When I tried to change the title using FM : GET_PRINT_PARAMETERS (PLIST) and NEW PAGE PRINT ON it worked fine, but the program is not picking the printer which is selecting in dialog box selection. It is automatically picking the LOCL.
So I removed GET_PRINT_PARAMETERS and NEW PAGE PRINT . Not program is picking the printer which I selecting in dialog box but not updating the spool title even though I passed the title in REUSE_ALV_GRID_DISPLAY (IS_PRINT) .
Can you please any one faced this kind of issue? any solution for this?
Thanks in advance.
-Janaraja
I have a situation. Stock transport order If i do the process manually using VL10B and clicking on the "background" button then it is creating duplicate delivery with 8 lines where as PO had only 2 lines.
If we do the same process either by selecting both POs in a single go, OR by restarting vl10c after each delivery creation then it works fine.
Hello All,
I am working on GRC 10.1 SP08 and trying to use IDM 8.0 as user authentication data source.
Right now, i am having an issue with RFC (HTTP) connection created for IDM (VDS) in GRC as shown below.
The connection test fails as connection to partner broken, has anybody faced this issue or can let me know if this is correct information for RFC connection.
Also, i would like to have an opinion on IDM to GRC connectivity,
that since i am using IDM as authentication source, do i need to do entire GRC provisioining frame work configuration (ex. activating web services etc.)
Regards,
Yatin Phad
Hello Experts,
I am trying this reading several documents but not able to get break through.
Can any one please help me with this ? ?
Thanks
kapil
hi expert
i try to use the carriage return in sap hana but it give me an error
DECLARE v_crlf NVARCHAR(2); | ||
SELECT BINTOSTR( HEXTOBIN('0D0A') ) --Carriage return line feed INTO v_crlf FROM DUMMY;
select 'first_name' || :v_crlf || ' last name'
it give me an error messagge | ||
Bom dia!
Rejeição 502: Erro na Chave de Acesso - Campo Id não corresponde à concatenação dos campos correspondentes.
Alguém mais recebei este erro? Algum retorno da SEFAZ?
Abs.
Hello,
How can I compare two different reports or classes in Eclipse?
It's easy to compare a single report's version history or with a copy in another system, but the option to compare ZREPORT1 and ZREPORT2 is somehow not available or hidden.
Am I missing something obvious? I couldn't even find anyone else asking this question...
Regards,
Mike
Hi All,
we are in the requirement gathering phase. our company has SAP and customer,vendor and 3PL are in non SAP system.
in the future we may add customer and vendor who will have SAP systems.
i have some doubts regarding system integration using SAP PI.
we(SAP ECC) get the PO from customer. inbound idoc(order) is posted in SAP to created SO. once SO is created, Service PO is created with reference to SO.
now PO(created in SAP) needs to be sent to 3pl and Vendor and customer.
i have below actions to be done for this process.
1. Send the order response from SAP to customer
2. send the SAP PO document to Vendor,customer(for reference) and 3PL(for GR).
should we create one outbound idoc(order) and split into 3 in PI to send it to 3 parties(customer,vendor and 3PL)
should we create three outbound idocs(order) for each(vendor,customer,3pl)? is this scenario possible to achieve this scenario?
3. need to get the order response from Vendor and update in SAP
same scenario will be applicable for order change.
Regards,
Muni
Bom Dia
Para os navegantes de plantão, SEFAZ SP esta com Erro 223 - "Rejeitando : CNPJ do transmissor do Lote e diferente do CNPJ do transmissor da consulta". A empresa esta aguardando a SEFAZ retornar o chamado e enquanto isso não ocorre as vendas estão sendo feitas em formulário de segurança .
Att.
RONALDO
Hi Expert,
I need little overview about construction project. How we can proceed with such project.
any thread that could explain me construction process in SAP B1?
Regards & Thanks,
Vikas Thorat.
Bom dia pessoal,
Alguém mais está com problemas para emitir NF em PE?
Aqui emitimos devolução e transferência, todas rejeitaram com o erro 699.
"699 - Perc. ICMS Interestadual p/UF Destino difere do previsto p/ano Dt.Emiss."
São notas para contribuintes.
Att,
Belei
We are performing EHP7 upgrade of (ERP ECC 6.0) system from ECC 6.0
System OS : WIndows Server 2012
System DB : MS SQL Server 2012
Source Kernel Version : 720 Support Pack 525
Getting below error in phase MAIN_INIT/REPACHK_CLONE phase of Pre-processing step
Checks after phase MAIN_INIT/REPACHK_CLONE were negative!
Last error code set: No new lines found in log files.
Below is the text from REPACHK2.LOG file
2EETQ241 Errors found in logfiles - accumulated in file "REPACHK2.ELG"
4 ETQ010 Date & Time: 20160101230019
1EETQ399 Last error code set is: No new lines found in log files.
1EETQ203 Upgrade phase "REPACHK_CLONE" aborted with errors ("20160101230019")
Can you suggest possible solution.
Attached are log files.
Hi,
Currently the planning run is at the PRODUCT level. Now our client wants to run the planning at an aggregated level that is the PRODUCT GROUP level. How can it be done on an IBP on premise system?
Thank You.