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

Re: WBS field PROJK

0
0

Hi,

check BSIK table

 

Regards,

Venkat


Re: maintainance view , view_get_data

0
0

How to find the Table name for field SUMBB from Q0008.


hI .i am calculating special allowance for which i need to fetch the screen field for 'all wages type i .e q0008-sumbb' ..

i have search many thread . finally i get this fm .

m not gettting screen field value.

please guide.

here is the code..\in PAI i have use this fm..

used many table like t510 , t539a , t539a , 


m using fm : CALL FUNCTION 'DYNP_VALUES_READ'


data: v_prog like D020S-PROG,    "" hv also try this frm se37

          v_scrno like D020S-DNUM.

 

     DATA : l_cprog TYPE sy-cprog,

            l_dynnr TYPE sy-dynnr.

 

              l_cprog  =   sy-cprog.

              l_dynnr  =   sy-dynnr.

 

     DATA: LIT_SCREEN_VALUES TYPE STANDARD TABLE OF  DYNPREAD, ,

            LWA_SCREEN_VALUE TYPE    DYNPREAD."LIT_SCREEN_VALUES.     hv  also try      "LIKE  LINE OF LIT_SCREEN_VALUES.

 

 

 

    CLEAR : LIT_SCREEN_VALUES ,

              LWA_SCREEN_VALUE .

 

 

     LWA_SCREEN_VALUE-FIELDNAME = 'Q0008-SUMBB'.               "Field to be read

 

 

     APPEND LWA_SCREEN_VALUE TO LIT_SCREEN_VALUES.              " Fill the table

 

 

     CALL FUNCTION 'DYNP_VALUES_READ'

       EXPORTING

         DYNAME                               l_cprog       "v_prog              "'2040'         "v_prog       " l_cprog

         DYNUMB                               l_dynnr           "'MP000800'      "l_dynnr

        TRANSLATE_TO_UPPER                   = 'X'

*       REQUEST                              = ' '

*       PERFORM_CONVERSION_EXITS             = ' '

*       PERFORM_INPUT_CONVERSION             = ' '

*       DETERMINE_LOOP_INDEX                 = ' '

*       START_SEARCH_IN_CURRENT_SCREEN       = ' '

*       START_SEARCH_IN_MAIN_SCREEN          = ' '

*       START_SEARCH_IN_STACKED_SCREEN       = ' '

*       START_SEARCH_ON_SCR_STACKPOS         = ' '

*       SEARCH_OWN_SUBSCREENS_FIRST          = ' '

*       SEARCHPATH_OF_SUBSCREEN_AREAS        = ' '

       TABLES

         DYNPFIELDS                           = LIT_SCREEN_VALUES

      EXCEPTIONS

        INVALID_ABAPWORKAREA                 = 1

        INVALID_DYNPROFIELD                  = 2

        INVALID_DYNPRONAME                   = 3

        INVALID_DYNPRONUMMER                 = 4

        INVALID_REQUEST                      = 5

        NO_FIELDDESCRIPTION                  = 6

        INVALID_PARAMETER                    = 7

        UNDEFIND_ERROR                       = 8

        DOUBLE_CONVERSION                    = 9

        STEPL_NOT_FOUND                      = 10

        OTHERS                               = 11

               .

     IF SY-SUBRC <> 0.

* Implement suitable error handling here

     ENDIF.

 

READ TABLE LIT_SCREEN_VALUES INDEX 1 INTO LWA_SCREEN_VALUE.



 



Re: I wanna do'sum for currency in fieldcat ?

How Can i add header-text to over there?

0
0

Yazı.jpg

I wanna add text-header to signed area in picture How can i add text  ?

Can You Help me ?

Thanks...

Re: SQL error -1587 at location BrCtlCopy-1, SQL statement

Re: How Can i add header-text to over there?

0
0

Hi,

IF you are Your Customized Alv,

you  call  events "TOP-OF-PAGE'.

