Hi Valery,
Can you please share the logs from the trans directory ?
Regards,
Hi Valery,
Can you please share the logs from the trans directory ?
Regards,
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
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
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
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
What version of JAVA and SQL Server are you using?
Matt
Hi Experts,
Any Views.
Thanks,
Krishna
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
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
Hmmm. So what happens when you run just that particular select statement directly in SQL editor? Modified without the table variable of course.
Yes, Michale. it's standalone server.
Michael, where should I set the port number that Agentry Server is listening on?
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
Why don't you just try it? Are you outsourcing your tests to SCN?
Prag,
Why not just try the experiment in a test system, where you can play with your tolerance indicators?
- Jeff
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.
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
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
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