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

Re: Item Description does not appear

$
0
0

Hi everyone, thanks for all your reply. I resolve this by putting a default warehouse.


Late delivery:earlist delivery:2014-09-19/100 Each

$
0
0

Hi everyone,

 

When I create  a new sales order and add Item P100101-Hearer(22.8KW) in detail form ,ATP become yellow and show me information :"Late delivery:earlist delivery:2014-09-19/100 Each". Actually,Stock is full enough for delivery . Why ?

Here's the information in order:

1.jpg2.png

Re: how to derive Fiscal week from date

Re: Derived week commencing from date

$
0
0

Hi Pawan,

 

you need to add one more condition, if the date is sunday, then populate the same date as print date.

 

for eg:-

pass the date to the below FM, and if the day is 7 i.e Sunday,

then zWkcom = Zprint_dt

 

CALL FUNCTION 'DATE_COMPUTE_DAY'

     EXPORTING

       date = w_first_date    (pass your print date here)

     IMPORTING

       day  = w_day.

 

 

Regards,

Sakthi.

Re: Not getting function module to display a popup screen with a input text field(PERNR)

$
0
0


Following code is working fine.By appending the fields we can pass more than one field to popup.Thanks Raymond .Thanks to all of you .

tables : pa0001.

 

 

*START-OF-SELECTION.

*— Prepare Parameters for FM ————-*

t_fields-tabname = 'PA0001'.

t_fields-fieldname = 'PERNR'.

APPEND t_fields.

 

*—- Function Module Call —————–*

 

CALL FUNCTION 'POPUP_GET_VALUES'

   EXPORTING

*   NO_VALUE_CHECK        = ' '

     POPUP_TITLE           = 'Test Popup'

*   START_COLUMN          = '5'

*   START_ROW             = '5'

* IMPORTING

*   RETURNCODE            =

   TABLES

     FIELDS                t_fields

* EXCEPTIONS

*   ERROR_IN_FIELDS       = 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.

Re: DUMP in MANAGE option of Custom DSO

$
0
0

Hi Amit,

Thanks for your response...

the dump is coming only in Quality system.. Dev and Prod this DSO is working fine...

the solution which you had provided above , can i follow in quality system as well???

Re: Create same serial number for a different material

$
0
0

Hi srinivas,

 

As I understood, you are assigning same serial number for different materials. for example Serial number S1 already used to material M1 and also be used to M2

 

M1+S1

M2+S1

 

This is very well possible. Are you getting any error while doing so? please put the error message if you get any error during such assignment

 

santosh

Re: DUMP in MANAGE option of Custom DSO

$
0
0

Thanks Kodanda for your quick response...

but in quality my DSO showing in Active status still do i need to activate?

PS:- the dump is coming only in the Quality system.. dev and prod this DSO is working fine....


Re: Between ECC and BW data load

Re: DUMP in MANAGE option of Custom DSO

$
0
0

Hi Denise,

I think I have attached the Screen shot of the Dump.....

Re: How to hide Standard Collection fields?

$
0
0

Hi Gary!

 

Thanks for the reply.

 

I have created a separate Page Customization for class id 1002 to hide a specific field in Savings Metrics.

 

Please look into the below screen.

 

Capture.PNG

 

But this is not reflecting on the UI.

 

Regards,

Vignesh

Re: DUMP in MANAGE option of Custom DSO

$
0
0

Hi Sakthi,

there is no data load happening in this DSO. the dump is coming only in quality system. Production and in dev it is working fine.

and this issue is working for only one custom DSO other DSO are working fine....

Re: Gateway entityset with nested tables

$
0
0

Hello Thibault,

 

Implement Expand_EntitySet where u can send your inputs as filters and get all those those table as output.

Create Entity for each of those output tables. Also Create Entity holding your Inputs as well.

Once u do this create association & navigation between entities with appropriate cardinality.

Implement Expand_EntitySet method and get all ur inputs as filters inside it and use it in ur logic.

Also send back the navigation properties to the expand clause table.

 

With using $expand in the url u can get the output tables.

 

Please refer the below which will help u : With this u can try accomplishing your scenario.

 

Implementing  Expand Entity/Entity Set

 

Regards,

Ashwin

Depreciation Key

$
0
0

Hi,

 

My client has below requirement in depreciation key. How to map in SAP?

 

For example:-

 

Asset Acquisition value:- 10000

Depreciation Method:- SLM 10 %

Useful Life:- 10

 

1st Year Accumulated Dep. will be 1,000 and NBV 9,000

2nd Year Accumulated Dep. will be 1,000 and NBV 8,000

3rd Year Accumulated Dep. will be 1,000 and NBV 7,000

4th Year Accumulated Dep. will be 1,000 and NBV 6,000

5th Year Accumulated Dep. will be 1,000 and NBV 5,000

Again in same 5th year client is charging 1,000 as unplanned dep. so NBV is 4,000

6th Year Accumulated Dep. will be 800 and NBV 3,200

7th Year Accumulated Dep. will be 800 and NBV 2,400

8th Year Accumulated Dep. will be 800 and NBV 1,600

9th Year Accumulated Dep. will be 800 and NBV 800

10th Year Accumulated Dep. will be 800 and NBV 0

 

 

So once again my question is how to configure in dep. key so that system should charge exactly based on the above scenario from 6th year onwards and make NBV zero in 10th year as per the useful life.

 

Regards

Raj Singh

Re: Runtime exeception after deploying PAR file in portal

$
0
0

Hi Ray,

 

what is the exact exception that you are getting?

check in the default trace file for the exception ID, and the relevant stack trace.

 

When exporting into PAR file - did you make sure that the name of the PAR file is exactly the same name as it should be (the name of the deployed application)?

Sometimes the export to PAR file changes the name of the PAR file, and then you have in your system the same application within two different PAR files - this of course causes problems.

 

Thanks & regards,

Michal Zilcha-Lang


Re: Same invoice linked with 2 orders belonging to diff sales org

$
0
0

Aayush,

 

Thanks for the update!

Editing at table level always has its risks.

 

I will go through the OSS note.

 

Typewriter

Re: Linear Asset Management Activation

Re: how to download SUM tool quick guide.

How to execute the job from script ??

$
0
0

How to execute the job from script ?? i have 2 jobs  A AND B . I want to execute job B  from job A'S Script ?? how can i ??

Re: Install Enterprise App from Afaria 7 SP4 without any prompt.

$
0
0

Hi Peter,

 

Thank you for the knowledge you provided about Apple Configurator.

But do you know besides app installation in background, can we launch app, close and delete app without user interaction just with Afaria and Apple configurator tools?

 

Thank you.

 

Best regards,

Olga

Viewing all 8902 articles
Browse latest View live




Latest Images