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

Re: System cannot find the path specified error

$
0
0

Chetan,

 

More error text...

 

822015912PAR-0101027/26/2015 9:35:45 AMSyntax error at line <1>: <>:  found <[end of text]> expecting <'(', &ERROR, __AL_LOOKUPEX_TRAN, __AL_SEARCH_REPLACE_TRAN,
822015912PAR-0101027/26/2015 9:35:45 AM__RFC_FUNCTION, __AL_SCRIPT_FUNCTION, __AL_STORED_PROCEDURE, __AL_EXTRACT_FROM_XML, __AL_EXTRACT_FROM_JSON, __AL_TRAN_FUNCTION,
822015912PAR-0101027/26/2015 9:35:45 AM+, AL_UNSPECIFIED_PARAM, CONVERT, a float, identifier, an integer, a null, a quoted identifier, ;, a string, a decimal,
822015912PAR-0101027/26/2015 9:35:45 AMVARCHAR, VARIABLE, -, +>.
822015912PAR-0101027/26/2015 9:35:45 AM1 error(s), 0 warning(s).

Re: how to read the pop up up values get from f4 in module pool and save display in that field

$
0
0

Hi,

you can do this by using PROCESS ON VALUE-REQUEST.

 

try this code, if you face any problem, let us to know.

 

 



REPORT  zibo_pg_f4_modul.
TYPES: BEGIN OF ty_ibo,
   name1
TYPE zibo_tab1-name1,
  name2
TYPE zibo_tab1-name2,
 
END OF ty_ibo.
DATA lt_return TYPE  suid_tt_ddshretval.
DATA ls_return LIKE LINE OF lt_return.
DATA lt_tab TYPE TABLE OF zibo_tab1.
DATA ls_tab TYPE zibo_tab1.
DATA txt1 TYPE c LENGTH 17.
DATA txt2 TYPE c LENGTH 17.

DATA lt_list TYPE TABLE OF ty_ibo.
DATA ls_list TYPE ty_ibo.


CALL SCREEN 100.

MODULE user_command_0100 INPUT.
 
CASE sy-ucomm.
   
WHEN 'CANCEL' OR 'BACK' OR 'EXIT'.
     
LEAVE TO SCREEN 0.
 
ENDCASE.
ENDMODULE.                 " USER_COMMAND_0100  INPUT

MODULE status_0100 OUTPUT.
 
SET PF-STATUS '0100'.
 
"   SET TITLEBAR 'xxx'.

ENDMODULE.                 " STATUS_0100  OUTPUT

MODULE help_txt1 INPUT.
 
SELECT name1 name2 FROM zibo_tab1 INTO CORRESPONDING FIELDS OF TABLE lt_list.
 
PERFORM show_f4 USING 'NAME1'.
ENDMODULE.                 " HELP_TXT1  INPUT

MODULE help_txt2 INPUT.
 
IF txt1 IS INITIAL..
   
SELECT name1 name2 FROM zibo_tab1 INTO CORRESPONDING FIELDS OF TABLE lt_list.
 
ELSE.
   
SELECT name1 name2 FROM zibo_tab1 INTO CORRESPONDING FIELDS OF TABLE lt_list
     
WHERE name1 = txt1.
 
ENDIF.

 
PERFORM show_f4 USING 'NAME2'.
 
"Internal table for F4

ENDMODULE.                    "help_txt2 INPUT


FORM show_f4 USING fname TYPE dfies-fieldname.
 
DATA lv_dynfield TYPE help_info-dynprofld.
  lv_dynfield
= 'TXT2'.
 
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
   
EXPORTING
      retfield   
= fname              "Field Name requiring F4
      dynpprog   
= sy-repid               "Program Name
      dynpnr     
= sy-dynnr               "Screen No
      dynprofield
= lv_dynfield             "Field value for F4
      value_org  
= 'S'
   
TABLES
      value_tab  
= lt_list
      return_tab 
= lt_return.

 
IF fname = 'NAME1'.
   
READ TABLE lt_return INTO ls_return INDEX 1.
   
txt1 = ls_return-fieldval.
 
ENDIF.
ENDFORM.           " HELP_TXT2  INPUT


1 (1).JPGs

 

 

2 (2).jpg

 

 

 

 

 

11183439_525374824277731_6028863701601999747_n.jpg

 

 

Regards

Ibrahim

