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

Re: How to Creating Individual & Corporate Accounts, with Different number range

0
0

Hi Mohammad,

 

As replied by Vignesh, you need to use the BadI to implement the custom logic of defaulting the Business Partner Grouping. But as per my analysis, you need to do some coding to retrieve the values from the importing parameters and then set those values to the exporting parameters. I found a code snippet which might be helpful in extraction of the importing and setting exporting values. Based on that, you need to modify your own logic.

 

For grouping it would look something like this:

ASSIGN cr_me->('TYPED_CONTEXT') TO <typed_context>.

    IF sy-subrc = 0.

      TRY.

      lr_typed_context ?= <typed_context>.

      IF lr_typed_context IS BOUND.

        ASSIGN lr_typed_context->('HEADER') TO <context_node>.

        IF sy-subrc = 0.

          lr_node ?= <context_node>.

          IF lr_node IS BOUND.

            lr_coll_wrapper ?= lr_node->collection_wrapper.

            IF lr_coll_wrapper IS BOUND.

              lr_current ?= lr_coll_wrapper->get_current( ).

              CHECK lr_current IS BOUND.

              lr_current->set_property( iv_attr_name = 'BP_GROUP'

                                        iv_value     = 'YOUR GROUPING NUMBER' ).

            ENDIF.

          ENDIF.

        ENDIF.

      ENDIF.

      CATCH cx_sy_move_cast_error.

      CATCH cx_crm_cic_parameter_error.

     ENDTRY.

    ENDIF.


I guess this will provide you with some pointers with regards to data extraction.


Hope this helps.


Thanks,

Samantak.


Can I give a pop-up message in an exit that gets triggered in update task?

0
0

I have a requirement where I have to give a pop-up message in an exit which is triggered in update task. Is it technically possible?

To  be precise the exit is EXIT_SAPLL03T_002(triggered during TO confirmation.)

Re: My hero, Jürgen

0
0

He also manages, besides answering lots and lots of questions, to monitor status updates of seemingly everyone on SCN, participate in numerous conversations on a wide range of topics, have a little fun on the side, work a full-time "day" job, and, oh yeah, even still have a family life!

Powerbuilder 12.5 TLS Native Driver Sql Server

0
0

Hi,

 

I'm hoping someone else has already done this.

 

My company is changing their SQL Server 2012 database from SSL to TLS. They changed the development environment today and I'm no longer able to connect. I'm currently using the SQLNCLI10 native driver to connect.

 

Is anyone else already using SQL Server 2012 with TLS? If so did you have to change drivers and if so, which one are you using?

 

We are using version 12.5.2 build 5602 on Windows 7 for development, and the app is deployed to Citrix.

 

I attached the error message.

Re: My hero, Jürgen

0
0

Thank you all very much

 

Nice statistic Robert Russell , I missed this wiki but I knew this case study.

Although I am registered since 2005 I started answering in 2007, at that time I was already a long time top contributor in other SAP related forums (even Usenet - does anybody remember what that is - using different names on each site )

 

Gordon Du has some screenshots from the leaderboard 2008/2009 and 2009/2010 in his document:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/805392a7-ccd9-2d10-0eaf-a15605e46d0d?overridelayout=t…

 

I was 9th with 12133 points in 2008/2009, Gordon even made 20084 in that period. Such high yearly scores are no more possible, probably because of gamification which encouraged many others to step in. So I conclude that gamification did not help me to score. Becoming a moderator had probably some more impact, it puts extra weight to the answers. But not to forget that the experience also grows with each day.

No gamification is not my real motivator, I am fighting against distribution of superficial knowledge (makes me think about Don Quixote more often)

 

I found a screenshot used in a bug report from March 2013 where it showed 10813 points in the last 12 month and a total of 63629. So your assumption of 50000 points per beginning of 2012 seems to be pretty realistic. It also divides the the contribution time into 5 years before 5 years after.

 

But even more astonishing is that someone else is missing in all these statistics of pointsTammy Powlas who will probably be the second leaving the 5 digits behind, which means she scores with a much higher average per day.

Re: SAP Query and InfoSet: Additional Field for Selection

0
0

What exactly is the "custom way" you are talking about?

 

In the queries our programming options are rather limited. We can add some code in AT SELECTION SCREEN and use CHECK in the record processing node to skip some records, for example. There is really no place where you can just take a field from the selection screen and manipulate before data is selected.

 

If you can clarify what you are doing exactly there might be some workaround, but otherwise I'm afraid you'd need a custom program.

Re: Maximo de entregas a incluir en un transporte (VT02)

0
0

Hola Victor:

 

Si es posible en los datos clase de transporte:

 

