
Posibility for display pictures on Screen | SAP Community
Hello, I need to store some pictures in Z tableand should display on screen. For example: Z table contains X,Y,Z pictures. If user selects X, I need to get this picture from database and should displa
Dump in dynamic where codition:Value field with LIKE operator is not ...
Jun 14, 2011 · Hi Forum, The requierment is to select data from a Z table based on few fields. There are four fields in where condtion and all four can have wild character search i.e. *** Interface of the FM: …
Change documents for customer Z table - serious help wanted
The valuation results will be stored in a customer Z-Table on a monthly base. For auditing and transparency purposes, this Z-table has to get a change object and the update routines will have to …
How to determine whether accounting document comes from Sales or ...
document comes from Sales or Purchasing - I can think of document type, transaction code, or Reference transaction, but in all these we would have to have Z table or set to list the possible values.
How to insert " into a cell in excel | SAP Community
Hi, I have a z function module to download data into excel file . Types: begin of t_file, line (1000) type c, end of t_file. I need to create an internal table of above type and send it to z function m
Custom check table for standard field. | SAP Community
I am using a standard field in MM01 which is not being used by the business for maintaining some industry specific data instead of adding a z field to the table and screen and etc etc , the problem is
How to define a screen field for a 2D Barcode with 500+ characters
my requirement is to scan a 2D Barcode from a vendor label with about 500 characters into a screen field. Then I wish to save the result into a "z-table".
Calling workflow services from CDS & BOPF | SAP Community
I have to call the cloud WF services from a BOPF. I have already created a CDS view with anotations and also created the BOPF from it. when I try to edit the record then it correctly gets saved to the Z …
Possibility to group or structure templates? | SAP Community
I am sure we could develop such a structure in a z-table and replace the program logic for selecting templates. But this sounds like a fairly heavy handed approach.
Problem in sending PDF data to mail id | SAP Community
I am trying to send Internal table data to the mail id.For that i am converting the Spool request to PDF and trying to send it to the mail id.