For MM area steps from TAXINJ to TAXINN

$
0
0

Dear Friends,

 

Requesting you to kindly provide the steps for MM area to change the TAXINJ to TAX INN.

My client is looking to change from TAXINJ to TAX INN.Client using SAP ECC 6.0 Version.

 

Kindly help me with required details.


Regards

RK

Re: How do I get the spid of Sybase when using JDBC

$
0
0

Hi,

 

In the application why not do a query timeout? You will have to catch the exception and move the application forward. setQueryTimeout(seconds)

Is the stored procedure on the ASE?
Is the stored procedure dyanamic and made from the application?
Why the stored procedure on the ASE is still taking so long would be something to look at.
Maybe the dba on the ASE should do some monitoring on the stored procedure and tune it if the procedure is located on the ASE.

 

Thanks,
Dawn Kim

Re: Impacts of one warehouse for multiple plants (These plants are a block away)

$
0
0

Goal was to save labels while moving from place to another as these locations are close by. Based on our discussion we cannot save SU's without adding work to the labor.

Re: HANA user getting locked

$
0
0

Lucas,

 

We had it already . But its didnt show up the entries. Then we changed from sys log to table.

It was showing up but showing with wrong entries.

Re: We have a situation where we need to create an invoice in England for VAT TAX in pounds currency.

$
0
0

Hello Mukhar,

 

We use the same currency for local and group because when we created the company codes in the USA, we only used USD cor currency.

 

Regards,

Dan

Re: Constrained Demand Plan Qty

$
0
0

Yes, I have checked those master data.

 

It worked fine for one customer and master data is same for both customers.

 

Please let me know if you want me to send you screenshot by email.

 

Thanks Alecsandra,

 

Tauseef


AiE Slow Performance

$
0
0

Hello,

 

i experience performance problem with AiE on the server side on almost every action, especially activating, debugging and setting breakpoints.

Ialready figured out that the problem is on Server side (most processing time on server), and only on that specific server. Attached a http communication trace, where I operate  on different clients and with different actions.

 

 

aie_performance.png

 

Hopefully some of the experts could give me a hint where to look for the obvious bottleneck.

 

In my opinion it is some gateway misconfiguration or slow Webservice performance. I have other machines where AiE runs smoothly.

 

 

Thanks in advance

Marko

Cannot Run Configuration Mini Checks on SP 9 Release 10 ?

$
0
0

We've recently updated our HANA DB installation to SP9 Revision 1.00.100.00.1434512907 (fa/newdb100_rel), and can no longer run some of the useful SQL queries provided by Martin Frauendorfer in SAP Note 1969700 (the latest revision 71 dated 7/25/2015), specifically HANA_Configuration_MiniChecks_Rev90+_ESS.

 

When attempting to execute this SELECT statement from SAP HANA Studio (which always worked in previous versions of the DB), the failure is:

 

Could not execute 'SELECT /* [NAME] - HANA_Configuration_MiniChecks_Rev90+_ESS [DESCRIPTION] - General SAP HANA checks ...'

SAP DBTech JDBC: [3] fatal error: Execution flow must not reach here.  See error trace for details

 

Examining the indexserver_alert_<master_host>.trc file shows little additional detail, other than several hundred table access and join info lines, the last of which is on M_SYSTEM_OVERVIEW:

 

# TABLE M_SYSTEM_OVERVIEW_(XXXXXXXXXXXX:30003) (1) (opId: -1)   FILTER ( (1,0) = 'System' AND (1=1) = 'Version') ...

 

Has anyone been able to execute the Configuration Mini Checks on Revision 10 ?  Is there a work around ?

Re: For MM area steps from TAXINJ to TAXINN

$
0
0

Oh man, first you necormanced an old discussion, then you posted in the wrong space and now again.

Don't you read the notifications that you get?

Don't you think at all why your questions get rejected?

Is really just reposting the only option that gets into your mind in this case?

 

Please click the Action icon on top right and move on to the Notification tab.

 

Discussion locked

SAP ERP reference models

$
0
0

Hi everyone,

I want to ask the specialist persons in this group some questions about mySAP ERP reference models that will help me in research:

Is there reference models for mySAP ERP?

If yes, How I can get those models? and what about the levels of existence models (business process, organizational chart, functions level, and data level)

What is the tool used for modeling mySAP ERP reference models? And how I can get this tool??

 