call the fields For header.

OR

in calling Reuse_alv_grid_display FM.

their is a Option called GRID Title = give the name in quote's..

 

Regards,

venkat.

Internal order settlement to cost center

0
0

Hello

 

During settlement of internal order(A) to cost center(B) using KO88,it is creating an accounting document as below:

 

Dr Expense account --  cost center (B)

 

Cr Expense account -- there is no internal order or cost object credited.

 

However the controlling document has the right entry credit the internal order and debit cost cneter..through costelement defined with internal settlement 21.

 

 

Please advice why in accounting document in the credit entry i cannot see any cost object.

 

Thanks.

Re: How to get creation date of a file created in application server?

0
0

Hi Sandipan,

 

What i meant is to download the file from the SALES_RPT using CG3Y and upload it in BDC folder using CG3Z and try executing.

 

Regards,

Kannan


Re: BW inforprovider

0
0

At be cube your daily loading delta dtp. its fine. no need to change any thing at bw cube level.

 

Deletion of delta request a bw cube is not required.

 

You can ask them(seniors or team lead) why they are deleting.

 

'Import Transaction data from BW Infoprovider (Delta)' package - Yes you can use this package.

Are you loading by manual or thru process chains?

 

You can explore about bpc knowledge from google help.

 


Personal Profile-->Internal Data

0
0

Dear experts.

 

I dont want that appear the service Internal Data in the Menu Personal profile.

 

Internal Data.jpg

 

For hide this service I am using :

 

Employee Self-Service (Web Dynpro ABAP)-->Service-Specific Settings-->Personal Information-->Personal Profile-->Determine Active Subtypes and Make Settings

 

Table.jpg

 

However the service follow appearing

 

Thanks

 

Regards

Re: Label with multiple sizes

0
0

Can you give me some guidance on how you did this?

Re: Web Intelligence 4.0 - Edit Merged Dimensions wihtout using Unmerge

0
0

Dear All,
has been removed this issue ?
I have the same problem, impossible to add merge dimension
because I have to unmerge all dimensions merged before...
 
Do You know if any workaround has been supplied ?
Wich is the service pack that resolve this issue ?
 
Best Regards,
MJ


Re: Solman 7.1 SP11 J2EE server0 bootstrap cannot be started

0
0

Hi Stephan,

 

Kindly paste the dev_w0 and dev_icm logs

 

With Regards

Ashutosh

Re: Hana Extended Storage for BW

0
0

Yes, you're right.

 

IQ team already have this - RLV.


But if SAP invest in row level for IQ in 2009-2010 and release BW on IQ - we got the "leader DB Platform" for BW from 2012.  With BigData possibilities out of the box. And mutch chipper )

 

But of course HANA on first place)

 

 

Remember Steve Jobs - about sales or marketing leaders who running the IT-companies.)))

 

Steve Jobs. The Lost Interview. 2012 - YouTube

from 25 min

Re: Hana Extended Storage for BW

0
0

But - plus for HANA - thats HANA - it's a platform, not only RDBMS.


Re: Issue load backend onto Agentry test environment (smp3.0)

0
0

Hi Bill,

 

Thanks for your suggestion. I fixed that issue. However, now I face another issue at server start-up

 

00:20:31 06/09/2014: Exception: 00:20:31 06/09/2014 : 20 (Agentry3), JavaBackEndError (JAVA EXCEPTION CAUGHT: com.syclo.agentry.AgentryException: For input string: ""),

00:20:31 06/09/2014: Failed to init Java-SAPMaterialConnection (Java v7.0.3.159) from ag3javabe.dll

 

 

The event log file doesnt help much.

 

06/09/2014 00:20:34, 0,        20,       150, Thr       7648, Loading Development application definitions

06/09/2014 00:20:34, 1,         4,3221225477, Thr       7648, EXCEPTION_ACCESS_VIOLATION, 0000000039C15594, 0, R, 0000000000000040, javaBE.cpp#325:JavaBackEnd::init