Clase de transporte --> Propuesta --> Perfil de planificación --> Actualizar

 

Captura1.JPG

 

 

Después te vas a la parte de criterios de agrupación --> Actualizar

 

Captura2.JPG

 

Y ahí puedes limitar el numero mínimo y máximo de entregas

 

Captura3.JPG

 

Espero te sea de utilidad la información.

 

Saludos

 

Jose Antonio

Solution Manager OCC configuration

0
0

Hi All,

 

We are in process of configuring OCC in our Solman 7.1 system and looking for below information -

 

1) System requirement to configure OCC.

 

2) Benefits and expected improvements in our SAP Landscape with OCC configuration.

 

3) How can we configure OCC in our Landscape.

 

I also searched on internet to get these details but could not find much information.

 

Please suggest me.


Regards,

Shivam


Re: Global Login Trigger Dangers

0
0

A possibly helpful tidbit:  Booting ASE with traceflag 4072 on disables the global login trigger.

 

-bret

APPEON 2015 WILL NOT DEPLOY AFTER ADDING TOPWIZ PBL

0
0

Greetings All,

 

I have shot myself in the foot.

 

I wanted to add email capability to my Appeon Web Application and included the TopWiz Email PBL in my PB Classic 12.5 project.

 

When I test in 32-bit mode it all works great.

 

But when I deploy, the deployment halts with a vague message: Exception at: Generating Files

 

Is it possible that I have to deploy some .dll file to make this work?

 

When I was testing, I simply imported the PBL and did not bring over one or more .dll files that had been in the original example TopWiz project.

 

So now I am hosed and the site does not work.

 

Would really appreciate any help!!

 

Thanks!!

 

Paul

Action tab on Biller Direct portal

0
0

Hi,

 

We are using biller direct for credit card payments. When we look at the "Payments" tab on biller direct portal, the "Action" option is missing. Our security team reviewed authorizations and every thing looks good from that point of view. Is there any configuration required for getting this option?

 

Please let me know if any further details are required. Your inputs will be highly appreciated.

 

Thanks ,

 

Raj.

Re: SAP UI5 in Eclipse - No Syntax check?

0
0

I like TypeScript too, I'll check it out.

Re: Global Login Trigger Dangers

0
0

That's cool know !  Thanks Bret

 

Avinash

Re: getData does not call HANA proc

0
0

Yes, I knew it was an example. I had substituted my own service and HANA schema/  tables.

 

I have fixed my problem now. I was not using the correct service field  (I needed just the service name, not to enter properties of the service and put in ODCB DSN).

 

Thanks for your assistance.

Re: Issue within the program

0
0

You are not checking sy-subrc after each SELECT statement. You can put a break-point before the first SELECT and see the value of sy-subrc after each call. In any case, you should add some logic to handle non-zero return codes.

 

Rob


Re: Empty payload received for CDATA mapping

0
0

Hi Pavan,

 

Create the sender message type like below because your sender XML after the decryption the root node name is 'xml' so you create the root node as xml.

message.png

Map payload_xml field like below and xml field must be return as xml.

return.png

Mapping result.

result.png

Regards,

Praveen.

SP7 reporting upgrade

0
0

Hello,

 

I've ran into issue when installing SP7. All the VUs upgraded successfully but reporting throws this error every time:

 

Create software instance [Standard Reports] to virtual unit [VU_REPORTING]: Failed to run method 'postinstal' in 'C:\SAP\BCM\7.0.7.0\Standard Reports\method': Method returned an error: Exit code=-1=0xFFFFFFFF

 

I'm upgrading from 7.0.6.100 and I've read several topics here describing the problem, but so far none of the suggestions provided were of ony help.

 

I'm at my wits end here, any idea what can be causing this?

 

Regards,

Robert

Re: Issue within the program

0
0

Hi,

 

Are you saying that when you debug it steps right over the statement

 

MOVE xsetname+0(4) TO xsetn.


without executing it?


Sorry, I can't see any explanation for that, other than the code you are viewing in the debugger is not the same that is executing. Activation should fix that!

 

(Checking sy-subrc should certainly also be done, but it won't affect this behaviour)


cheers

Paul

Re: SAP ABAP-EWM

0
0

Um, you forgot to mention the name of the function module.

Re: C_TAW12_71 - SAP ABAP Certification

0
0

Hi,

 

If you're going to learn a functional area as well, pick one that you are interested in yourself, and for which there are jobs in your local area.

 

I've never concentrated on one functional area. I just learn whatever is needed to do the job. Your next assignment could be FI-CO and the one after that could be PM!

 

good luck

Paul

Viewing all 8594 articles
Browse latest View live




Latest Images