Highly appreciate your cooperation.

 

***I know R/3 ERP reference models modeled by using EPC (Event-driven Process Chains) diagram in ARIS tools****


Hamdan Al-Sabri

Re: Inner joins in a scripted calculation view

$
0
0

Please don't do that. It's SPAM and it is turning your original question to SPAM, too.

Re: connecting error SBO MAILER smtpout.secureserver.net

$
0
0

Hello Nelson,

 

Did you solve this issue? I have the same smtp server (smtpout.secureserver.net) and receive the same error.

 

I did what the document said, but the error still the same

 

Thanks for you support.

Re: Create a Maintenance Order from a Purchase Requisition

$
0
0

Hello Ernesto,

You are right. There is nothing like that in standard business processes by SAP. If finding some solution is a must for you it will be non-standard and may not be possible too. But for experts before putting their minds at work on this, it is better to know what is your business process which asks this. May be they might suggest some alternative methods.

 

You must be knowing one thing: a PR while creating, can link with a Maintenance Order (created earlier). This is by selecting the Account Assignment key as 'F'.

 

Regards

KJogeswaraRao


Re: OData Query operation with filter for 4 parameters

$
0
0

Hi Reshma,

 

You can do filter options with multiple ways. Here I am getting you some of the examples:

1. ZGWSAMPLE_SRV/BusinessPartnerCollection?$filter=BusinessPartnerID eq ‘0100000000’

 

2. ZGWSAMPLE_SRV/BusinessPartnerCollection/$count?$filter=BusinessPartnerID eq '0100000000' or BusinessPartnerID eq '0100000044'

 

3. ZGWSAMPLE_SRV/BusinessPartnerCollection?$select=BusinessPartnerID,Company_Name

 

4.ZGWSAMPLE_SRV/BusinessPartnerCollection?$select=BusinessPartnerID,Company_Name,

LegalForm&$orderby=LegalForm,CompanyName

 

5. ZGWSAMPLE_SRV/BusinessPartnerCollection?$select=BusinessPartnerID,CompanyName,

LegalForm,City&$top=6

 

6. ZGWSAMPLE_SRV/BusinessPartnerCollection?$select=BusinessPartnerID,

CompanyName,LegalForm,City&$skip=12&$top=6

 

Hope this helps. Please be careful with the spaces and special character conversion during application development.

 

Regards,

Nagesh

Re: KPI Owner?

$
0
0

Hi Archana,

 

for Option 1 if we create any role and not give any value in authorization tab , then it create a analytic privilege role which is same as OPERATOR role , if we edit in their then we can hide any   tile data but its showing tile not loaded is this is way we can do??

 

Thanks,

Sumit

Re: cost determination of a material

$
0
0

Hi.

 

It depends on your company but probably is like this.

 

From  TCK03 you get cost variant info.

 

"With these data you go into  KEKO table (header data for calculate costs)

"You select like this:

    

     clear keko.

     select * from keko

       where matnr = i_matnr

         and werks = i_werks

         and bzobj = tck03-bzobj

         and kalka = tck03-kalka

         and bwvar = tck03-bwvar

         and loekz = space

         and klvar = tck03-klvar

          order by cpudt descending. "You need the most recent record

       exit.

     endselect.


"You get  elements for calculate costs like this:


clear keph.

     select * from keph

       where bzobj = keko-bzobj

         and kalnr = keko-kalnr

         and kalka = keko-kalka

         and kadky = keko-kadky

         and tvers = keko-tvers

         and bwvar = keko-bwvar

         and kkzma = keko-kkzma

         and kkzst = space

         and kkzmm = space.

     endselect.


IF sy-subrc NE 0 => Means NO CCST for input material



"Now you write your cost formula like this (Check  TCKH3 table for combination)


i_ccst = ( keph-kst001 + " Raw material

             keph-kst005 +    "Fixed Cost Processing: Maintenance

             keph-kst009 +    "Fixed Cost Processing: staff

             keph-kst013 +    "Fixed Cost Processing: department costs

             keph-kst017 +    "Fixed Cost Processing: additional costs

             keph-kst011 +    "Cost processing variable: utilities

             keph-kst015 +    "Cost variable processing: disposal

             keph-kst021 +    "Cost processing variable: outsourcing

             keph-kst007 +     "Cost amortization process: line

             keph-kst019 +    "Processing fee amortization: department

             keph-kst003 ).  "Coatings


