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

Re: Integração de Titulos em FI por legados

$
0
0

Luciano.

 

 

Essa BAPI cria documentos  GL, AR e AP com razão especial e sem razão especial.

 

Um Abraço

Artur


Re: installation of sybase IQ on AIX

$
0
0

After the installation of the server when I use the above command I get this message.

 

Could not connect to the database.

Database server not found.

SQLCODE=-100 ODBC 3 state="08001"

 

I need to create a database right before I can start logging.

Re: Design Studio 1.5 SP01 Applications Requirements

Re: How to print Report Definition for 100 Reports

$
0
0

Hi Jose

 


There is, but you'd have to use one of the CR SDKs and build and app that will do this for you. There may also be 3rd party utilities that will do the trick (for example you may want to google Hammady and crystal).

 

If you prefer to build your own app, let me know what CR SDK you'd like to use and I will set you up with resources to get you started.

 

 

 

 

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Finish sesion sap gui html portal sap when change TAB

$
0
0

Hi

 

I have changed the following message "Logged Off Sucessfully" using the following code for Return previous page when the end-user on click in the button "Finish" of the application .

 

T.Code SICF:

 

Name Service and in the TAB Error Page :

 

 

<html><head><script type=""text/javascript"" src=""/sap/public/icmandir/its/lsgui/js/its_domain.js""></script>

<script defer type=""text/javascript"">

