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

Re: Problem in PF status

0
0

What I need is to create a z program with screen then in the PAI event I don't need to handle the function code comes out from the menu's buttons. by using ok_code like the code below:

case ok_code.

     when 'BACK'.

       leave screen.

     when 'PRINT'.

       PERFORM CALL_ADOBEFORM.

     when 'EXIT'.

       leave screen.

ENDCASE.

 

 

It is supposed the system gives you an option to use same functionality of standard menu when I omit the code written above.


Uploading exel file is not reading all records into internal table

0
0

Hello all,

 

I am fetching data from the excel file and putting into internal table. But I have problem there around 280 records in excel bit I am getting only 100 records in internal table y ?

Every time I run I am getting different number of entries in the internal table some times 0 entries in the table.

 

I have written below code to get data from excel :

PARAMETERS p_file TYPE  rlgrap-filename OBLIGATORY.

 

DATA : it_zhpsm TYPE TABLE OF ty_z070_hpsm,
wa_zhpsm
TYPE ty_z070_hpsm,
it_type  
TYPE truxs_t_text_data.

 

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.

CALL FUNCTION 'F4_FILENAME'
EXPORTING
program_name 
= syst-cprog
dynpro_number
= syst-dynnr
IMPORTING
file_name    
= p_file.

START-OF-SELECTION.


CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
EXPORTING
*   I_FIELD_SEPEDDRATOR          =
*   I_LINE_HEADER              =
i_tab_raw_data            
= it_type
i_filename                
= p_file
TABLES
i_tab_converted_data      
= it_zhpsm
EXCEPTIONS
conversion_failed         
= 1
OTHERS                     = 2
.
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.

 

Is there any bug in the above code ? I don’t think so then what is the problem why I am getting different number entries in the internal table every time.

 

My file contains following records in below attached file


Re: How to fill customized user information attribute (krb5principalname)???

0
0

Dears ,

 

This is solution is fine m but i have more than 30.000 users .

 

 

Please advise .

 

Regards

Re: CORT

0
0

Ali,

Can you please show us the snap shot?

 

BR
KK

Re: Is there any inter dependency between Fire Fighter & Access control?

0
0

Hi Nasir

 

You've mixed your terminology a bit. Access Control is a Module of GRC component. Access Control comprises of Firefighter, Access Risk Analysis (SoD Rules), Business Role Management and Access Request Management.

 

Now in relation to your question - you are correct the two modules can be implemented independent of each other. If you make changes to SoD rules you will not impact Firefighter.

 

Regards

Colleen

Re: Creation of Transformation File

0
0

Hi Zain,

 

With the help of your dimension I have created one txt file please refer these file and try once again.

One thing that i want to highlight there is no need to create signeddata dimension this is system reserved keyword. when you create signeddata dimension system will through an error that why you created "SIGNED_DATA".

 

 

NOTE: members should be the same as you have maintained in each dimension.

 

1)     Create txt or csv file with the help of your dimension and dimension members butdimension member must be base level members.

2)     Upload the file to server.

3)     Create transformation file that will map each dimension members with your dimension. Use same dimension name that you have created for example you have created P_ACCT so in transformation file use P_ACCT to map the data.

4)     Then validate and save transformation file with uploaded data.

 

 

I have created .csv file except "SIGNED_DATA" dimension.You have to upload this file (similar file taking same dimension members) to server and create new transformation file as shown below screen and validate and run package.


For your case add one  more column Signed_data dimension use base level member in that column and also map that column. If you add column after signeddata (column 13 then) add one more row in mapping SIGED_DATA=*COL(13)



Take all dimension and its' base level members and upload file.


TXT.jpg

 

Transformation file

 

TRANS.jpg

 

I hope this time you will complete your task successfully.

 


Sushant





SAP BO Extended Analytics 7.5 Installation

0
0

Dear Experts,

 

I have installed SAP BO Extended Analytics 7.5 in my client system.But after installing i couldn't able to see the Extended Analytics addin either in All Programs or Microsoft Excel Tools or in Dashboard designer.

Can you suggest after installing ,do i need to do any steps.

EA_Analyser.PNG

Our landscape--BPC NW 7.5-->BI 4.1 SP4

 

Best Regards,

Venkat

Re: J2IUN Values for Credit & Debit from which Tables


Re: append and collect mention like this

0
0

Hi Mahalakshmi,

 

We dont need to use modify statement in between. Directly COLLECT would work.

 

You can use collect statements to add the DMBTR value. It will add the value wherein the same key value combination is found. If the key value combination in internal table doesn't match, a new row will be appended.

 

Material     Quantity

0000001     20

0000002     10

0000003     30

0000001     50

 

Result after collect:

Material    Quantity

0000001     70

