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

Re: Help for OVS in WebDynpro

$
0
0

Hi Sameer,

 

During save, make sure that the changed data of the field is available and it is getting saved successfully.

 

Set an external break point just before saving data to backend and check if the changed value is available.

if not available, then the data is getting lost before reaching this point.

 

If your changed data is saved properly, then check if the data is being reloaded from backend and your saved data has been retried. If your data is available, then some where the values getting cleared and setting the context.

 

I think, debugging .. before save and after save would benefit you in this case.

 

 

Regards,

Rama


Re: RSP SAP Channel failed

Re: Difference between types of user roles of SAP

$
0
0

Terminology differs from customer to customer and from region to region, but I would break down the users this way.

 

Front office: end user --> power user --> Superuser  --> Key User (Process owner)

 

Back office:  help desk --> Jr. Core user (2nd level support personnel)  --> Sr. Core user (3rd level support personnel) --> Consultant.

 

 

Front office users execute transactions and carry out the day to day business of the company. Power users are just experienced users that most folks go to if they don't want to call the help desk. Super Users (in the United States) are generally users who get early access to the system during it's initial implementation and are expected to support users out in the field while they do their normal job (it's a power user, but they're more experience due to a formal program during initial implementation). Key users or process owners are generally very experienced personnel who have some decision making authority. If a process isn't working correctly, this person is empowered to make the decision to have it changed. S/he doesn't do the change him/herself, but major changes don't happen without this person's say-so. Key users might be department heads but are often the person who has been in the department the longest and know the history of every system that has every been used to do whatever their task is and can trace the reason for why things were done a certain way.

 