(function f()

{

            try

            {

                        its_setdomain();                              

                        var lastNavTarget = top.EPCM.getSAPTop().gHistoryFrameworkObj.TrackingEntryBack();

                        if(lastNavTarget != null && lastNavTarget != """")                        {

                                    lastNavTarget.navigate();

                        }

            }

            catch(e)

            {}

}

)()

</script>

</head><body>.</body></html>

 

This is the version 742 Kernel patch

Image.jpg

 

 

However  when the end-user  On Click in other TAB ie. Manager Self-Service, Content Administration , the system  is returning  to the service ITS showing the same screen and not allow change to the TAB.

 

Image.jpg

 

I need that  the line code in the script " lastNavTarget.navigate();" is not execute when I change of TAB  only when I finish the application using the button enclosed in the box red of the image previous.

 

 

Regards

Re: Code to identify duplicate entries in an internal table

$
0
0

Hi Priyansh,

you can do this by using this code ,

 

so what I have done, I have added the X flag for each material which is dulicated,

and the other are not,

 

so you can know which are duplicated and  which not,

 

 

If you face any problem or you would you like to extend the program, just let us to know.,

 

2.jpg

 


REPORT  zibo_pg_test2.

TYPES: BEGIN OF mat,
  mat
LIKE mara-matnr,
  dateto
LIKE sy-datum,
  datefrom  LIKE
sy-datum,
  flag
TYPE c LENGTH 2,
 
END OF mat.


DATA: ls_mara TYPE mat,
      lt_mara
TYPE TABLE OF mat.


DATA lv_cnt TYPE n.
DATA lv_index TYPE i.
DATA lt_index TYPE TABLE OF i.
FIELD-SYMBOLS <ls_mara> TYPE mat.

ls_mara-mat
= 'mat01'.
ls_mara-dateto
= '99993112'.
ls_mara-datefrom
= '20130312'.

APPEND ls_mara TO lt_mara.

ls_mara-mat
= 'mat01'.
ls_mara-dateto
= '99993112'.
ls_mara-datefrom
= '20130312'.

APPEND ls_mara TO lt_mara.

ls_mara-mat
= 'mat01'.
ls_mara-dateto
= '99993112'.
ls_mara-datefrom
= '20130312'.

APPEND ls_mara TO lt_mara.

ls_mara-mat
= 'mat02'.
ls_mara-dateto
= '99993112'.
ls_mara-datefrom
= '20130212'.

APPEND ls_mara     TO  lt_mara.


ls_mara-mat
= 'mat02'.
ls_mara-dateto
= '99993112'.
ls_mara-datefrom
= '20130212'.

APPEND ls_mara     TO  lt_mara.


ls_mara-mat
= 'mat03'.
ls_mara-dateto
= '99993112'.
ls_mara-datefrom
= '20130212'.

APPEND ls_mara     TO  lt_mara.

ls_mara-mat
= 'mat04'.
ls_mara-dateto
= '99993112'.
ls_mara-datefrom
= '20130212'.

APPEND ls_mara     TO  lt_mara.


SORT  lt_mara BY mat.

LOOP AT lt_mara ASSIGNING <ls_mara>.
  lv_index
= sy-tabix.
 
AT NEW mat.
   
CLEAR lv_cnt.
    lv_cnt
= lv_cnt + 1.
   
CONTINUE.
 
ENDAT.
  lv_cnt
= lv_cnt + 1.
 
CONCATENATE lv_cnt 'X' INTO  <ls_mara>-flag .
 
IF lv_cnt = 2.
    lv_index
= lv_index - 1.
   
APPEND lv_index TO lt_index.
 
ENDIF.

ENDLOOP.


LOOP AT lt_index INTO lv_index.
 
READ TABLE lt_mara ASSIGNING <ls_mara> INDEX lv_index.
 
<ls_mara>-flag = '1X'.
ENDLOOP.

BREAK-POINT.

 

Regards

Ebrahim

Re: 2D barcode printing

$
0
0

Apparently. But note that all computers that will be using that font will have to have it installed as well.

 

 

- Ludek

Re: User Access Review History Report and User to Role Relationship report not showing any data


Commands

$
0
0

Hi All,

 

Do we need to install an agent to run the below command or can we use the job definition 'System_External_Command' to run it. Please advise.

 

 

brconnect -u / -c -f stats -t all

 

 

Thanks,

Lohit

Re: Crystal Reports Crosstab overlapping issue

In Put away Strategy "P" Assigning 03 Bin to Single Item.

$
0
0

Dear All,

 

I am using Put away Strategy "P" , capacity check, mixed storage & SUT (Storing Material in  02 Pallets with Different Sizes in same bin)  has been activated. But i am facing problem in assigning 03 Different bins to same article. I have seen in material master there is an option of assigning only 01 bin to one material. Can you suggest is there any way out to meet my requirement by changing strategy or by any other solution in WM.

 

Pl. Help.

 

Rajesh.

Re: Edit Mode in BI Launchpad is disabled

$
0
0

Thanks it works in other folders. I still dont know why administrator inspite of having full permissions and access cant edit in this folder.

 

Thanks for your response.

 

 

Regards,

Chandra

Re: Incorrect Fixed duration in SNP PDS

$
0
0

Rahul is correct.   The PDS is correct.  You are confusing 2 different aspects:  Resource duration versus resource capacity utilization

Re: How to associate employee number to the structure PC207 output - help!!

$
0
0

There are reports like wage type report from program H99CWTR0 (transaction PC00_M99_CWTR).  In the program you can find routines to read pay results for employee.  The routine can be used to extract pay results for one or more employees.

 

The pay results can be linked to an employee.

 

For an employee

a)IT 0 shows if the employee is active (stat2 = 3)

b)IT 1 - shows the pay roll area, other key fields like pers.area/pers.sub area, EG/ESG, Position, Job key, Org unit

c)IT 2 gives employee name

d)IT 3 shows the last payroll period end date upto which the payroll is run.

Re: PBM_WINDOWPOSCHANGING

$
0
0

Intercepting state changes is a very big issue in Europe at the moment


Re: Custom validation profile in ASN screen doesnt work

Re: Subsequent Month Work Schedule

$
0
0

Txn PT63 (pgm RPTPSH10) provides a report of personal WS of employee/s for any period.  You can add further selections like Comp code, empl.status, PA/PSA, EG/ESG, leave type, etc. 

Re: Cloud for Customer - Extended Version

$
0
0

It is a production issue, but I had created a incident. #3500230221 on our test server.

API to run reports with parameters in Business Objects

$
0
0

Hi Everyone,

I am working at a company that uses Business Objects XI Release 2  as a repository for Crystal Report reports. Some reports uses dynamic parameters for Start and End date that usually corresponds to the 1st day of previous month and last day of previous month. I want to know if there is an API in .NET that can be installed on a development client machine and that allows basically to access a folder on Business Object, and the reports inside that folder to run a Crystal Report report.

Thanks in advance Everyone for your help.

Re: How to create minimum charge line with quantity? (Billing/FICA)

$
0
0

Sathyadeep,

 

  We enhance FPT8 using enhancement framework to allow negative quantity and apply correct sign to quantity then the total is correct.

 

Regards,

Chaiphon

Viewing all 8902 articles
Browse latest View live




Latest Images