"Define a structure like this

data: begin of t_conversion occurs 0,

         t_valuein type DEC15_4,

         t_divin type konp-konwa,

         t_valueout type DEC15_4,

         t_divout type konp-konwa,

         t_qty_in type kwmeng,

         t_mis_in type vrkme,

         t_qty_out type kwmeng,

         t_mis_out type vrkme,

       end of t_conversion.


"Find waerk to convert value (make a join between table if you want)

 

   clear t001w.

   select single * from t001w where werks eq i_werks. "Input Werks

   IF sy-subrc EQ 0.

     clear t001k.

     select single * from t001k where bwkey eq t001w-bwkey.

     IF sy-subrc EQ 0.

       clear tka02.

       select single * from tka02 where bukrs eq t001k-bukrs.

       IF sy-subrc EQ 0.

         clear tka01.

         select single * from tka01 where kokrs eq tka02-kokrs.

         if sy-subrc eq 0.

           move tka01-waers to  t_conversione-t_divin..   "

         endif.

       ENDIF.

     ENDIF.

   ENDIF.



" You get waerk out from move tvko-bukrs


select single * from t880 where rcomp eq tvko-bukrs. "(T880-CURR)

   if sy-subrc eq 0.

     move t880-curr to t_conversione-t_divout.

   endif.



With t_conversione-t_divin and t_conversione-t_divout you can make your conversion of I_CCST




"For the quantity

   clear mara.

   select single * from mara where matnr eq i_matnr.

   if sy-subrc eq 0.

     move mara-meins to t_conversione-t_mis_out. "Base Unit Measure

   endif.

 

   move i_vrkme to t_conversione-t_mis_in. "BOM Unit measure (from BOM data

   move i_kmpmg to t_conversione-t_qty_in. "Qtà nell DIBA  (From BOM data

 

 

   if t_conversione-t_mis_out ne t_conversione-t_mis_in and

      not t_conversione-t_mis_out is initial and

      not t_conversione-t_mis_in is initial and

      not t_conversione-t_qty_in is initial.

     perform convert_UM using i_matnr    "Form with  MM_ARRANG_QUANTITY_CONVERSION

                                   t_conversione-t_qty_in

                                   t_conversione-t_mis_in

                                   t_conversione-t_mis_out

                            changing

                                   t_conversione-t_qty_out.

 

   elseif t_conversione-t_mis_out is initial.

     raise NO_BASE_UM.

   else.

     t_conversione-t_qty_out = t_conversione-t_qty_in.

   endif.



"Finally convert your Costs


if t_conversione-t_divout ne t_conversione-t_divin and

      not t_conversione-t_divin is initial and

      not t_conversione-t_divout is initial.

 

     perform convert_waer using t_conversione-t_valuein

                                   t_conversione-t_divin

                                   t_conversione-t_divout

                            changing t_conversione-t_valueout.

   else.

     t_conversione-t_valueout = t_conversione-t_valuein.

   endif.

 

 

 

* Product Cost divided lot  = unit cost ....


   IF NOT keko-losgr IS INITIAL.   "Keko read in the beginning

     t_conversione-t_valueout = t_conversione-t_valueout / keko-losgr. "Unit Cost

     " Total product cost in company division

     t_conversione-t_valueout = t_conversione-t_valueout *  t_conversione-t_qty_out.

   ENDIF.

 

 

 

You've finally your component value  in      t_conversione-t_valueout.

 

It's a little help

Hope to help

 

Bye

Re: BusinessObjects Enterprise prompt appears when sending keystrokes while computer is locked

$
0
0

Hi Thomas

 

 

I believe when in Lock mode, only certain keys are actually allowed / interpreted. E.g.; in the sequence of keystrokes you are sending, some are being ignored, leading to misinterpretation of what it is that CR should be doing. Autoit documentation should / may be able to give yo more details on how it behaves when the computer is locked.

You may also want to see the referenced links in this post:

run script on locked computer - AutoIt General Help and Support - AutoIt Forums

 

 

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Re: Business scenario is not able to delete from Workspace

$
0
0

Hello Mani,

As told, you need to remove the entries for your Business Scenario ID in all the default tables inside SYS_PROCESS_VISIBILITY schema. Please be very careful while performing this activity and ensure that you do not delete any other entries.

Viewing all 8713 articles
Browse latest View live




Latest Images