06/09/2014 00:20:34, 0,        20,       152, Thr       7648, Loading Development application definitions for default localization

06/09/2014 00:20:34, 0,        20,       153, Thr       7648, Finished loading Development application definitions for default localization

06/09/2014 00:20:34, 0,        20,       151, Thr       7648, Finished loading Development application definitions

 

My [Java] in Agentry.ini

 

[Java-SAPMaterialConnection]

classPath=./Java/ini4j.jar;./Java/sapjco.jar;./Java/Agentry-v5.jar;./Java/MaterialManagement.jar;./Java;./Java/SAPCommon-130881.jar;

constantsFile=

deleteSource=False

enableAuthentication=True

enablePreviousUserAuthentication=False

name=Java-SAPMaterialConnection

outputDirectory=.

performCompile=True

printBusinessLogicStackTrace=False

printStackTrace=False

scriptsPath=

serverClass=com/syclo/sap/material/server/Server

sourceDirectory=.

timeZoneName=

 

Please help me. Thank you.

Re: Delta got Disturbed after Data Source Enhancement

0
0

Hi,

 

Assuming as your bw cube have 3-4 yrs data.

You enhanced data source and need historic data for enhanced field.

 

If yes then you can delete and reload whole data. You delete old init and reinit.

Set the delta pointer.

 

at your data flow if you have dso and all key figures over write property then you can just reload last 4days(missed) delta records thru repair full request with proper selections.

 

About init you can delete and reinit.

 

Please check above suggestions ad revert back if have any doubts.

 

Thanks

Re: Invoice created in FB60 not in MIRO

0
0

HI Joe,

 

Ask finance team to reverse FB60 posting first and post MIRO again.

 

Regards,

LR

Re: CC-e SVC - Erro 491 - Rejeicao: O tpEvento informado invalido

0
0

Pessoal,

Encontrei o ajuste SINIEF 07/05, onde diz que a CC-e deve ser transmitida para a unidade federativa do emitente.

Ou seja, entendo que dessa forma, a contingência não trata o evento de carta de correção.

 

Segue o link e o texto da cláusula:

https://www1.fazenda.gov.br/confaz/confaz/Ajustes/2005/AJ_007_05.htm

 

Nova redação dada aocaputda cláusula décima quarta-A pelo Ajuste SINIEF 22/13, efeitos a partir de 01.02.14.

Cláusula décima quarta-AApós a concessão da Autorização de Uso da NF-e de que trata a cláusula sétima, e durante o prazo estabelecido no “Manual de Orientação do Contribuinte”, o emitente poderá sanar erros em campos específicos da NF-e, modelo 55, observado o disposto no § 1º-A do art. 7º doConvênio SINIEF s/nº de 1970, por meio de Carta de Correção Eletrônica - CC-e, transmitida à Administração Tributária da unidade federada do emitente.

 

 

Obrigado,

Gustavo

Selecting Item in Tree by Text

0
0

Hello all, thanks in advance for the assistance!

 

I am trying to write a script for SAP that I call from Excel, and I know from working with this for a few days now that finding the right syntax for things is not easy. Currently, I am working with transaction IH01 and have a tree (? I hope this is the right word for it) pulled up. Ideally, a user in Excel would type in or select something in English like "Bundler" and the item in the SAP tree with text "Bundler" would be selected. When I try to record a macro to find out what this item is called in SAP scripting, I get something like:


session.findById("wnd[0]/usr/cntlTREE_CONTAINER/shellcont/shell").selectItem "         24","1"


Does anybody know an alternative syntax so I do not have to manually build a database of these and use a lookup table in Excel? I'd ideally like to make this program reapplicable to different sets of "trees" and not have to go through the 300 entries in this tree and write down the  "         24","1" for each one!


Thanks!


Alex




Viewing all 8667 articles
Browse latest View live




Latest Images