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

Re: Customer and Vendor account group table

$
0
0

Greetings, Shreya:

 

To extract Vendor Master fields for their groups, and their Suppress/Required/Optional/Display values, you use standard SAP report RFFSTA00.

 

When run, Table to enter is T077K.

 

Field selection could be any of, or all of the following:

 

T077K-FAUSAVendor Master Record Field Status Def.for General Data
T077K-FAUSFVendor master record field status def.for company code data
T077K-FAUSMVendor Master Record Field Status Def.for Purchasing Fields
T077K-FAUS1Vendor Master Record Field Status Def.for General Data
T077K-FAUSWField status bar, vendor master record, for IS-R data
T077K-FAUSTField status bar, vendor master record, for IS-R data
T077K-FAUSGVendor master record field status def.for company code data
T077K-FAUSNVendor Master Record Field Status Def.for Purchasing Fields
T077K-FAUSXField status bar, vendor master record, for IS-R data
T077K-FAUSUField status bar, vendor master record, for IS-R data
T077K-FAUS2Vendor Master Record Field Status Def.for General Data

 

And you can restrict by "Vendor account group (T077K)" in selection screen.

 

Same program for Customers,

 

Table to enter is T077D.


Field selection could be any of, or all of the following:


 

T077D-FAUSACustomer master record field status def.for general data
T077D-FAUSFCustomer master record field status def.for comp.code data
T077D-FAUSVCustomer master record field status def.for sales fields
T077D-FAUS1Customer master record field status def.for general data
T077D-FAUSWField status bar, plant master for IS-R data
T077D-FAUSGCustomer master record field status def.for comp.code data
T077D-FAUS2Customer master record field status def.for general data
T077D-FAUSUCustomer master record field status def.for sales fields
T077D-FAUS3Customer master record field status def.for general data


And you can restrict by "Customer account group (T077D)" in selection screen.

 

You will get an output you can easily export and parse per your needs.

 

Cheers,

Guillermo.


Re: Clearing Customer Invoice

$
0
0

Isn't there standard FI functionality for this?

Re: APPEON 2015 WILL NOT DEPLOY AFTER ADDING TOPWIZ PBL

$
0
0

One more thing...

 

I tried looking the log referenced in the screenshot.  I can't make heads or tails of what it says but I did notice that the log writes the database password in the clear.  I think that should be changed to '**********'.

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

Re: Customs Management - Sagitta - Physical Control

$
0
0

Hello Dave,

 

Thank you for your reply.

 

Just to make sure we are on the same page I am talking about Customs Management Export.

 

I do not see message type I5570 defined in my SAP GTS. We are using message schema CUS_NL and not CUS_NL_2 (AGS) yet...

 

Regards, Tiago

Re: Master-Details app from WebIde to Eclipse

$
0
0

Hi Kemin and all,

 

Thanks for your help. I have finally managed to make it work... but I must admit that I can not explain exactly why.

 

I have :

 

  • fully reinstalled Eclipse with Mars 4.5 version (I had Luna so far) with its SAP HANA Cloud Platform Tools,
  • defined a new SapUI5 project and imported the WebIde Master-details sources,
  • on a different computer..........,
  • and no I have not make the change as described in step 8.

 

I have also imported the source directly into the project's root instead of the WebContent folder as you can see on the pic below.

 

And "voilà"!

Screen Shot 2016-02-20 at 20.54.23.png

 

J.

Re: Change in Cost Element Category

$
0
0

Hi Akesh

 

these are the only options.

 

Your analysis is correct.

 

I would prefer option 1

 

Ajay M

Re: issue with reading workflow container

$
0
0

Why do you keep all of the EKKO table fields in the workflow container? They can be found if needed in the DB table itself. There is no need to duplicate the data in the workflow container.

If you need to use a field for the workflow tasks create it as an attribute of the object the task is linked to for example BUS2012 for purchase orders.

Re: unable to automate the execution of the acitvity step in user decision step

$
0
0

The WAPI should work, what is the error message you receive from the FM?

Also, It the decision should be done automatically, maybe this should not be a decision task at all? 


Re: Outbound ABAP Proxy - default values not populated

$
0
0

Hi Praveen,

Unfortunately I am not the one who create this thread, so I am not authorized to close it :-(

even if for my issue, your answer was the good one :-)

Regards,

Samuel

Re: Can output condition records be copied between systems?

$
0
0

Hello.

Sorry, I looked but found no relevant answers here or elsewhere.

I have never been in a project fortunate enough to enter the output records just once. Here is why: for user acceptance phase and also previous integration tests all outputs - 14 in my last project and 2 sales areas - had to be fully maintained - roughly a 3 hours manual job. Several testing phases took place and for almost every test the system was refreshed  so pricing and output records were deleted. Sometimes in the near future we'll have to move them for the last time in the productive system.

From the moment of my first posting till now I have played a bit with BDC and it is quite promising: I make 1 recording for one sales area and multiply the document with minor changes for the second.

It's a pity the records can't be sent from one system to another and probably now is clear why this would have helped me.

Thank you.

Storing the data in offline store for parent and child relationship

$
0
0

Hi All - How do we store the data in offline store for entities which has parent and child relationship Please guide me. Thanks Ram

Re: Doubt that complement used to BPC project with Integrated Business Planning

Re: POSDM - Tasks with Status that Cannot Be Archived Exist

$
0
0

Hi Amit Singh, can i have u r contact number?

Viewing all 9261 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>