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

Re: Query to get sales order, Delivery, Invoice

$
0
0

Hi,

 

Please Check this query

 

 

 

Select Distinct A.DocNum as 'SO NO',B.ItemCode as 'SO Item',B.Quantity as 'SO Qty' ,

D.DocNum as 'DO NO',C.ItemCode as 'DO Item',C.Quantity as 'DO Qty',

F.DocNum as 'AR NO',E.ItemCode as 'AR Item',E.Quantity as 'AR Qty'

From ORDR A INNER JOIN RDR1 B ON A.DocEntry=B.DocEntry

INNER JOIN DLN1 C ON B.DocEntry=C.BaseEntry and A.ObjType=C.BaseType

INNER JOIN ODLN D ON C.DocEntry=D.DocEntry

INNER JOIN INV1 E ON C.DocEntry=E.BaseEntry and D.ObjType=E.BaseType

INNER JOIN OINV F ON E.DocEntry=F.DocEntry

Union All

Select Distinct A.DocNum as 'SO NO',B.ItemCode as 'SO Item',B.Quantity as 'SO Qty' ,

'0' as 'DO NO',''as 'DO Item','0' as 'DO Qty',

F.DocNum as 'AR NO',E.ItemCode as 'AR Item',E.Quantity as 'AR Qty'

From ORDR A INNER JOIN RDR1 B ON A.DocEntry=B.DocEntry

INNER JOIN INV1 E ON B.DocEntry=E.BaseEntry and A.ObjType=E.BaseType

INNER JOIN OINV F ON E.DocEntry=F.DocEntry

 

Thanks,

Nithi


Binding Context

$
0
0

Hi All,

 

I am working on River RDE extension project, where I have extended new views and controllers and able to navigate between them as well by implement navigation routes in Component.js. But still, I am having difficulties to set the binding context when I make call to navigate to new view (XML view) from a controller (JS controller). I am trying to call this.oRouter.navTo() method and inside that I am setting subroutes which I declared in my Component.js. Please provide guidance to follow an effective way to do context binding and share data across different view?

 

Thanks & Regards,

Chet

Re: Enhancements in a T-code

$
0
0

Hi Sreekanth,

 

I am quite aware of finding the enhancement available for a particular Tcode by SAP..

I will clear my requirement again, I need to know the particular enhancements used for a particular tcode.

for eg. In my current project we have implemented certain enhancement for ME21N, Now I need to find the enhancements which have been used or already implemented for ME21N, whether they are

customer include, BAdI, Implicit or Explicit enhancement. Is there any way to get those. I mean may be through debugging or something.

 

 

Regards,

Paavan

Re: Add-on InvoiceOne da Inventsoftware infCpl da DANFE.

$
0
0

Bom dia Amigos,

 

Na versao 9 PL12 já está tratando as mensagens de acordo com os impostos aplicados...

 

veja o print anexo.

Imposto_Texto.png

How to handle defect in material while the production order is already released ?

$
0
0

Hello Experts,

 

I would like to know the process that,if it is found material is defective while the production is going on and then decision is taken to stop the production then how the process can be mapped in SAP ?

 

 

 

I think the 03 inspection process will take care of this but still can anybody give me exact steps to map this scenario..?

 

 

 

Any help will be highly appreciated by reward points..

 

 

 

Thanks

Anand

Re: FBL3N: reason code display

$
0
0

OK, seems that I have to give it up.

 

Thank you so much.

Re: Moving Average Price does not get updated for Project Stock

$
0
0

PO is raised via a PR which is automatically issued from the Network Activity under the WBS element in the Project.

 

Account assignment is Q "Project Make-To-Order" which states that the stock is to be procured and stored per single WBS element until the time comes and the project needs the stock to be issued for consumption.

 

I don't want to update the MAP in plant stock, I have a problem with the Project Stock Valuation !!! as stated above I've shared all my findings. If you may help with your knowledge about the Project Stock Valuation, that will be great.

Scroll in sap.m.Table or sap.m.Panel

$
0
0

Hi, I'm trying to put a scroll bar in a sap.m.Table or sap.m.Panel. I tried with sap.m.ScrollContainer and inside of this the Table, but the scroll bar is never showed.

 

how can i do that?

 

 

Thanks,


Re: cross-tab with many columns

$
0
0

Hi,

 

Can you tell me why you have to check for group range like 1 to 3, 4 to 6 and all?

 