Back office users support the system itself. They handle all of the support calls when things don't work right and they make changes to the system (configuration or development) when necessary. Help desks,when run well, fall into line as the first level of support and triage problems. Helpless desk folks just act as a switchboard. True help desk folks actually try to solve the problem on their own. If they can't handle it, they forward the issue to a Jr. Core User. (I've never actually heard the term, Core User, in the US, but it fits. Usually, they're called "functionals" or "developers"or "basis", but there are multiple levels. The more senior support folks set direction and do the heavy lifting when things go wrong. Consultants are usually only brought in to do implementations or upgrades and then leave once the system is working. In a perfect world, they're the most knowledgeable in the chain. In the real world, they come with different experience levels as well and canbe more or less helpful depending on that experience.  They're not really at the end of the chain as much as they are a temporary parallel chain to the support folks.

 

Hope this helps!

 

Best regards,

--Tom

Re: Inter company sales

$
0
0

this will be the correct process that is stock transfer which will meet our requirement.

Thanks

Regards

Shivaji

Re: Inactive Pricing

$
0
0

all standard settings are ok...

this is something liket statistical flag is not getting clear.

Re: Measuring points tab repeating the point no for different selection.

$
0
0

It's SAP Rounds Manager Server v2.3.0.0 .

Re: Creating screen with class report

$
0
0

Hi Megan

You can see this class report /program in SE80 transaction?

Because ,if you see in se80 this object ,you can try left click mouse in object and click in option NEW and click in screen .

 

If you not can ,please send a image of object that you created.

 

Thanks.

Re: SAP HR-ABAP


Impact of OBYC new Transction Key

$
0
0

Dear All,

 

 

Request for your advice.

 

 

We need to create New Transaction Key (ZFR) in OBYC. Can you pls advice what
is the impact of it. We use Product Costing & Actual Costing with material
Ledger.

 

 

Our Requirement is:

 

 

Fright GL Account is to be different for different scansions i..e, We have
Local Purchases as well as Foreign (Imports) purchases. Both are differentiated
in MM by two different PO Types where these two are assigned to different
pricing schema.

 

 

All Local Purchases need to go to one GL Account (PO Type -> Condition
-> Condition mapping with FRE -> GL Assigned to FRE)

 

 

At the same time

 

 

All Foreign Purchases need to go to another GL Account (PO Type -> Condition
-> Condition mapping with ZFR -> GL Assigned to ZFR).

 

 

Pls advice, if this is the right way and what is the impact of this please.

 

 

Thank you

 

 

Chandu

Re: SAP IDM Create user policies

$
0
0

I have many - it depends on what your rules are for generating the name.

 

A really  basic one is:

 

initial = firstname.charAt(0);

tempName = initial+surname;

MaxCounter = 999;

 

curNames = uselect("Select mskeyvalue from idmv_valink_basic where mskeyvalue LIKE 'tempName%'");

 

tempCurNames = "!!" + curNames + "";

if(!curNames.InStr("!!" + tempName + "!!"));

{

     //tempName doesn't exist at all!  We are good to go.

   return tempName;

}

 

curNamesArray = curNames.Split("!!");

 

for(i=1; i < MaxCounter; i++)

{

     if(!curNames.InStr("!!" + tempName + i + "!!"))

     {

        //tempNamei does not exist.

        return tempName+i;

     }

}

 

Handle errors here...

 

NOTE - this is very basic and not very efficient but it will work (debug my javascript first! )

 

Peter

Re: error in Execution

$
0
0

Hi Cheung,

 

Have you checked1640751 - IGS Error: Could not open the ICU common library.

 

As i requested please share previous mentioned commands again after following 1640751 SAP Note & ensure that the OS-dependent environment variable LIBPATH is correctly set to the directory where the ICU libraries are located.

 

Thanks

HANA Stored Procedure using oData or UI5

$
0
0

Hi,

 

I need render the result of a Stored Procedure on a UI5 page. What would be the best way to go about this?

 

Is there a way to use this Stored Procedure in an oData service? or can run the stored procedure on the webpage like a select statement?

 

Thank you.

 

Saneth

New OBYC Transaction Key (ZFR) Impact

$
0
0

Dear All,

 

 

Request for your advice.

 

 

We need to create New Transaction Key (ZFR) in OBYC. Can you pls advice what
is the impact of it. We use Product Costing & Actual Costing with material
Ledger.

 

 

Our Requirement is:

 

 

Fright GL Account is to be different for different scansions i..e, We have
Local Purchases as well as Foreign (Imports) purchases. Both are differentiated
in MM by two different PO Types where these two are assigned to different
pricing schema.

 

 

All Local Purchases need to go to one GL Account (PO Type -> Condition
-> Condition mapping with FRE -> GL Assigned to FRE)

 

 

At the same time

 

 

All Foreign Purchases need to go to another GL Account (PO Type -> Condition
-> Condition mapping with ZFR -> GL Assigned to ZFR).

 

 

Pls advice, if this is the right way and what is the impact of this please.

 

 

Thank you

 

 

Chandu

Re: Consideration of stock of discontinued FG or trading material during MRP Run

$
0
0

Hello

Please refer to the following SAP note:

43636 - Discontinued parts

This note provides a detailed explanation of the system standard design of the usage of discontinued parts with material requiremenst planning and the most common questions about this issue.

 

The following information is provided on this note regarding the PIRs:

 

2. Planned independent requirements and forecast requirements are not redirected.

              Explanation: Planned independent requirements after the effective-out date are not redirected but are provided with an exception message in the MRP list stating that they cannot be included in the availability check. Planned independent requirements and forecast requirements are therefore displayed in the MRP list and in the stock/requirements list. However, they do not influence planning

 

BR

 

Caetano

portal.runtime.exception.errorcomponent

$
0
0

Is property "portal.runtime.exception.errorcomponent" working in CE NetWeaver Administrator v7.20?

 

NWA -> Configuration Management -> Infrastructure -> Java System Properties

Services -> Portal Runtime Container Extension -> portal.runtime.exception.errorcomponent

 

This property is meant for customizing error message for runtime exception.

 

When click on Show Details button, all the values cannot be changed. Please refer to attachment. Not sure if this is still under development. Please advise.


Re: About SAP HANA

$
0
0

HI patrick,

 

Thanks for your replay.

 

Sorry to wrote like that,

 

My Question is HANA is like  Dynpro/CRM MVC  architecture  /Web browser dependent or Totally different from these  ?Can you please tell me Basic knowledge on SAP HANA.

And I need any  Knowledge on BW to learn HANA?

 

Can you please tell me.

 

 

 

 

 

 

 

Regards

Tej

Re: complaint against abap development mod

$
0
0

Hi all,

 

I will agree with everything Jurgen, Matt, Coleen, Gali and Jelena said. But if there's one thing I MUST agree with Allwyn is the "it's covered in ABAP course". Come on!

 

Cheers,

Custodio

Re: COPA: Relation between product and COPA

$
0
0

Hi Nitisha,

 

One of the solutions to your requirement could be like that:

 

1. You already have characteristic ARTNR created in your operating concern (it's a system created characteristic) and it caries material code for material created in SAP.

2. Create a user characterictic e.g. WWMAT. Make sure that in validation you specify "No check".

This characteristic should be CHAR and of length that can accomodate both SAP created material codes and external material codes.

3. In config transaction KEDR you define derivation rule for WWMAT. The rule should be MOVE and source field ARTNR.

4. This way for every SAP created material WWMAT will be populated (in addition to ARTNR).

5. In your FI journals (posting to profitability segment) bringing revenue and COGS from external system you populate external material code in WWMAT.

6. You'll need to ensure consistency of external material code in FI journals as this field in CO-PA is not validated.

7. You base you reporting in CO-PA on field WWMAT (not ARTNR) as this field will contain both internal and external material codes.

 

This way you can bring external materials to CO-PA without creating material numbers in SAP.

 

Regards,

Szymon


Re: Duplicated PR on same date after MRP

$
0
0

There could be maximum lot size of 350 in material master or Pur info record.. Clear that field & it will do monthly lot size.

 

Max lot size is like container or Portable tank capacity , you can bring in max storage capacity per PR/PO

Re: Daylight Saving Time Shift - SUM

$
0
0

If there is such a restriction and If you think the upgrade wont be completed before the DST change then you need to start the upgrade activity after the DST change.

 

Regards

RB

Viewing all 9236 articles
Browse latest View live