Quantcast
Channel: SCN: Message List
Viewing all 8713 articles
Browse latest View live

Re: How to change delivery date in external operations using user exit COZF0001

0
0

Yes,

Obviously you need to put your code in the include ZXCOZU01 of the exit you've mentioned. I;m just giving the syntax. Right side is a variable where your logic would have stored the desired Delivery date. Your ABAPer will understand.

 

I never worked with this exit. Looking into the Import/Export parameters of the exit, I am suggesting.

 

Please go through various links available on this subject in this Google page. You (ABAPer) will be benefited.

 

Regards

KJogeswaraRao


Re: C4C Fine Tune: Sales Cycle and Phases-->Analysis Phases, what is it used for?

0
0

Thanks. Ankur.

 

could you also tell me which reports in C4C have used Analysis Phase?

 

Regards

Daniel

Re: Report SWN_SELSEN

0
0

Hi Jocelyn,

 

I am sorry for this post I didn't notice that.I will open a new post thanks for reminding me about it.

 

Regards

Pradeep

Re: WIP Settlement - Either the sender is already settled, or there is nothing to settle

0
0

Hi Sharu

 

Process seems right.

 

Just check config of RA version 0. Is transfer to FI active?

 

Also chck if order is already settled. Check wip gl balance in fbl report

 

 

After wip, calculate variance in kks1 and then settle ko88

 

Ajay

Re: SAP ECC System getting too slow on high load due to SAP PI Web service calls

0
0

Hi Gautam

 

Can you clarify if you are using RFC or proxy call to the ECC system?

 

I'd suggest that you check the timestamp in the audit log of each call. Note down the start and end times of each of the parallel calls at the point when it calls the receiver channel.

 

If the start time of each call is near one another, then it would most likely mean that the receiver channels are acting in parallel and the delay might be due to the ECC system processing.

 

If the start time of each call is far apart, i.e. start of second call is after end of first call, then this might indicate queuing on PI side and only 1 call to the receiver channel is being executed at a time.

 

Once you have a rough idea where the bottleneck is, then you can further zoom in to it.

 

If the delay is in the ECC system, you will need to get the help of an ABAP colleague to perform a runtime analysis/trace on it. Maybe certain tables are locked during processing, so it only allows sequential processing and not parallel.

 

Try this out and if you need further help, please provide some more info based on the troubleshooting steps above.

 

Rgds

Eng Swee

Re: FKKINV_S Message no. >0205 G/L account cannot be posted to, please correct your entry

0
0

Hi Evhen,

 

I have also come across this error in PSCD once.

 

There could only be three major issue scenarios where it can happen.

 

1. If you are using the GL account for receivables/payable (i.e., you have maintained this in posting area P000), the field 'reconciliation account for account type' is not set with "V". It must be set with "V".

 

2. If you are using the GL account for benefit/expense (i.e., you have maintained this in posting area P001), the field 'reconciliation account for account type' is not set with blank. It must be blank.

 

3. The GL account is blocked for posting.

 

Please check these first.

 

Alternatively, you can check in the FM FKK_HKONT_CHECK as for which condition the IF block is getting satisfied, that will shed more light for your investigation.

 

Hope it helps, let us know how you go.

 

Thanks

Bodhisattwa

Re: Budget control period wise as well as Year wise

0
0

Hi...

 

I have reviewed the use of EXIT_SAPLFMFC_002 for budget control period using WBS.

But I realized that I should activate PSM for using EXIT_SAPLFMFC_002.

I want to know how to implement budget control period using EXIT_SAPLFMFC_002 without activating PSM.

Re: SOLMAN 7.1 Update SP-Stack 6 z/os HA-Envir.; Profile path for the primary application server instance

0
0

sorry to bring back an old post, but i do encounter this while trying to perform SPS patch with SUM on my dual stack BI on NW7.0, My ASCS/SCS/Appliaction are all running on Windows

 

How does the merging of the START profile and INSTANCE profile works? I thought START profile is still valid as of NW 7.0?

 

So Mr Thomas, you merge the contents together, but your sapstartsrv was still started via START Profile for ASCS/SCS/PAS??