If your question is regarding setting the count for the solution provided in above post, then try using below steps:

 

Crate a formula with content global numberVar currentValue := 0; and place it in report header.


Create another formula with below content and use it for GrpCnt explained in the link:

 

 

numberVar recordCount := count(<any database field in your report>);

global numberVar currentValue;

 

if RecordNumber <= recordCount

then

        if recordNumber  mod 3 = 1 then

        currentValue :=  currentValue + 1;

 

currentValue


Hope this helps.

 

Thanks,

Raghavendra

Re: Reschedule an outlook meeting in SAP ABAP

$
0
0

That's true. Maybe the code uses some local class that is not supplied i nthe document.


Anyway, I think this is not relevant for this case. The ABAP code shown in the document can be used as a blueprint to implement an appointment change (using VEVENT method REQUEST). 

Re: Copy data to Archive environment

$
0
0

Hi Vadim,

 

Data volume is in millions in PLAN model in both environments as below.

FINANCE - 15 categories with ACTUALS only for current year

FINANCE_HISTORY - ACTUALS for all prior years


We are migrating from BPC 7.5 Microsoft to BPC 10 Netweaver. Currently, Stored procedure is used to copy data between environment. I was thinking about the below approach in Netweaver.

1. Use Import Master data process chain to update dimensions
(or) Setup BW transformation, process chain with Data manager package

2. Use DESTINATION_APP, RUNLOGIC_PH to clear, copy transaction data in PLAN model

3. Use trigger process chain package within PLAN environment to run DM package in OWNERSHIP, RATES models passing TIME prompt values.


Any inputs would be helpful.


Thanks

Subu


Re: Adding Modifications to Transport Request Using ABAP Report

$
0
0

Hi Klaus,
Thank you for the guidance.
How can I decide when to put Request Type as 'K' and when not?

With request type as 'K', it is creating a new request on each execution.

 

Can we do this in the following way-

 

Request Type should be 'K' for a particular user when he is executing the program for the 1st time.

Later on, all the modifications should be stored in the same TR.

 

But when a new user executes the same program, then the Request Type should be 'K'.

Re: Data services Job Error

$
0
0

Could be. Or codepage-related. Or some special characters in string.

But that's all very unlikely, because you're able to run the job manually. Is that with exactly the same input data?

It cannot be a timeout issue either, so I'd rather suspect the network, too.

Re: SAP Fiori implementation

$
0
0

Hi Mayur,

 

So help me with the configuration guide for SAP ERP ans NW Gateway server and user authorization and My leave request and approve leave request configuration guide which gives steps to follow.

 

Regards

shraddha

Re: UWL task tabs are not showing items by default

$
0
0

Hi Raghu

 

Many thanks for the response and update and it is no problem at all I was very happy to help out.

 

In relation to the issue and for future reference be sure to keep an eye out on these forums for new discussions and topic postings as they may prove to be a very beneficial source of reference in the future.

 

Another recommendation is to also keep tabs on the SAP Service Marketplace (SMP) for newly released Patches & SP's which often provide fixes for easily avoidable issues.

 

I'm glad that you managed to get the clarification required from this forum and I wish you all the best in the future.

 

Kind Regards & All The Best

 

 

Troy Cronin - Enterprise Portal Support Engineer.


Re: Summation of different units

$
0
0

Hi Matthias,

 

As suman said, when ever you use different units at report level, it shows *. Because report propert is like that. Better you create one New formula on your selected keyfigure then you apply "NODIM" data function after that check the report then it will display result with out units.

 

The way you select "NODIM" option : Keyfigure--->Right click-->New formula--->select functions--> Data functions--> select value without dimention(no unit).

 

Thanks,

Premalatha.C

Re: Payslip PDF file encripted or password protected while sending mail

$
0
0

Kindly give solution for password protection still not getting right answer in sap abap

Re: ABAP Proxies external view

$
0
0

Hi Inaki,


in this case we do not use PI.

The origin of the proxy is a RFC which is exposed as webservice.

 

A non SAP system wants to call this ABAP webservice without the ABAP like lowe case data types

 

regards

Kerstin

how to print a string in pyramid shape

$
0
0

hi all,

 

Can any one tell me the logic to print a given STRING in pyramid shape......

Re: Query using logical database

$
0
0

Hi Prasenjit,

 

It is giving me  error as the table is not present in logical database. Your second option I will try.

Viewing all 8902 articles
Browse latest View live




Latest Images