0000002     10

0000003     30

 

Regards,

Aashika Agarwal

Portal UME as user management for SAP Netweaver Gateway

0
0

Dear Experts,

 

We would like to know if we can use Java UME as user management for SAP Netweaver Gateway.

 

In our landscape, we are also planning to implement UCES for which Java UME (Portal UME) is planned to be configured.

 

Now, we are also planning to implement Mobile services for Utilities end customers for which we intend to follow SAP Netweaver Gateway approach.

 

Now, as these are 2 different set of development approaches and as we would like to have one common User Management approach for both the types of developments, could you please comment on the feasibility of using Java UME as user management for NW GW approach.

 

Thanks & Regards,

Anurag Gwari

Re: Subtotals with EVSUB

0
0

Hi Bishwajit,

thanks for your quick reply.

I've already check these posts but in my case EVSUM it didn't work as expected.

It didn't put a subtotal row for each row value change but it putted only the grand total.

 

If can help you here is my expansion range.

 

PARAMETEREXPANSION 1EXPANSION 2EXPANSION 3EXPANSION 4
ExpandInROWROWROWROW
DimensionENTITYENTITY_CDCACC5LEVINTCO
MemberSetBASBASTO_PLN="P"BAS
BeforeRange
AfterRangeTest!$X$1:$AC$1
SuppressY
InsertBASBASTO_PLN="P"BAS

 

Thanks

Nakisa HR Role, Area of Responsibilty and multiple Org Unit roots

0
0

Dear experts,

 

the customer requirement is to limit the Org Struct visibility for an HR user to his Area of Responsibility (with many Org Units).

 

I implemented the A741 relationship between the HR position and 2 Org Units, but in nakisa i can see only one of these Org Units.

 

How can see both of them in the Organization Structure Hierarchy?

 

i'm referring to Nakisa 4.0 or 4.1

 

Many thanks,

Barbara

Re: how to use views in a program?

0
0

Hi Vinod,

 

You can write select query similar to database tables and fetch the data into internal tables.

Rejeição 604 - Total do vOutro difere do somatório dos itens

0
0

Olá a todos,

 

Estou com um problema em um cliente para um cenário de importação. Estamos compilando o campo "Outras despesas" a nível de item. Mas quando mandamos o XML para validação, recebemos a rejeição 604 - http://flexdocs.com.br/FAQ/viewtopic.php?f=18&t=295&start=0&sid=31965caeae666e5e77952c68b993d94cTotal do vOutro difere do somatório dos itenshttp://flexdocs.com.br/FAQ/viewtopic.php?f=18&t=295&start=0&sid=31965caeae666e5e77952c68b993d94c.

 

Aparentemente, o problema é que, a nível de item, o campo vOutros é calculado sem as taxas, mas a nível de header, é calculado com as taxas, como a figura abaixo:

 

disc_vOutro.png

 

Sabem me orientar para resolver esse problema?

 

Penso que o problema seja no cálculo de vOutro no item, pois a tag vProd, por exemplo, é cálculada a nível de Header e de Item com o valor com as taxas.

 

Muito obrigado,

 

Luis

Re: PR layout

0
0

Copy facility is useful when you have single GL and Cost center used for multiple line items which is the case as per your earlier message. If they are going to use different GL and CC then what is point of getting the field at line item level as in either case they will have to fill in manually different GL and cost center.


Re: Multiple Hierarchies - Nodes not assigned

0
0

You can't use:

[TITLES].[PARENTH1].[PRINT]

or

[TITLES].[PARENTH2].[BRAND_X]

Re: SAP Sourcing : Automatic workbench creation after refresh

0
0

Hi Gopi,

 

You can create a Secutity Profile or edit an existing one as below:

workBenchProfile.png

 

Then assign this profile to the “CLM System administrator” group.

 

Regards,

 

Francisco

Re: PO attachment and PDF file to Vendor through mail

0
0

Hi,

 

Requirement 1 : This requires code changes to be performed

 

refer to Print preview and printing SAP script form


Requirement 2 : This is a standard SAP behavior will be achieved through output configuration for sending mail

 

 

Regards,

 

Samba

Re: Batch Management

New Icon is disabled in GOS_ATTACHMENT_LIST_POPUP after EHP7 Upgrade

0
0

Hi Gurus,

 

We have a issue after EHP7 Upgrade , where we are not getting the NEW ICON enabled in GOS_ATTACHMENT_LIST_POPUP .

 

We found the program name as SAPMZINTERCO_WF.

 

In the Inter company work flow request creation (Tcode is ZZZM_INTCOWF )user is not able to attach file/document since this filed is not editable (grey out)

 

 

Please see below screen shots

Viewing all 8667 articles
Browse latest View live




Latest Images