Re: Production Order Confirmation BAPI
Hello Mr AJ, Please guide me how do you completed BAPI Production Order Confirmation because i have one same Prd Order confirmation task. Blindly i don't about it.
View ArticleRe: HTTP_GET function module in background
hi ankit, I have added in host file , then as iam getting same error, i have added the IP and host name as www.nbp.pl (from website i get a exchange rates) if they is any other solution please let me...
View ArticleRe: Bapi_requisition_change
HiBefore passing the Purchase requisition number, use the CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = your pr number variable IMPORTING OUTPUT...
View ArticleRe: BAPI Production Order Confirmation
Hi Thangam What is your requirement. Can you please eloborate. Based on that we can help.. Regards,Venkat
View ArticleRe: How to hold data in a subscreen
The data in subscreen and screen behaves the same way. If the data vanishes after input, it has probably been coded so. Just check the PBO of your subscreen for any clear or refresh statements.
View Articlehow the values of condition type will update automatically?
Hi,i have add a field in field catalog and write code for that on user exitFORM...
View ArticleRe: Converting digit into words through HR_IN_CHG_INR_WRDS..
This function module worked fine for me for a similar requirement. g_netamt type betrg. G_AMTWORDS type spell. data :amtwords(200) typec.call function'SPELL_AMOUNT' exporting amount = g_netamt...
View ArticleRe: Purpose of minimum and maximum number in maintain attributes for idoc...
Maximum and minimum frequency of use: How often may/must a segment occur in the IDoc? It defines the minimum and the maximum number of times a data record corresponding to a segment can exist in an...
View ArticleRe: Converting digit into words through HR_IN_CHG_INR_WRDS..
Hi I too faced similar issue. However later identified that if I use 'HR_IN_CHG_INR_WRDS' with larger amount say 1000 Crore...then it is not doing anything but returns blank... However, I replaced...
View ArticleRe: FKK_DOCT_SAMPLE_INI_OP problem
Thanks Ankit, solved the problem. I had to use the copied f/e and the PBO of the new subscreen as well...It is a bit dodgy, especially that the description of the whole process is soooo dumb in the...
View ArticleRe: Adding attachments
The above link has solved my purpose.But in the above mentioned document, for module pool programing for attaching the file a functioncreate_attach function is mentioned instead of that we have to...
View ArticleRe: If condition failed
Thanks !Matthew's we are using the CHAR value data type to that
View ArticleRe: Converting digit into words through HR_IN_CHG_INR_WRDS..
Hi Susmitha, Earlier i was using this FM module.. everything was wright it converts suppose..1,62,529 rs into - one "hundred" sixty two thsnd........ but in INR format we write this number like - one...
View ArticleRe: If condition failed
Define v_rem_f as type f. Then do v_rem_f = v_rem. Use v_rem_f for your comparison and enclose all numbers that you are comparing with in quotes. If your data is defined as character, the system will...
View ArticleRe: entry does not exists in table - but shown in F4-help
Hi,thanks for the reply. What does you mean? I only have this seach help - and generally it works. The selection of a entry in the search help works if I choose an entry which was created "direct in...
View ArticleRe: Authorization for OOC3
Hi, Each transaction that you call has some set of explicit authorization call and the same are to be met for the run. After running check SU53 you will know which authorization is falling send the...
View ArticleRe: How can we Loop column of internal table according to perticular date of...
Hi,There was a similar discussion : https://scn.sap.com/message/14095008#14095008I add to the program the horizontal sum . Output:
View ArticleRe: using sales document number how to get delivery details
Well satya, there are 2 ways chekc the VGBEL and VGPOS field in LIPS they contain VBELN and POSNR. Check table VBFA it contains all linkages of sales. Pass the SO Number and Item number to VBFA in...
View ArticleRe: using sales document number how to get delivery details
Example Select. select vbelv posnv vbeln posnn vbtyp_n into table it_vbfa from vbfa for all entries in it_vbap where vbelv = it_vbap-vbeln and posnv = it_vbpa-posnr
View Article