hello expert
Can any one tell me which table helpful to create production order & work center wise report ?
Can u help me with table is help ful for these reports
hello expert
Can any one tell me which table helpful to create production order & work center wise report ?
Can u help me with table is help ful for these reports
Hi,
I have created a report where the selection screen is being generated dynamically using FMs : FREE_SELECTIONS_INIT
and FREE_SELECTIONS_DIALOG.
The program runs very smooth, but the issue which I am facing is that I am unable to create any variant as I am not able to have fields for the dynamic selections inside the variant.
I have also attached the screenshots of the dynamic screen and the variant.
Can someone please suggest me any way of creating a variant where I can have the dynamic field values as well.
I need this to have background job scheduled for this report.
Thanks,
Saurabh.
Hi Experts,
I want to upload a photo in a ztable at run time and print it in a form . actuality i have two cameras in a gate so when any truck came in our organization then i want to take picture of this truck with a Gate Entry Number (that is generated by a sap program) and want to take print in a form.
I want to save this photo in a ztable against a gate entry number and print in a form when ever i want.
Please guide me how it is possible and thanks in advance.
With regards,
Ashu Tyagi.
Hi all,
In f-02 transaction i am getting a problem, i am not able to change the transaction type field value.
in f-02 transaction i am filling the required fields in the first screen after press enter key it goes to the next screen in the next screen i am giving the required fields and there is a tab called 'more' tab first time if i press that more tab it is not showing any value for the transaction type field after coming back and again if i press that more tab the transaction type value is populating and i am changing the transaction type value and saving that value even though it is taking the previous value. i am not able to change the value.
i debug the program SAPMF05A and i observed that in the program SAPLKACB the (cobl-rmvct) transaction type field is filling eventhough i changed the value and there are some exits and enhancements are there because of these enhancements the field is not taking the changed value and displaying the previous value this is my observation but i am not sure.. and i am new to these concepts.
i don't have any idea how to proceed further.... can any one please provide me the solution..
FYI... please go through the below screen shots.. (first screen shot contains two screens)
Regards,
koushik.
Hi,
I have SALV grid. Within it there is a column with numeric values which are type DEC length 18 decimals 5. Besides I have a column in this table which says exactly the how many decimal places are needed by the value stored. The requirement is to show in every row appropriate decimal places depending on the stored value. I know there is a way to set color, style on cell level - but is there possible to control numeric format of a cell?
Regards
Piotr
hello ,
i try to make a report. As table im using CATSDB + IFLO.
im using catsdb for the date ; personnal number ; hours ; receiver order and the functional location But the field functional location in CATSDB is empty
so i use the table IFLO. Unfortunately when i run the report the get the message : No data selected.
I think there is a probleme with the jointure.
Do you have any idea of where that comes from ?
Thank you for ur help
Hi,
i am viewing the pdf document using below method.
my_pdf_viewer->create_toolbar
my requirement is i want disable the save the print and save button appear in PDF file .
Kindly help to solve .
Regards,
Dhandayuthabani.P
Hi every one,
with a base of this selection criteria :
i want to get data of the following fields:
BUKRS , BELNR , BUDAT, doc_date, Currencies ( doc currency, tax_Country_currency, local curr) , line VAT code = the deference tax_code of ONE docment number and one company code and One posting date.
from bkpf BSET BSEG...:
This is my Query but i don't know how can i do to receive just One entry containing:
1 company code 1 document number 1 posting date 1 document date 3 currencies 2 Deference VAT code.
select * from bkpf into corresponding fields of table it_bkpf
where bukrs = p_bukrs
and belnr in p_belnr
and budat in p_budat
and budat in p_budat
and gjahr in p_gjahr.
select * from bseg into corresponding fields of table it_bseg for all entries in it_bkpf
where bukrs = it_bkpf-bukrs
and belnr eq it_bkpf-belnr
and gjahr = it_bkpf-gjahr.
select * from bset into corresponding fields of table it_bset for all entries in it_bkpf
where bukrs = it_bkpf-bukrs
and belnr eq it_bkpf-belnr
and gjahr = it_bkpf-gjahr.
* SELECT * FROM bset INTO TABLE it_bset
* FOR ALL ENTRIES IN it_bseg
* WHERE bukrs EQ it_bseg-bukrs
* AND belnr EQ it_bseg-belnr
* AND gjahr = it_bseg-gjahr.
" bukrs land1
select * from t001 into corresponding fields of table it_t001
for all entries in it_bkpf
where bukrs = it_bkpf-bukrs.
"land1 waers
select * from t005 into corresponding fields of table it_t005
for all entries in it_t001
where land1 = it_t001-land1.
Please can some One help me.
Best regard,
Ouail
Hi Gurus,
I have a problem while creating the billing document wrt invoice.It is throwing an error update terminated.This error am even getting while creating delivery, but the doc is saved whereas in billing the document is not getting saved.
after executing the vf01 when i open the order am getting that update terminated error.
why is this happenin??
why am i not able to save the billing doc??
And when i create returns without refernce to any document am not getting any error.
Can someone help me?
hi,
does anybody using this BAdi?
i tried to make the wbs field to be display only but when i did it the description value changed to the tchnical name : PS_PSP_PNR.
when i tried to invisble all the field in IF_EX_TRIP_ACC_ASSIGN_LAYOUT~TRIP_ACC_ASSIGN_LAYOUT , pt_cobl_fields table, i get empty pop-up when i click om the button enhanced cost assignment.
can anybody help me? i need to make the WBS value on display mode on every mode of the PR05 screen
Hello
I have created a custom table and saved in my_TR_1,
couple of data elements and saved them in my_TR_2,
Two Numbering Objects and saved them in my_TR_3, well.
Now, i want to move all these into another TR, say my_TR_4.
I guess, just i need to double click on my_TR_1's task, then copying the line of the objects list's ALV grid and paste the same content on my_TR_4's task ALV grid, finally deleting the line from the original/old TR's task
Pls. let me know is it safe? or is there any better approach?
Thank you
Hi,
I have a requirement where we need to append data from a couple of tables in to separate worksheets which would be a part of single excel spreadsheet. This spreadsheet should be sent via email to respective IDs.
I have tried this via Microsoft OLE but that could not be done in the background without opening excel application. Is there any method that can be used to send the spreadsheet from SAP.
Thanks in advance.
Niranchan.
Hi,
i was told to call a web service that is developed in .net. I can use the web service without any problems.
The next step is to set user/pass as authentication and use SSL to encrypt the connection.
Do you know some good tutorials on how to create the correct certificate and distribut it to sap and the windows machine?
I found a lot of tutorials but they are all really confusing and I am searching for good ones.
Greetings, Vanessa
Hi guys,
My question is maybe simple, but I am working at SAP only few days, so any your help will be very welcome.
Situation:
I have function module, that can match telephone number to operator. You fill gab with telephone number in parameters screen and your output is table, when you can see, that your number is under operator 202 (T-Mobile for example).
I have made a copy of this function module and made some changes in the script.
So now, I would like to compare these two modules in one report to see, if it works on the same way.
My idea:
1) Have parameters screen with range of telephone numbers.
2) Then, I would like to call module 1, generate output table A (I mean list of tel. numbers with operator codes)
3) Call module 2 and generate output table B
4) Compare these 2 outputs and generate final output table with differencies (if system will found any).
What is the best way to do it? Do you have any link to similar example? I have tried to found, but didnt found similar.
Thank you a lot in advance,
Dimitrij
Dear All,
SAP memry id is not working. Kindly help me to solve this issue.
I created the Custom SAP Parameter Id. I set the parameter When i try to get the parameter the value is not coming. Please find the syntax below. Please help me to solve this issue.
Please find the syntax below i used in my program.
I Set the parameter in the Badi.
SET PARAMETER ID
I Get the Parameter in the Webdynpro Program.
GET PARAMETER ID
Thanks & Regards,
Ashok.
Hello All,
In search help value hit list, I want to display few values but it should not be selectable whereas few values should be selectable.
for example a parameter which is showing input help values from domain fixed values, I want to allow only few values to be selected but the others should be available on list & when selected it should accept those.
Thanks,
Sharath
Hi All,
I have a requirement in which i need to find the size of the memory used by number of the records in that table.
For example :
Table : BSEG
They will give me the company code.
I need to find that how many memory is used by the total no. of records for that company code.
Plz help me on this ?
Regards,
Venkata
Is thDear All,
I have 2 items in outbound delivery in one client and for each
item we have created a separate Inbound Delivery at
other client.
Once I am doing Post goods Issue for outbound delivery,
2 Idocs are getting triggered (each IDOC for each Item)
which are updating the data in Inbound Delivery at other client.
Now my issue is when the 2 Idocs are coming into the receiver client,
1st item details are getting updated successfully in the inbound delivery,
where as the 2nd item is not updated. It is also not giving any error.
When I reprocess the 2nd Item using BD87 then it is updating the
other inbound delivery successfully without changing any data.
Why is this so ? Even though the for both the IDOCS inbound deliveries are different
system is not updating the 2nd item data immediately.
Is it due to some lock issue or queue/dequeue ?
Any help suggestion in this regards would be of great help.
Regards
Jitendra
Hi,
I have a requirement in which I need to create multiple variables at run time . The variables should be TRPE REF TO CL_GENIOS_VARIABLE. The number of variables required will be determined at run time based on the number of materials in a Bill of material. We are using these variables for some calculations as GENIOS is a SAP given code to solve linear equations.
Please help me on this. If some one can let me know how I can create field symbols dynamically with different name that will also help.