Dear All
I need an BAPI / FM to create RFQ in PURCHASE...
Can someone help me..
Regards,
Venkat
Dear All
I need an BAPI / FM to create RFQ in PURCHASE...
Can someone help me..
Regards,
Venkat
Thankyou all ..
Based on your inputs, I am able to create the Search Help and attached to MATNR.
Regards,
Venkat
Hi folks,
for Error handling I just wanted to know if there is a chance to change to the status of an Post PPO- Order from finished (ID 3) to inprocessing ?
BR
Dominik
Hi purnand,
Thanks for ur suggestion, i have solved the issue..
Regards,
Mani..
Hi Nikita,
Thanks for ur suggestion, i have solved the issue...
Regards,
Mani...
Hi
Go to screen layout
In the table control, double click on the col where you want in red colour.
you will get one popup for specifying attributes.
go to Display Tab of Attributes seciton
check the check box brightness.
This will give you red colour
Please udpate with your feedback
Regards,
Venkat
thank you very much for your amazing program
Raghava,
here is a discussion made on the similar topic.
http://scn.sap.com/thread/748010
Hope this helps,
~Athreya
Hi,
Try using the below BAPIs,
BAPI_REQUISITION_CREATE
BAPI_PR_CREATE
If the above BAPIs don´t come in help, then you have to choose BDC.
Hope this helps,
~Athreya
Arvin,
Try passing value space to parameter open_inplace of method open_document.
The code would look like,
CALL METHOD akt_document->open_document
EXPORTING
document_url = l_url
open_inplace = space
IMPORTING
retcode = retcode.
Hope this helps,
~Athreya
Hi Raymond,
Because my field is taken directly from the dictionary, i cannot change its reference field and also its format.
Oh now i understand, add measure as a node. But this is not the best solution because in higher nodes still i will not have a subtotals. But anyway thx for answer. I need to find another approach.
Hi,
I need to know how the item category feild in BOM is related to MM ?
is their any link between the BOM & MM?
how is ITEM CATEGORY FEILD is related to MM?
Thanks Rakesh,
I would like to know whether their is a link between Item Caregory to MM ?
Don't change those RFC via SM59, use report RSFTP005, if required delete existing RFC destination, so report will create them again.
Regards,
Raymond
Hi,
I've created a matchcode and I'm using it on an abap program.
parameters: myparameterlike zmytable-myfieldmatchcode object zmymatchcode default 'myparam'.
My question is, how can I get that my matchcode can't be written? I mean, the user only must select the available values of the matchcode.
Thanks in advance.
Regards.
Hi All,
I have successfully uploaded an excel file to application server(AL11 -Tcode), the problem is I am unable to download the excel data which i have uploaded to application server data to Presentation server.
Please help me out on this issue.
Thanks,
Mahesh
Else you could convert from alv tree to alv grid, and simulate hierarchy with sort criteria and sub-totals or split the screen, keeping only the hierarchy node in left side panel, and an ALV grid in right side with an ALV grid for the currently selected node.
Regards,
Raymond
Thank you so much friends accept my endless gratitude
Hi Arindam,
I have not used any refresh statement .