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

Re: Analysis Authorizations in Explorer

$
0
0

If your source is a Universe unfortunately you will not be able to leverage the Analysis Authorizations dynamically during exploration. The reason is that for Universe source all the data is read during indexing time and an index created on the Explorer host. Exploration then is against the index independent of the source (BW). You can set-up personalization on the Explorer side to filter data for different users.

 

G.


Re: source field split in to 2 fields at target side

$
0
0

Hi Ravi,

 

you can use the below code to create generic UDF.

 

you need to take two input input field and index. Index is 1 for first value and 2 for second value. you can take any no of values.

 

If you gave index 2 and delimeter "-" is not present then UDF pass blank value.

 

String[] output = input.split("-");
int num = Integer.parseInt(index);
if (output.length>num-1)
{
return output[num-1];
}

return "";

 

mapping screenshot

 

mapping 1.JPG

 

mapping 12.JPG

 

regards,

Harish

Switch a component to be picked from IM Storage Location

$
0
0

Hello Experts,

 

We have setup WM-PP interface for a component staging.

Now we have a requirement for a particular component to be back-flushed from an IM storage location (no WM).

In other words, among the components, this particular component will be back-flushed from a non-WM manage IM storage location.

To achieve this, I updated material master to back-flush and assigned the IM Sloc in BOM and MRP2 view of material master.

However the component still has a WM sloc assigned rather than the IM storage location that I want when I created a production order.

Am I missing something here? How can I achieve this?

Any help would be appreciated!

 

Regards,

Eddie

Re: What is the best field type for currency calculations?

$
0
0

Thanks Thanga - that's useful to know.

 

For me all my currencies will always be to 2 decimal places so i'm just passing my calculated values (which are based on ATFLV) into a field with 2 decimal places. This seems to work too.

Or is that bad practice?

Re: Shadow instance couldn't be started, check 'STARTSFI.LOG' and 'DEVTRACE.LOG': Process G:\usr\sap\EPD\SUM\abap\exe/sapcontrol.exe exited with 2, see 'G:\usr\sap\EPD\SUM\abap\log\SAPup.ECO' for details

$
0
0

Special thanks to Reagan.

 

Had the same issue , resolved by updating the parameter.

 

Thanks for the good work.

Re: Fiori Wave 2 LAUNCHPAD admin url error cannot create tile for Approve requests

$
0
0

Thank you Masa

 

I think that note did put us on the right track but I don't have a solution yet

I looked in the table  /UI2/CHIP_CHDR and there are 5 chips that have a forbidden error

Our SSO configuration is correct and we could not find any errors in the ICM trace.

 

The error in the table is

HTTP response failed for UI2 CHIP xml with path /sap/bc/ui5_ui5/ui2/ushell/chips/action.chip.xml. Return code: 0, reason: Forbidden

 

We don't think it is authorization since we have the right roles. We also tried through SAP_ALL

and it still gives us the error.

 

/UI2/DYNAMIC_APPLAUNCHER: and  /UI2/STATIC_APPLAUNCHER are two of the CHIPS that are giving us  the error

 

We had configured Launch page for Wave 1 successfully before we decided to upgrade and move to the new launchpad

 

Please let me know if you have any other suggestions

 

 

 

Regards

Puneet

Re: NFe 3.10 - XML ainda sendo gerado na versão 2.00

$
0
0

Oi Eduardo,

 

Quando eu falei que conferi e realmente não está lá me referi ao código no nosso ambiente, não no arquivo .SAR.

 

 

Não conheço muito bem esses arquivos, mas como posso fazer para ver se esse código está lá? Teria que ter algum item na request?

 

Veja os pontos que foram carregados ao subir a request:

 

request.PNG

 

Estamos na versão 602.

Re: Need jQuery code assistant with SAPUI5 in Eclipse

$
0
0

I already did this.

 

Did it work for you?


Re: Need jQuery code assistant with SAPUI5 in Eclipse

$
0
0

Don't you use jQuery with sapui5 in eclipse?

Re: Link GTS Billing of Lading with PO/Inbound delivery/Import declaration document