Get Time Difference

0
0

Hi All,

   I am using Time Column in my Grid . they are Start Date and End Date. How to Get Time Difference of start date and end Date?

Re: Clear CFL EditTextBox

0
0

Hi,

Thanks for your sample code, I will check and let u know the status

Re: QRCode para NFC-e via GRC/PI

0
0

Bernardo,

 

Não sei como está o código do GRC no SP23 (ainda estou no SP22) mas aparentemente ele não trata o campo QRCode para a inclusão do digVal na URL do QRcode, e consequentemente, para a tag infSupl/QRCode, muito menos se insere ele dentro de uma sessão CDATA p/ evitar problemas com o caracter '&'

 

Analisando o código, talvez o melhor ponto para fazer esta alteração seria na função /XNFE/CORE_SIGNATURE_CREATE_2, que é a responsável pela assinatura.

 

Aqui, você poderia criar um implicit enhancement point logo no final da função, pegar o digest value e atualizar a tag infSupl/QRCode com o valor correto.

 

Neste mesmo ponto você poderia devolver a URL completa para o SAP via RFC ou grava-la em uma tabela auxiliar e buscar via RFC no momento da impressão do DANFE.

 

Vou fazer um teste aqui e complemento o post...

 

Edit: Fiz um report pra mostrar o conceito do que expliquei acima:

Report to test the NFC-e on SAP NF-e (GRC), generating the infNFeSupl and qrCode tags, based on a enhancement on · GitH…

 

Estranho não ter algo parecido no standard...

 

[]'s

JN

Re: Rule based deconsolidation and distributive putaway

0
0

Hi,

 

You are receiving two products in a HU and those are going to two different bins...in that case without deconsolidation , how it is possible?

 

If you create a HU task for entire HU , without deconsolidation system can consider which bin?

 

We can able to maintain only one destination bin against a WT...I hope this will help you...

 

C K REDDY

Re: Obtaining SAP User information from J2EE Application

0
0

Michael,


Did you get the solution. I have created custom logon module where am using the UMFactory, ran into the same issue.




Thanks,

Kumar.

Re: split tables for DMO

0
0

Hello Rodrigo,


When you specify R3load values in configuration phase, you can keep it higher no. so that splitting factor is calculated considering high R3load availability (For e.g 100 or 200 ). This will ensure more no. of splits and packages in the bucket. When you are about to enter the downtime phase, you can start with lower R3load value (let's say 20 or 30 depending on available CPU) and keep on increasing the R3load value dynamically as per the CPU usage and capacity.


This is also important that oracle statistics are calculated before you start DMO.


This is very tricky that even if one failure occurs for broken pipe, complete table is reimported and also you can't use XML files for next iteration. So far, DMO is looking for perfectly fine last run.

If the broken pipe issue is coming very often, it is worth to open an SAP message with specific system details. There are some timeout parameters which might help or specific HANA version. (For .e.g idle connection timeout parameter in HANA can be kept as 0 for migration purposes).



Regards,

Ankit Gupta

Re: Tell me, please, where ELSE SAP uses a text table as a distinct values table?

0
0

You're a really bright guy and there's no reason for you to confine your talent to SAPSpace ... hope you still keep an eye out on stuff at the old CoffeeCorner, in case I have reason to post again some day ...


Re: Question about table add Function with xml.view and js controller

0
0

No I can't see any data in the table. There just show me "no data"

Re: Question about table add Function with xml.view and js controller

0
0

so that means it is not bound to anything, you should define a binding of "rows" aggregation.

Re: Tell me, please, where ELSE SAP uses a text table as a distinct values table?

0
0

Yep until they get rid of this place, I try to check back about once a week.  I enjoy the community here too much, to become a complete stranger.

Re: How to Provide exits and enhancement points in program

0
0

Hi Piyush,

 

 

T-code:SENH(Display Enhancement Information).

 

 

Hope it helpful,

 

Regards,

Venkat.

Re: Logic Missing on Query

0
0

Hi,

 

Please search in this forum for pivot queries and then modify your query.

 

Thanks

Viewing all 8713 articles
Browse latest View live




Latest Images