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

How to send data from promotion to POS

$
0
0

Hi:

 

After I create promotion already.  how to send promotion data to POS pls


Re: Use HTTP connection over SAPROUTER?

Re: Como redefinir padrão de exportação (Control+Shift+F5)?

$
0
0

Fernando, funcionou com a opção 2 do link que você enviou (2) "In ALV grid, for end user themselves...". Muito obrigado! Caio

Re: How can I optimize\improve the performance of this piece of code

$
0
0

Hi,
as I mentioned, you can add all fields name to ITAB_Fieldname which should be thier value changed,

 

 

  LOOP AT it_report_result INTO wa_report_result.
    counter
= c_3.
   
IF NOT wa_report_result-line+9(4) IN s_bukrs OR
       wa_report_result
-line+3(1) = c_*.
     
DELETE TABLE it_report_result FROM wa_report_result.
   
ELSE.
     
SPLIT wa_report_result-line AT '|' INTO TABLE it_fields.
     
DESCRIBE TABLE it_fields LINES numb_fields.
     
IF numb_fields = c_18.
       
LOOP AT it_fields ASSIGNING <wa_fields> FROM counter.

Read Table ITAB_FIELDNAMES into LV_FIELD_NAME index sy-tabix.

ASSIGN COMPONENT LV_FIELD_NAMEOF STRUCTURE <wa_fields> TO <lv_value>.
            <lv_value>
= wa_fields-field_value.
       
ENDLOOP.
     
ELSE.
       
MESSAGE e230 WITH text-007.
     
ENDIF.
   
ENDIF.
 
ENDLOOP.


If you face a problem with understanding the Field symbol, just try to read this example from SAP,

 

 

 

Regards

Ibrahim

Re: Billing is not created

$
0
0

Hello Vasu

Please change the delivery Qty - 3 tones in delivery and Pick only 3 Tones .

Procced with billing . Let us know if you still getting issues.

Regards

Santosh

Migration and updating IP in batch

$
0
0

Hi community,

 

Does anyone know how I am able to batch update the database ip to a new ip within crystal report viewer?

Re: Como redefinir padrão de exportação (Control+Shift+F5)?

Re: Suppress with Retain member option in BPC 10.1

$
0
0

Hi Radu,

 

If the function you are looking for is to suppress "0" cells inEPM Add-in, then it's here:

Capture.JPG

 

If my understanding is wrong, then please provide more detail about what the report displaying you want in 7.5 so that I can suggest you more.

 

Best Regards,
Arjen


Re: Customer Service: Edit Summary Form Templates for Tickets

$
0
0

Hi Davide,

 

As discussed above,i want to change the preview(pdf) of ticket,but when i edited in form template of service request the same is not replicating in C4C and the both forms are different .

 

Could you please help me out.

 

Regards,

Prasad

Re: return billing document having different ship to parties line item wise but output should get triggered only to return order header ship to party only.

$
0
0

Hello Glenn,

 

In my ZRE document the output has got triggered on ship to parties which are at item level. In ZRE Return Billing document the record is just set up based on document type and SH partner function.

 

Client requirement is that output should get trigger for the ZCR ship to part only. I need the way  the best way to achieve the solution for this.

 

Please go through my thread again I have explain with example and let me know how can we tackle this and this is global requirement.

 

Thanks,

Farhan

Image tag in XML View

$
0
0

Hi everyone:

 

I have this in my XML View.

<content>

<Image src="localhost:8080/webapp02/images/01.jpg"/>

</content>

 

But the picture cannot be displayed.

I have opened this url directly in the browser and I can see the picture.

Moreover, I have also tried  <Image src="http://www.sap.com/global/ui/images/global/sap-logo.png"/> and it works well.


I am wondering who knows this. BTW, my picture is a little bigger than the picture of sap-logo .

Re: Cost center replication - ODTF_CCTR

$
0
0

Thanks Anton.

 

Appreciate your help.

 

James

Re: material usage tracking per employee

$
0
0

Dear jagdeep,

 

thanks for the reply. This is something that i could explore as an option. We own the HR Module but its not implemented to its full functionality. our employees are not setup as vendors in our system.

 

any other ideas?

 

thank you

Ravi

Re: Is there a way to send report by e-mail in zip format.

$
0
0

Bruno,

 

     Scheduling DOES NOT support ZIP package at this time.  The best way to create ZIP at this time is to use Publications with your WebI document as the source, see screenshot below.

 

BI4x_PublicationDestinations.PNG

 

Regards,

 

Ajay

Re: SAP HANA SUSE LINUX SERVER

$
0
0

please check the directory /hana/shared/HDB00/backup/log

 

this directory might get filled up. You can either clean up the log or alternately you can change the settings.


Re: Image tag in XML View

$
0
0

Hi Ming,

 

Try <Image src="/webapp02/images/01.jpg" />

 

Regards,

Sai Vellanki.

Re: HANA recovery fails with error Recovery failed in nameserver startup: An error occured, while recovering the persistency

$
0
0

HI Nitesh,

 

Have you done the Static server migration ?

 

what is the backup that you used ? is it the same version ?

 

Regards,

Pavan Gunda

Re: Image tag in XML View

$
0
0

Yes, you are correct. Thank you.

But why there is an error of

Failed to load resource: net::ERR_CONNECTION_REFUSED

when I use url begins with localhost?

Re: Disable Table checkbox based on a field value

$
0
0

Hi Tareq,

 

You can use Dennis code. It is perfectly written and matches your requirement.

 

Thank you Dennis!

 

Regards,

Sai Vellanki.

Re: SAP Sourcing cannot display this page

$
0
0

Dear Gary

 

        Thank you very much. I would ask my basis team try it again.

 

Regards

 

Jinbin

Viewing all 8798 articles
Browse latest View live




Latest Images