$
0
0

Hi Hedy,

 

Yes, ok, but exactly what data would you want to maintain & store in the BoL replica?  Are you trying to record a replica of the actual BoL in the system?  If so, for what reason?

 

Please consider if you could instead use the "Presentation" document type for that - then you can create it with standard configuration when the Inbound Delivery is saved.

 

If you really want to use the BoL, then you will have to develop your own solution to map and call the GTS interface module /SAPSLL/API_6800_CFB_SYNCH (or ..._CFB_CHG if the BoL has already been created).  You would need to provide the BoL number in the interface somehow.

 

Regards,

Dave

SAP FI client

$
0
0

Hi all,

 

I have a customer, which has a few entity / companies. The SAP partner set up only one client. For the different entity / companies the partner set company codes in the financials. That practice is new to me. As far as I know for each and every company / entity you set up one client. Am I wrong? Please let me know your practice to set up more than one company in one SAP FI System.

 

Thanks and Cheers

Steffen

Re: user assignment with HR replication

$
0
0

Yes

The procedure is correct.

If the mandatory fields are not given it will not allow you to create personal record. The rest of them can be left blank. It will not be a problem.

if u create a su01 user, its not added automatically to the org structure, you have to add them manually. Then run PFAL to replicate.

Hope it helps.

Regards

Bash

Re: Export Attribute Change Run data to csv/xls

$
0
0

Hi Kodanda,

 

Thanks for the reply.  For documentation purposes, I just wanted to grab all infoobject in an Attribute change run.  I could not find an export option from the screen so I was exploring how to fetch the data from other means.

 

Regards,

Sunny

Re: Tips and tricks about a new car

$
0
0

By "it is a super car" I meant that it is a nice car, as in very nice car. Not super-car as in Ferrari or Veyron.


Getting back closer to reality, does anyone have a 2014 Peugot 308? I see that it won the "car of the year" award at the Geneva Auto Salon.

 

The missus has her eye on Mercedes GLA. Anyone else looked into that or have one? Can you recommend it for day to day SAP consulting, debugging, workshops, opening OSS notes...? 

 

http://i.telegraph.co.uk/multimedia/archive/02539/Mercedes-Benz-GLA-_2539844b.jpg

Re: Trigger a workflow when idoc/bdoc comes into sap retail system


Re: Return multiple controls from a JS type view.

$
0
0

Thanks Brian. Works like a charm :-)

Re: What happens behind the scene when executing a data flow containing an abap dataflow?

$
0
0

HI,

 

Try to use RFC method instead of share directory.

 

For your problem

 

1. Create same directory structure both side

2. Create same user both side

3. Create same or admin permission both side

 

Regards,

Manoj.

Re: Item 001 order XXXX budget almost exhausted

$
0
0

Please check if any enhancements are present.

Check the available budget for the order apart from comitted budget in ecc system with tcode KO23. Check if PO delivery date is in the same year as the budget maintained. Else it will check the budget in a different year.

Hope it helps.

 

Regards

Bash

Re: Tips and tricks about a new car

$
0
0

Hey!

 

So you're still looking? I just saw the first post and this last one...

 

In my opinion and in your situation, I would definitely go for a Mitsubishi Lancer Evo. First of all, it's a Mitsubishi, so it's pretty much as reliable as it gets (as any other Japanese car make).

 

4WD, for your winter needs, almost 300 HP, so you can have some fun at the auto bahn if you want to, and with a fuel efficiency hard to beat (for similar power cars).

 

After that one, I would maybe go for the Nissan 370Z. Similar in almost everything, except it doesn't have 4WD. Oh and it's a two-seater... if that's a factor.

 

I hate it when cars break down on me and need to stay in the shop. If you share this sentiment, I would avoid German car makes if I were you...

 

Good luck!

 

Best,

Bruno

Re: Shopping Cart completely approved but not available in SOCO !!

$
0
0

Plz try restarting the SC.

 

Regards

Bash

Viewing all 8746 articles
Browse latest View live




Latest Images