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

Re: SPAM/SAINT import problem in phase: IMPORT_OBJECT_LIST

$
0
0

Hi Valery,

 

Can you please share the logs from the trans directory ?

 

Regards,


Re: Query for a report

$
0
0

Hi,

 

Try this:

 

SELECT T0.[CardCode], T0.[CardName], T0.[DocDate], T0.[DocNum], T1.[ItemCode], T1.[Quantity], T1.[ShipDate] FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry WHERE (T0.[DocDate] between [%0] and [%1] or [%0] = '' and [%1] ='') and  (T1.[ShipDate] between [%2] and [%3] or [%2] = '' or [%3] ='')

 

Thanks & Regards,

Nagarajan

Re: search list _horizontal scroll bar

$
0
0

Hello Thomas,

 

Thank you for your help.
The scrollbar is not there automatically after you have too many columns, but you indeed need to fix each column width in pixels only.

 

Best regards,

 

Anais Jaussaud

Re: Log is not displayed in SLG1

$
0
0

Hi,

 

I'd love to do it, but there is no method called 'save' in 'CF_RECA_MESSAGE_LIST' or 'IF_RECA_MESSAGE_LIST'. I tried it with "IF_RECA_MESSAGE_LIST->STORE", but without success.
Any further ideas for a method?

 

Best regards,

Benjamin

Re: Creating Product specific means of transport.

$
0
0

Hi Bhuvan,

 

Try with transaction Product View to find the ID for what you want. Once in the transaction enter GT_IO in the command file and press enter. In the new view you will have the ID for locations, products, etc...

Thanks.

 

Regards, Marius

 


Re: SQL Server connectivity

$
0
0

What version of JAVA and SQL Server are you using?

 

Matt

Re: RE: Multi Mapping-IDOC->File,JMS-dynamic configuration (Urzent)

$
0
0


Hi Experts,

 

Any Views.

 

Thanks,

Krishna

Re: erro message at COR3

$
0
0

Thanks for Reply Chinna,

I unable to read this order at COR2 or COR3, how can I remove operation from order.

is there any program or transaction code to do same.

 

also user want to TECO that order. kindly suggest


Re: Product Availability Matrix not visible for Work Manager 6.0.0

$
0
0

Hi Stephen ,

 

Thanks for the information . I am looking for the product matrix of Work Manager 6.0.0 with information about compatible of SAP add-on , SMP version & JDK version .

 

Ranjoy

Re: Fuzzy Search error

$
0
0

Hmmm.   So what happens when you run just that particular select statement directly in SQL editor?  Modified without the table variable of course. 

Re: Does Agentry 6.0 development standalone server support multiple applications

$
0
0

Yes, Michale. it's standalone server.

 

Michael, where should I set the port number that Agentry Server is listening on?

Re: Profit center implementation in new GL activated system

$
0
0

Hi Eli,

 

My apology for unable to explain the scenario exactly.

 

It is profit center introducing in new GL activated system, I am in the testing phase that’s why I am saying profit center is updating in FAGLFLEXA table.

 

As per my scenario please explain me in broader level what is the process I have to follow to implement PCA to get P&L, trail balance and B/S (default profit center for all B/S items)?

 

I really appreciate for your explanation.

 

Regards,

Raman

Re: Dashboard not opening

$
0
0

Hi Ayush,

 

The only you could recover will be the excel file.

 

Follow KBA 2065552 

 

regards,

 

Jennifer

Re: Tolerance limit error

$
0
0

Why don't you just try it? Are you outsourcing your tests to SCN?

Re: Tolerance limit error

$
0
0

Prag,

 

Why not just try the experiment in a test system, where you can play with your tolerance indicators?

 

- Jeff


Re: Automatic Final confirmation based on Order Type

$
0
0

Dear Mariano,

 

Yes. It is selected as 1. But still, when i confirm the order of ZP02 in COR6n, confirmation type is  partial only

 

 

 

 

Regards

Shailesh

Re: Netweaver 7.31 SP13 BPEM-CORE deployment error

$
0
0

Ok so the problem was caused by triggers which had been created on the BC_BPEM_EL_ENTRY by a a replication scenario in an SLT system. ( the table needs to be replicated to HANA as it is needed by OpInt.

Case closed.

 

Re: SP for GRPO qty with tolerance 10% error !

$
0
0

Hi,

Try This

 

if @object_type='20' and (@transaction_type='A' or @transaction_type='U')

begin

    Declare @Base_Entry20 as int

    Declare @Base_Line20 as int

    Declare @Itemcode20 as varchar(255)

    Declare @Qty_PDN20 as float

    declare @minline20 int

    declare @maxline20 int

    Declare @Openqty20 as float

    declare @pdnqtysum as float

    declare @Bal as float

    set @minline20 = (select min(T0.linenum) from PDN1 T0 where T0.docentry=@list_of_cols_val_tab_del)

    set @maxline20 = (select max(T0.linenum) from PDN1 T0 where T0.docentry=@list_of_cols_val_tab_del)

 

   while @minline20<=@maxline20

    begin

    select @Base_Entry20=baseEntry from PDN1 where basetype=22 and docentry=@list_of_cols_val_tab_del And LineNum=@minline20

    select @Base_Line20=BaseLine from PDN1 where basetype=22 and docentry=@list_of_cols_val_tab_del And LineNum=@minline20

    select @Itemcode20=itemcode from PDN1 where basetype=22 and docentry=@list_of_cols_val_tab_del And LineNum=@minline20

    set @Openqty20=(select Quantity from por1 where docentry=@Base_Entry20 and Linenum=@Base_Line20) --POR QTY

    set @pdnqtysum=isnull((select sum(quantity) from pdn1 where baseentry=@Base_Entry20  and baseline=@Base_Line20),0) --PDN Qty Sum

    set @Bal=(@Openqty20 + (@Openqty20 * 10/100) ) -@pdnqtysum

    select @Qty_PDN20=quantity from PDN1 where docentry=@list_of_cols_val_tab_del And LineNum=@minline20

    if  0>@Bal

        begin

        set @error='111'

        set @error_message='GRN Qty should not greater then P.O Qty ' + @Itemcode20

    end

   set @minline20=@minline20+1

  End

end

 

regards,

Raviraj

Re: SMP 3.0 SP03 Server Installation Error

$
0
0

Dear Dharmaraj,

 

Are you running the installer as Administrator. Right click on the Installer file and try to run it as an administrator. Also please do not create the user smpServiceUser manually.

 

Hope this helps,

Thanks,

Rakshit doshi

Re: Mailing to Clerck to update information in the returned order

$
0
0


Agreed with Karri. Dont use workflow here just put the mail sending code in any of the exit / BADI / Enhancement with proper condition.

 

BR,

Prakash

Viewing all 8802 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>